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

Method __init__

mypyc/ir/ops.py:402–404  ·  view source on GitHub ↗
(self, label: BasicBlock, line: int = -1)

Source from the content-addressed store, hash-verified

400 error_kind = ERR_NEVER
401
402 def __init__(self, label: BasicBlock, line: int = -1) -> None:
403 super().__init__(line)
404 self.label = label
405
406 def targets(self) -> Sequence[BasicBlock]:
407 return (self.label,)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected