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

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