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

Class Macro

Tools/cases_generator/parsing.py:301–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299
300@dataclass
301class Macro(Node):
302 name: str
303 uops: list[UOp]
304
305
306@dataclass

Callers 1

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