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

Method visit_ellipsis

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

Source from the content-addressed store, hash-verified

69 self.add(o)
70
71 def visit_ellipsis(self, o: Expression) -> None:
72 self.add(o)
73
74 def visit_super_expr(self, o: Expression) -> None:
75 self.add(o)

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected