OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:with_tb
(Results
1 - 6
of
6
) 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
)
Completed in 787 milliseconds