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

Method visit_Group

Tools/peg_generator/pegen/c_generator.py:363–364  ·  view source on GitHub ↗
(self, node: Group)

Source from the content-addressed store, hash-verified

361 )
362
363 def visit_Group(self, node: Group) -> FunctionCall:
364 return self.generate_call(node.rhs)
365
366 def visit_Cut(self, node: Cut) -> FunctionCall:
367 return FunctionCall(

Callers

nothing calls this directly

Calls 1

generate_callMethod · 0.95

Tested by

no test coverage detected