Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python/mypy
/ test_empty
Method
test_empty
mypyc/test/test_pprint.py:21–22 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
19
20
class
TestGenerateNames(unittest.TestCase):
21
def
test_empty(self) -> None:
22
assert generate_names_for_ir([], []) == {}
23
24
def
test_arg(self) -> None:
25
reg = register(
"foo"
)
Callers
nothing calls this directly
Calls
1
generate_names_for_ir
Function · 0.90
Tested by
no test coverage detected