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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_apply.py 50 l_newargs = [pytree.Leaf(token.STAR, u"*"), args]
52 l_newargs.extend([Comma(),
55 l_newargs[-2].prefix = u" " # that's the ** token
58 #new = pytree.Node(syms.power, (func, ArgList(l_newargs)))
59 return Call(func, l_newargs, prefix=prefix)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_apply.py 50 l_newargs = [pytree.Leaf(token.STAR, u"*"), args]
52 l_newargs.extend([Comma(),
55 l_newargs[-2].prefix = u" " # that's the ** token
58 #new = pytree.Node(syms.power, (func, ArgList(l_newargs)))
59 return Call(func, l_newargs, prefix=prefix)

Completed in 990 milliseconds