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

Method visit_import

mypy/visitor.py:384–385  ·  view source on GitHub ↗
(self, o: mypy.nodes.Import, /)

Source from the content-addressed store, hash-verified

382 # Module structure
383
384 def visit_import(self, o: mypy.nodes.Import, /) -> T:
385 raise NotImplementedError()
386
387 def visit_import_from(self, o: mypy.nodes.ImportFrom, /) -> T:
388 raise NotImplementedError()

Callers

nothing calls this directly

Calls 1

NotImplementedErrorClass · 0.85

Tested by

no test coverage detected