File: example.py

package info (click to toggle)
python-auto-pytabs 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 444 kB
  • sloc: python: 999; xml: 860; sh: 24; makefile: 13; javascript: 1
file content (5 lines) | stat: -rw-r--r-- 127 bytes parent folder | download
1
2
3
4
5
from typing import Dict, Union, List, Optional


def foo(x: Union[Dict[str, str], List[str]]) -> Optional[List[int]]:
    pass