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

Method _is_far_target

Tools/jit/_optimizers.py:306–307  ·  view source on GitHub ↗
(self, label: str)

Source from the content-addressed store, hash-verified

304 return self._labels[label]
305
306 def _is_far_target(self, label: str) -> bool:
307 return not label.startswith(self.label_prefix)
308
309 def _blocks(self) -> typing.Generator[_Block, None, None]:
310 block: _Block | None = self._root

Callers 3

_invert_branchMethod · 0.95

Calls 1

startswithMethod · 0.45

Tested by

no test coverage detected