MCPcopy 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
378class CParserGenerator(ParserGenerator, GrammarVisitor):

Callers 8

visit_NamedItemMethod · 0.95
lookahead_call_helperMethod · 0.95
visit_ForcedMethod · 0.95
visit_OptMethod · 0.95
visit_RhsMethod · 0.95
visit_GroupMethod · 0.95
visit_NamedItemMethod · 0.80
add_varMethod · 0.80

Calls 2

superClass · 0.85
visitMethod · 0.45

Tested by

no test coverage detected