Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/lib2to3/
Dpatcomp.py94 p = pytree.NegatedPattern(pattern)
Dpytree.py793 class NegatedPattern(BasePattern): class
Drefactor.py59 if isinstance(pat, pytree.NegatedPattern):
/external/python/cpython2/Lib/lib2to3/
Dpatcomp.py94 p = pytree.NegatedPattern(pattern)
Dpytree.py827 class NegatedPattern(BasePattern): class
Drefactor.py62 if isinstance(pat, pytree.NegatedPattern):