HomeSort by relevance Sort by last modified time
    Searched refs:LeafPattern (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_pytree.py 395 pl = pytree.LeafPattern(100, "foo", name="pl")
431 pl = pytree.LeafPattern(100, "foo", name="pl")
462 pa = pytree.LeafPattern(1, "a", "pa")
463 pb = pytree.LeafPattern(1, "b", "pb")
464 pc = pytree.LeafPattern(1, "c", "pc")
465 pd = pytree.LeafPattern(1, "d", "pd")
466 pe = pytree.LeafPattern(1, "e", "pe")
467 pf = pytree.LeafPattern(1, "f", "pf")
485 (pytree.LeafPattern(7),
487 pytree.LeafPattern(8))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_pytree.py 395 pl = pytree.LeafPattern(100, "foo", name="pl")
431 pl = pytree.LeafPattern(100, "foo", name="pl")
462 pa = pytree.LeafPattern(1, "a", "pa")
463 pb = pytree.LeafPattern(1, "b", "pb")
464 pc = pytree.LeafPattern(1, "c", "pc")
465 pd = pytree.LeafPattern(1, "d", "pd")
466 pe = pytree.LeafPattern(1, "e", "pe")
467 pf = pytree.LeafPattern(1, "f", "pf")
485 (pytree.LeafPattern(7),
487 pytree.LeafPattern(8))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 145 return pytree.LeafPattern(_type_of_literal(value), value)
153 return pytree.LeafPattern(TOKEN_MAP[value])
179 # Map named tokens to the type value for a LeafPattern
pytree.py 459 - LeafPattern matches a single leaf node;
534 class LeafPattern(BasePattern):
refactor.py 54 if isinstance(pat, (pytree.NodePattern, pytree.LeafPattern)):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 145 return pytree.LeafPattern(_type_of_literal(value), value)
153 return pytree.LeafPattern(TOKEN_MAP[value])
179 # Map named tokens to the type value for a LeafPattern
pytree.py 459 - LeafPattern matches a single leaf node;
534 class LeafPattern(BasePattern):
refactor.py 54 if isinstance(pat, (pytree.NodePattern, pytree.LeafPattern)):

Completed in 300 milliseconds