Skip to content

Instantly share code, notes, and snippets.

@stephen-bunn
Created May 20, 2019 20:36
Show Gist options
  • Save stephen-bunn/a488dab77c30d1783d731f0d1b7e51d1 to your computer and use it in GitHub Desktop.
Save stephen-bunn/a488dab77c30d1783d731f0d1b7e51d1 to your computer and use it in GitHub Desktop.
Medium - foo.py typing stub
# Stubs for foo (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
from typing import List, Optional
def foo(input: List[int]) -> Optional[int]: ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment