Created
December 5, 2025 23:59
-
-
Save mypy-play/960932c2911a98f9647e77acfca62fe6 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 C: | |
| @property | |
| def type(self) -> int: | |
| return 5 | |
| class D(C): | |
| type = 6 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment