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

Method visit_int_expr

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

Source from the content-addressed store, hash-verified

48 self.expressions: list[Expression] = []
49
50 def visit_int_expr(self, o: Expression) -> None:
51 self.add(o)
52
53 def visit_name_expr(self, o: Expression) -> None:
54 self.add(o)

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected