Home
last modified time | relevance | path

Searched refs:pats_built (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib2to3/
Dfixer_util.py207 pats_built = False variable
214 global p0, p1, p2, pats_built
215 if not pats_built:
219 pats_built = True
/external/python/cpython3/Lib/lib2to3/
Dfixer_util.py228 pats_built = False variable
235 global p0, p1, p2, pats_built
236 if not pats_built:
240 pats_built = True