MCPcopy 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
10def register(name: str) -> Register:
11 return Register(int_rprimitive, "foo", is_arg=True)
12
13
14def make_block(ops: list[Op]) -> BasicBlock:

Callers 2

test_argMethod · 0.70
test_assignMethod · 0.70

Calls 1

RegisterClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…