Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created February 15, 2026 22:52
Show Gist options
  • Select an option

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

Select an option

Save mypy-play/27221945829d19cc0407d970cc1cb1f8 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
from dataclasses import dataclass
@dataclass
class Example:
a: int
__name__: str
e = Example(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment