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

Method visit_import_from

mypy/stats.py:122–123  ·  view source on GitHub ↗
(self, imp: ImportFrom)

Source from the content-addressed store, hash-verified

120 super().visit_mypy_file(o)
121
122 def visit_import_from(self, imp: ImportFrom) -> None:
123 self.process_import(imp)
124
125 def visit_import_all(self, imp: ImportAll) -> None:
126 self.process_import(imp)

Callers

nothing calls this directly

Calls 1

process_importMethod · 0.95

Tested by

no test coverage detected