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

Class LabelDef

Tools/cases_generator/parsing.py:323–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321
322@dataclass
323class LabelDef(Node):
324 name: str
325 spilled: bool
326 block: BlockStmt
327
328
329AstNode = InstDef | Macro | Pseudo | Family | LabelDef

Callers 1

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