Skip to content

Instantly share code, notes, and snippets.

@pschanely
Created July 15, 2024 03:54
Show Gist options
  • Save pschanely/faa8e3affcfa7aa74412b4ee50e4167b to your computer and use it in GitHub Desktop.
Save pschanely/faa8e3affcfa7aa74412b4ee50e4167b to your computer and use it in GitHub Desktop.
Shared via CrossHair Playground
import typing
class Foo:
def __init__(self, values: list) -> None:
self._values = values
def fn(_: bool):
""" post: True """
return typing.get_type_hints(Foo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment