MCPcopy Create free account
hub / github.com/python/mypy / visit_import_all

Method visit_import_all

mypy/stats.py:125–126  ·  view source on GitHub ↗
(self, imp: ImportAll)

Source from the content-addressed store, hash-verified

123 self.process_import(imp)
124
125 def visit_import_all(self, imp: ImportAll) -> None:
126 self.process_import(imp)
127
128 def process_import(self, imp: ImportFrom | ImportAll) -> None:
129 import_id, ok = correct_relative_import(

Callers

nothing calls this directly

Calls 1

process_importMethod · 0.95

Tested by

no test coverage detected