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

Method visit_import_from

mypy/visitor.py:387–388  ·  view source on GitHub ↗
(self, o: mypy.nodes.ImportFrom, /)

Source from the content-addressed store, hash-verified

385 raise NotImplementedError()
386
387 def visit_import_from(self, o: mypy.nodes.ImportFrom, /) -> T:
388 raise NotImplementedError()
389
390 def visit_import_all(self, o: mypy.nodes.ImportAll, /) -> T:
391 raise NotImplementedError()

Callers

nothing calls this directly

Calls 1

NotImplementedErrorClass · 0.85

Tested by

no test coverage detected