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

Method __init__

mypyc/ir/ops.py:586–589  ·  view source on GitHub ↗
(self, src: Value, line: int = -1)

Source from the content-addressed store, hash-verified

584 error_kind = ERR_NEVER
585
586 def __init__(self, src: Value, line: int = -1) -> None:
587 assert src.type.is_refcounted
588 super().__init__(line)
589 self.src = src
590
591 def sources(self) -> list[Value]:
592 return [self.src]

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected