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

Method emit

Parser/asdl_c.py:415–416  ·  view source on GitHub ↗
(s, depth=0, reflow=True)

Source from the content-addressed store, hash-verified

413
414 def emit_function(self, name, ctype, args, attrs, union=True):
415 def emit(s, depth=0, reflow=True):
416 self.emit(s, depth, reflow)
417 argstr = ", ".join(["%s %s" % (atype, aname)
418 for atype, aname, opt in args + attrs])
419 if argstr:

Callers 1

emit_functionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected