MCPcopy Index your code
hub / github.com/python/cpython / emit

Method emit

Parser/asdl_c.py:282–283  ·  view source on GitHub ↗
(s, depth=depth)

Source from the content-addressed store, hash-verified

280
281 def sum_with_constructors(self, sum, name, depth):
282 def emit(s, depth=depth):
283 self.emit(s % sys._getframe(1).f_locals, depth)
284 enum = []
285 for i in range(len(sum.types)):
286 type = sum.types[i]

Callers 3

visitConstructorMethod · 0.95
visitFieldMethod · 0.95
visitProductMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected