Searched refs:NegatedPattern (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/lib2to3/ | ||
D | patcomp.py | 94 p = pytree.NegatedPattern(pattern) |
D | pytree.py | 793 class NegatedPattern(BasePattern): class |
D | refactor.py | 59 if isinstance(pat, pytree.NegatedPattern): |