Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ visitType
Method
visitType
Parser/asdl_c.py:170–171 ·
view source on GitHub ↗
(self, type)
Source
from the content-addressed store, hash-verified
168
self.visit(dfn)
169
170
def
visitType(self, type):
171
self.visit(type.value, type.name)
172
173
def
visitSum(self, sum, name):
174
self.metadata.types.add(name)
Callers
nothing calls this directly
Calls
1
visit
Method · 0.45
Tested by
no test coverage detected