Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ emit
Method
emit
Parser/asdl_c.py:2121–2122 ·
view source on GitHub ↗
(s, d)
Source
from the content-addressed store, hash-verified
2119
2120
def
visitField(self, field, name, depth, product):
2121
def
emit(s, d):
2122
self.emit(s, depth + d)
2123
if
product:
2124
value =
"o->%s"
% field.name
2125
else
:
Callers
15
func_begin
Method · 0.95
func_end
Method · 0.95
visitSum
Method · 0.95
simpleSum
Method · 0.95
visitProduct
Method · 0.95
visitConstructor
Method · 0.95
set
Method · 0.95
simple_sum
Method · 0.45
sum_with_constructors
Method · 0.45
visitProduct
Method · 0.45
emit_sequence_constructor
Method · 0.45
emit_function
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected