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

Method _small_const_1

Tools/jit/_optimizers.py:549–550  ·  view source on GitHub ↗
(self, inst: Instruction)

Source from the content-addressed store, hash-verified

547 block.instructions = fixed
548
549 def _small_const_1(self, inst: Instruction) -> tuple[str, Instruction | None]:
550 raise NotImplementedError()
551
552 def _small_const_2(self, inst: Instruction) -> tuple[str, Instruction | None]:
553 raise NotImplementedError()

Callers 1

_fixup_constantsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected