Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ visit_complex_expr
Method
visit_complex_expr
mypy/server/subexpr.py:68–69 ·
view source on GitHub ↗
(self, o: Expression)
Source
from the content-addressed store, hash-verified
66
self.add(o)
67
68
def
visit_complex_expr(self, o: Expression) -> None:
69
self.add(o)
70
71
def
visit_ellipsis(self, o: Expression) -> None:
72
self.add(o)
Callers
nothing calls this directly
Calls
1
add
Method · 0.95
Tested by
no test coverage detected