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

Method __init__

mypyc/ir/ops.py:542–543  ·  view source on GitHub ↗
(self, line: int = -1)

Source from the content-addressed store, hash-verified

540 error_kind = ERR_NEVER
541
542 def __init__(self, line: int = -1) -> None:
543 super().__init__(line)
544
545 def sources(self) -> list[Value]:
546 return []

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected