Skip to content

Instantly share code, notes, and snippets.

@yothinix
Last active March 1, 2018 12:58
Show Gist options
  • Save yothinix/da52e968558c60ee324c91d4d244b91a to your computer and use it in GitHub Desktop.
Save yothinix/da52e968558c60ee324c91d4d244b91a to your computer and use it in GitHub Desktop.
# python3.5+ style
def f(argument: T) -> R:
# do_something
# python2 style
def f(argument):
# type: (T) -> R
# do_something
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment