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

Class Pseudo

Tools/cases_generator/parsing.py:314–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312
313@dataclass
314class Pseudo(Node):
315 name: str
316 inputs: list[InputEffect]
317 outputs: list[OutputEffect]
318 flags: list[str] # instr flags to set on the pseudo instruction
319 targets: list[str] # opcodes this can be replaced by
320 as_sequence: bool
321
322@dataclass
323class LabelDef(Node):

Callers 1

pseudo_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…