MCPcopy Index your code
hub / github.com/python/cpython / CreatureDataMixin

Class CreatureDataMixin

Lib/test/test_enum.py:3222–3226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3220 #
3221 @dataclass
3222 class CreatureDataMixin:
3223 __qualname__ = 'CreatureDataMixin'
3224 size: str
3225 legs: int
3226 tail: bool = field(repr=False, default=True)
3227 class Creature(CreatureDataMixin, Enum):
3228 __qualname__ = 'Creature'
3229 BEETLE = ('small', 6)

Callers

nothing calls this directly

Calls 1

fieldFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…