MCPcopy Index your code
hub / github.com/python/mypy / set_target

Method set_target

mypyc/ir/ops.py:409–411  ·  view source on GitHub ↗
(self, i: int, new: BasicBlock)

Source from the content-addressed store, hash-verified

407 return (self.label,)
408
409 def set_target(self, i: int, new: BasicBlock) -> None:
410 assert i == 0
411 self.label = new
412
413 def __repr__(self) -> str:
414 return "<Goto %s>" % self.label.label

Callers 2

cleanup_cfgFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected