Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/mypy
/ __init__
Method
__init__
mypyc/ir/ops.py:320–322 ·
view source on GitHub ↗
(self, dest: Register, line: int = -1)
Source
from the content-addressed store, hash-verified
318
""
"Abstract base class for ops that assign to a register."
""
319
320
def
__init__(self, dest: Register, line: int = -1) -> None:
321
super().__init__(line)
322
self.dest = dest
323
324
325
@final
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected