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

Class InstDef

Tools/cases_generator/parsing.py:291–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289
290@dataclass
291class InstDef(Node):
292 annotations: list[str]
293 kind: Literal["inst", "op"]
294 name: str
295 inputs: list[InputEffect]
296 outputs: list[OutputEffect]
297 block: BlockStmt
298
299
300@dataclass

Callers 1

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