MCPcopy Index your code
hub / github.com/python/mypy / test_arg

Method test_arg

mypyc/test/test_pprint.py:24–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22 assert generate_names_for_ir([], []) == {}
23
24 def test_arg(self) -> None:
25 reg = register("foo")
26 assert generate_names_for_ir([reg], []) == {reg: "foo"}
27
28 def test_int_op(self) -> None:
29 n1 = Integer(2)

Callers

nothing calls this directly

Calls 2

generate_names_for_irFunction · 0.90
registerFunction · 0.70

Tested by

no test coverage detected