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

Class Family

Tools/cases_generator/analyzer.py:320–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318
319@dataclass
320class Family:
321 name: str
322 size: str
323 members: list[Instruction]
324
325 def dump(self, indent: str) -> None:
326 print(indent, self.name, "= ", ", ".join([m.name for m in self.members]))
327
328
329@dataclass

Callers 1

add_familyFunction · 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…