Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ visit
Method
visit
Parser/asdl_c.py:2035–2036 ·
view source on GitHub ↗
(self, object)
Source
from the content-addressed store, hash-verified
2033
CODE =
''
'Very simple, always emit this static code. Override CODE'
''
2034
2035
def
visit(self, object):
2036
self.emit(self.CODE, 0, reflow=False)
2037
2038
2039
class
ObjVisitor(PickleVisitor):
Callers
15
visitModule
Method · 0.45
visitType
Method · 0.45
visitModule
Method · 0.45
visitType
Method · 0.45
visitModule
Method · 0.45
visitType
Method · 0.45
visitModule
Method · 0.45
visitType
Method · 0.45
sum_with_constructors
Method · 0.45
visitConstructor
Method · 0.45
visitProduct
Method · 0.45
visitModule
Method · 0.45
Calls
1
emit
Method · 0.45
Tested by
no test coverage detected