Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created May 13, 2025 08:41
Show Gist options
  • Save mypy-play/e2949e3635f98b7600f0ba942fe215c4 to your computer and use it in GitHub Desktop.
Save mypy-play/e2949e3635f98b7600f0ba942fe215c4 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
class Test:
def __init__(self, foo: str) -> None:
self.__foo = foo
self.__foo = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment