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

Method visit_var

mypy/visitor.py:379–380  ·  view source on GitHub ↗
(self, o: mypy.nodes.Var, /)

Source from the content-addressed store, hash-verified

377 # other non-Statement SymbolNode (accepting those will raise a
378 # runtime error). Maybe this should be resolved in some direction.
379 def visit_var(self, o: mypy.nodes.Var, /) -> T:
380 raise NotImplementedError()
381
382 # Module structure
383

Callers

nothing calls this directly

Calls 1

NotImplementedErrorClass · 0.85

Tested by

no test coverage detected