Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
complexSum
Method · 0.95
visitProduct
Method · 0.95
Calls
1
join
Method · 0.45
Tested by
no test coverage detected