MCPcopy Create free account
hub / github.com/python/mypy / targets

Method targets

mypyc/ir/ops.py:406–407  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

404 self.label = label
405
406 def targets(self) -> Sequence[BasicBlock]:
407 return (self.label,)
408
409 def set_target(self, i: int, new: BasicBlock) -> None:
410 assert i == 0

Callers 11

__init__Method · 0.45
updateMethod · 0.45
triggerMethod · 0.45
update_moduleMethod · 0.45
get_cfgFunction · 0.45
cleanup_cfgFunction · 0.45
generate_native_functionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected