Home
last modified time | relevance | path

Searched refs:StringLeaf (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Tools/peg_generator/pegen/
Dmetagrammar.gram28 StringLeaf,
106 | STRING {StringLeaf(string.string)}
Dfirst_sets.py27 StringLeaf,
116 def visit_StringLeaf(self, item: StringLeaf) -> Set[str]: argument
Dpython_generator.py8 StringLeaf,
60 def visit_StringLeaf(self, node: StringLeaf) -> Tuple[str, str]: argument
Dgrammar_parser.py37 StringLeaf,
565 return StringLeaf ( string . string )
Dc_generator.py24 StringLeaf,
167 def visit_StringLeaf(self, node: StringLeaf) -> FunctionCall: argument
Dgrammar.py173 class StringLeaf(Leaf): class