Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ generate_call
Method
generate_call
Tools/peg_generator/pegen/c_generator.py:374–375 ·
view source on GitHub ↗
(self, node: Any)
Source
from the content-addressed store, hash-verified
372
)
373
374
def
generate_call(self, node: Any) -> FunctionCall:
375
return
super().visit(node)
376
377
378
class
CParserGenerator(ParserGenerator, GrammarVisitor):
Callers
8
visit_NamedItem
Method · 0.95
lookahead_call_helper
Method · 0.95
visit_Forced
Method · 0.95
visit_Opt
Method · 0.95
visit_Rhs
Method · 0.95
visit_Group
Method · 0.95
visit_NamedItem
Method · 0.80
add_var
Method · 0.80
Calls
2
super
Class · 0.85
visit
Method · 0.45
Tested by
no test coverage detected