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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_throw.py 53 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
54 throw_args.replace(pytree.Node(syms.power, with_tb))
fix_raise.py 83 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
84 new = pytree.Node(syms.simple_stmt, [Name(u"raise")] + with_tb)
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_throw.py 53 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
54 throw_args.replace(pytree.Node(syms.power, with_tb))
fix_raise.py 83 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
84 new = pytree.Node(syms.simple_stmt, [Name(u"raise")] + with_tb)
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_throw.py 53 with_tb = Attr(e, Name('with_traceback')) + [ArgList([tb])]
54 throw_args.replace(pytree.Node(syms.power, with_tb))
fix_raise.py 83 with_tb = Attr(e, Name('with_traceback')) + [ArgList([tb])]
84 new = pytree.Node(syms.simple_stmt, [Name("raise")] + with_tb)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_throw.py 53 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
54 throw_args.replace(pytree.Node(syms.power, with_tb))
fix_raise.py 83 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
84 new = pytree.Node(syms.simple_stmt, [Name(u"raise")] + with_tb)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_throw.py 53 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
54 throw_args.replace(pytree.Node(syms.power, with_tb))
fix_raise.py 83 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
84 new = pytree.Node(syms.simple_stmt, [Name(u"raise")] + with_tb)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_throw.py 53 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
54 throw_args.replace(pytree.Node(syms.power, with_tb))
fix_raise.py 83 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
84 new = pytree.Node(syms.simple_stmt, [Name(u"raise")] + with_tb)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_throw.py 53 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
54 throw_args.replace(pytree.Node(syms.power, with_tb))
fix_raise.py 83 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
84 new = pytree.Node(syms.simple_stmt, [Name(u"raise")] + with_tb)

Completed in 1318 milliseconds