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

Function decref_inputs

Tools/cases_generator/optimizer_generator.py:100–111  ·  view source on GitHub ↗
(
    out: CWriter,
    tkn: Token,
    tkn_iter: TokenIterator,
    uop: Uop,
    stack: Stack,
    inst: Instruction | None,
)

Source from the content-addressed store, hash-verified

98
99
100def decref_inputs(
101 out: CWriter,
102 tkn: Token,
103 tkn_iter: TokenIterator,
104 uop: Uop,
105 stack: Stack,
106 inst: Instruction | None,
107) -> None:
108 next(tkn_iter)
109 next(tkn_iter)
110 next(tkn_iter)
111 out.emit_at("", tkn)
112
113
114def emit_default(out: CWriter, uop: Uop, stack: Stack) -> None:

Callers

nothing calls this directly

Calls 1

emit_atMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…