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

Method __init__

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

Source from the content-addressed store, hash-verified

329 error_kind = ERR_NEVER
330
331 def __init__(self, dest: Register, src: Value, line: int = -1) -> None:
332 super().__init__(dest, line)
333 self.src = src
334
335 def sources(self) -> list[Value]:
336 return [self.src]

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected