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

Class Family

Tools/cases_generator/parsing.py:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305
306@dataclass
307class Family(Node):
308 name: str
309 size: str # Variable giving the cache size in code units
310 members: list[str]
311
312
313@dataclass

Callers 1

family_defMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…