Searched defs:StringLeaf (Results 1 – 4 of 4) sorted by relevance
116 def visit_StringLeaf(self, item: StringLeaf) -> Set[str]:
60 def visit_StringLeaf(self, node: StringLeaf) -> Tuple[str, str]:
167 def visit_StringLeaf(self, node: StringLeaf) -> FunctionCall:
173 class StringLeaf(Leaf): class