Searched refs:pattern_tree (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/lib2to3/
H A Dfixer_base.py27 pattern_tree = None # Tree representation of the pattern variable in class:BaseFix
69 self.pattern, self.pattern_tree = PC.compile_pattern(self.PATTERN,
H A Dbtm_matcher.py43 tree = reduce_tree(fixer.pattern_tree)
/external/python/cpython3/Lib/lib2to3/
H A Dfixer_base.py26 pattern_tree = None # Tree representation of the pattern variable in class:BaseFix
67 self.pattern, self.pattern_tree = PC.compile_pattern(self.PATTERN,
H A Dbtm_matcher.py43 tree = reduce_tree(fixer.pattern_tree)

Completed in 132 milliseconds