Home
last modified time | relevance | path

Searched defs:StringLeaf (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Tools/peg_generator/pegen/
Dfirst_sets.py116 def visit_StringLeaf(self, item: StringLeaf) -> Set[str]:
Dpython_generator.py60 def visit_StringLeaf(self, node: StringLeaf) -> Tuple[str, str]:
Dc_generator.py167 def visit_StringLeaf(self, node: StringLeaf) -> FunctionCall:
Dgrammar.py173 class StringLeaf(Leaf): class