Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ visitSum
Method
visitSum
Lib/test/test_asdl_parser.py:115–117 ·
view source on GitHub ↗
(self, sum)
Source
from the content-addressed store, hash-verified
113
self.visit(type.value)
114
115
def
visitSum(self, sum):
116
for
t in sum.types:
117
self.visit(t)
118
119
def
visitConstructor(self, cons):
120
for
f in cons.fields:
Callers
nothing calls this directly
Calls
1
visit
Method · 0.45
Tested by
no test coverage detected