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

Method _small_consts_match

Tools/jit/_optimizers.py:555–556  ·  view source on GitHub ↗
(self, inst1: Instruction, inst2: Instruction)

Source from the content-addressed store, hash-verified

553 raise NotImplementedError()
554
555 def _small_consts_match(self, inst1: Instruction, inst2: Instruction) -> bool:
556 raise NotImplementedError()
557
558 def _validate(self) -> None:
559 for block in self._blocks():

Callers 1

_fixup_constantsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected