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

Class InstHeader

Tools/cases_generator/parsing.py:282–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280
281@dataclass
282class InstHeader(Node):
283 annotations: list[str]
284 kind: Literal["inst", "op"]
285 name: str
286 inputs: list[InputEffect]
287 outputs: list[OutputEffect]
288
289
290@dataclass

Callers 1

inst_headerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…