Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created December 5, 2025 23:59
Show Gist options
  • Select an option

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

Select an option

Save mypy-play/960932c2911a98f9647e77acfca62fe6 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
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