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

Method visit_super_expr

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

Source from the content-addressed store, hash-verified

72 self.add(o)
73
74 def visit_super_expr(self, o: Expression) -> None:
75 self.add(o)
76
77 def visit_type_var_expr(self, o: Expression) -> None:
78 self.add(o)

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected