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

Method buildArgs

Parser/asdl_c.py:547–548  ·  view source on GitHub ↗
(self, fields)

Source from the content-addressed store, hash-verified

545 self.sumTrailer(name)
546
547 def buildArgs(self, fields):
548 return ", ".join(fields + ["arena"])
549
550 def complexSum(self, sum, name):
551 self.funcHeader(name)

Callers 2

complexSumMethod · 0.95
visitProductMethod · 0.95

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected