Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
323
class
LabelDef(Node):
324
name: str
325
spilled: bool
326
block: BlockStmt
327
328
329
AstNode = InstDef | Macro | Pseudo | Family | LabelDef
Callers
1
label_def
Method · 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…