Searched refs:_recursive_matches (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/lib2to3/ |
D | pytree.py | 718 for count, r in self._recursive_matches(nodes, 0): 778 def _recursive_matches(self, nodes, count): member in WildcardPattern 786 for c1, r1 in self._recursive_matches(nodes[c0:], count+1):
|
/external/python/cpython2/Lib/lib2to3/ |
D | pytree.py | 752 for count, r in self._recursive_matches(nodes, 0): 812 def _recursive_matches(self, nodes, count): member in WildcardPattern 820 for c1, r1 in self._recursive_matches(nodes[c0:], count+1):
|