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

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