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

Method visit_mypy_file

mypy/visitor.py:373–374  ·  view source on GitHub ↗
(self, o: mypy.nodes.MypyFile, /)

Source from the content-addressed store, hash-verified

371 # Not in superclasses:
372
373 def visit_mypy_file(self, o: mypy.nodes.MypyFile, /) -> T:
374 raise NotImplementedError()
375
376 # TODO: We have a visit_var method, but no visit_typeinfo or any
377 # other non-Statement SymbolNode (accepting those will raise a

Callers

nothing calls this directly

Calls 1

NotImplementedErrorClass · 0.85

Tested by

no test coverage detected