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

Method _small_const_2

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

Source from the content-addressed store, hash-verified

550 raise NotImplementedError()
551
552 def _small_const_2(self, inst: Instruction) -> tuple[str, Instruction | None]:
553 raise NotImplementedError()
554
555 def _small_consts_match(self, inst1: Instruction, inst2: Instruction) -> bool:
556 raise NotImplementedError()

Callers 1

_fixup_constantsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected