Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created April 24, 2024 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mypy-play/ca3732dd6125cc6309783a4c682bdf07 to your computer and use it in GitHub Desktop.
Save mypy-play/ca3732dd6125cc6309783a4c682bdf07 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
import typing
def f() -> typing.Annotated[int, "this is da' sh..."]:
return 0
x: int = f()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment