Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ visit_import_all
Method
visit_import_all
mypy/visitor.py:390–391 ·
view source on GitHub ↗
(self, o: mypy.nodes.ImportAll, /)
Source
from the content-addressed store, hash-verified
388
raise
NotImplementedError()
389
390
def
visit_import_all(self, o: mypy.nodes.ImportAll, /) -> T:
391
raise
NotImplementedError()
392
393
# Definitions
394
Callers
nothing calls this directly
Calls
1
NotImplementedError
Class · 0.85
Tested by
no test coverage detected