Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created September 1, 2026 00:09
Show Gist options
  • Select an option

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

Select an option

Save mypy-play/340e72d1b19dc98086c052bbaf54ac4e to your computer and use it in GitHub Desktop.
Shared via mypy Playground
from typing import Self, Annotated
class A():
def __init__(self: Annotated[Self]):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment