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

Method visit_import

mypy/checker.py:3231–3232  ·  view source on GitHub ↗
(self, node: Import)

Source from the content-addressed store, hash-verified

3229 self.check_import(node)
3230
3231 def visit_import(self, node: Import) -> None:
3232 self.check_import(node)
3233
3234 def check_import(self, node: ImportBase) -> None:
3235 for assign in node.assignments:

Callers

nothing calls this directly

Calls 1

check_importMethod · 0.95

Tested by

no test coverage detected