MCPcopy 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_beginMethod · 0.95
func_endMethod · 0.95
visitSumMethod · 0.95
simpleSumMethod · 0.95
visitProductMethod · 0.95
visitConstructorMethod · 0.95
setMethod · 0.95
simple_sumMethod · 0.45
sum_with_constructorsMethod · 0.45
visitProductMethod · 0.45
emit_functionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected