Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created February 13, 2026 16:48
Show Gist options
  • Select an option

  • Save mypy-play/a6e420c842ff5ba090e282e15c177e00 to your computer and use it in GitHub Desktop.

Select an option

Save mypy-play/a6e420c842ff5ba090e282e15c177e00 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
class A:
def __new__(cls) -> int:
return 42
reveal_type(A())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment