Created
May 13, 2025 08:41
-
-
Save mypy-play/e2949e3635f98b7600f0ba942fe215c4 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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