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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_throw.py 46 throw_args = results["args"]
54 throw_args.replace(pytree.Node(syms.power, with_tb))
56 throw_args.replace(Call(exc, args))
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_throw.py 46 throw_args = results["args"]
54 throw_args.replace(pytree.Node(syms.power, with_tb))
56 throw_args.replace(Call(exc, args))
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_throw.py 46 throw_args = results["args"]
54 throw_args.replace(pytree.Node(syms.power, with_tb))
56 throw_args.replace(Call(exc, args))
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_throw.py 46 throw_args = results["args"]
54 throw_args.replace(pytree.Node(syms.power, with_tb))
56 throw_args.replace(Call(exc, args))
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_throw.py 46 throw_args = results["args"]
54 throw_args.replace(pytree.Node(syms.power, with_tb))
56 throw_args.replace(Call(exc, args))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_throw.py 46 throw_args = results["args"]
54 throw_args.replace(pytree.Node(syms.power, with_tb))
56 throw_args.replace(Call(exc, args))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_throw.py 46 throw_args = results["args"]
54 throw_args.replace(pytree.Node(syms.power, with_tb))
56 throw_args.replace(Call(exc, args))

Completed in 276 milliseconds