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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_apply.py 61 l_newargs = [pytree.Leaf(token.STAR, u"*"), args]
63 l_newargs.extend([Comma(),
66 l_newargs[-2].prefix = u" " # that's the ** token
69 #new = pytree.Node(syms.power, (func, ArgList(l_newargs)))
70 return Call(func, l_newargs, prefix=prefix)

Completed in 1815 milliseconds