Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ register
Function
register
mypyc/test/test_pprint.py:10–11 ·
view source on GitHub ↗
(name: str)
Source
from the content-addressed store, hash-verified
8
9
10
def
register(name: str) -> Register:
11
return
Register(int_rprimitive,
"foo"
, is_arg=True)
12
13
14
def
make_block(ops: list[Op]) -> BasicBlock:
Callers
2
test_arg
Method · 0.70
test_assign
Method · 0.70
Calls
1
Register
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…