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

  /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 90 milliseconds