Lines Matching refs:pytree
27 from . import pytree, pygram
48 """ Accepts a pytree Pattern Node and returns a set
51 if isinstance(pat, (pytree.NodePattern, pytree.LeafPattern)):
59 if isinstance(pat, pytree.NegatedPattern):
64 if isinstance(pat, pytree.WildcardPattern):
193 convert=pytree.convert,
398 tree: a pytree.Node instance representing the root of the tree
420 match_set[fixer].sort(key=pytree.Base.depth, reverse=True)
425 match_set[fixer].sort(key=pytree.Base.get_lineno)