Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ visit_namedtuple_expr
Method
visit_namedtuple_expr
mypy/server/subexpr.py:83–84 ·
view source on GitHub ↗
(self, o: Expression)
Source
from the content-addressed store, hash-verified
81
self.add(o)
82
83
def
visit_namedtuple_expr(self, o: Expression) -> None:
84
self.add(o)
85
86
def
visit_typeddict_expr(self, o: Expression) -> None:
87
self.add(o)
Callers
nothing calls this directly
Calls
1
add
Method · 0.95
Tested by
no test coverage detected