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

Method visit_name_expr

mypy/server/subexpr.py:53–54  ·  view source on GitHub ↗
(self, o: Expression)

Source from the content-addressed store, hash-verified

51 self.add(o)
52
53 def visit_name_expr(self, o: Expression) -> None:
54 self.add(o)
55
56 def visit_float_expr(self, o: Expression) -> None:
57 self.add(o)

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected