Searched refs:extract_tb (Results 1 - 24 of 24) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_traceback.py89 traceback.extract_tb(sys.exc_traceback)
106 src = traceback.extract_tb(sys.exc_traceback)[-1][-1]
H A Dtest_zipimport.py25 from traceback import extract_tb, extract_stack, print_tb namespace
368 f,lno,n,line = extract_tb(tb, 1)[0]
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dtraceback.py7 __all__ = ['extract_stack', 'extract_tb', 'format_exception',
17 """Print the list of tuples as returned by extract_tb() or
30 Given a list of tuples as returned by extract_tb() or
76 return format_list(extract_tb(tb, limit))
78 def extract_tb(tb, limit = None): function
283 The return value has the same format as for extract_tb(). The
H A Dcode.py154 tblist = traceback.extract_tb(tb)
H A Dpydoc.py58 from traceback import extract_tb namespace
304 elif exc is ImportError and extract_tb(tb)[-1][2]=='safeimport':
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_traceback.py89 traceback.extract_tb(sys.exc_traceback)
106 src = traceback.extract_tb(sys.exc_traceback)[-1][-1]
H A Dtest_zipimport.py25 from traceback import extract_tb, extract_stack, print_tb namespace
368 f,lno,n,line = extract_tb(tb, 1)[0]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dtraceback.py7 __all__ = ['extract_stack', 'extract_tb', 'format_exception',
17 """Print the list of tuples as returned by extract_tb() or
30 Given a list of tuples as returned by extract_tb() or
76 return format_list(extract_tb(tb, limit))
78 def extract_tb(tb, limit = None): function
283 The return value has the same format as for extract_tb(). The
H A Dcode.py154 tblist = traceback.extract_tb(tb)
H A Dpydoc.py58 from traceback import extract_tb namespace
304 elif exc is ImportError and extract_tb(tb)[-1][2]=='safeimport':
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_traceback.py89 traceback.extract_tb(sys.exc_traceback)
106 src = traceback.extract_tb(sys.exc_traceback)[-1][-1]
H A Dtest_zipimport.py25 from traceback import extract_tb, extract_stack, print_tb namespace
368 f,lno,n,line = extract_tb(tb, 1)[0]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtraceback.py7 __all__ = ['extract_stack', 'extract_tb', 'format_exception',
17 """Print the list of tuples as returned by extract_tb() or
30 Given a list of tuples as returned by extract_tb() or
76 return format_list(extract_tb(tb, limit))
78 def extract_tb(tb, limit = None): function
283 The return value has the same format as for extract_tb(). The
H A Dcode.py154 tblist = traceback.extract_tb(tb)
H A Dpydoc.py58 from traceback import extract_tb namespace
304 elif exc is ImportError and extract_tb(tb)[-1][2]=='safeimport':
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_traceback.py89 traceback.extract_tb(sys.exc_traceback)
106 src = traceback.extract_tb(sys.exc_traceback)[-1][-1]
H A Dtest_zipimport.py25 from traceback import extract_tb, extract_stack, print_tb namespace
368 f,lno,n,line = extract_tb(tb, 1)[0]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtraceback.py7 __all__ = ['extract_stack', 'extract_tb', 'format_exception',
17 """Print the list of tuples as returned by extract_tb() or
30 Given a list of tuples as returned by extract_tb() or
76 return format_list(extract_tb(tb, limit))
78 def extract_tb(tb, limit = None): function
283 The return value has the same format as for extract_tb(). The
H A Dcode.py154 tblist = traceback.extract_tb(tb)
H A Dpydoc.py58 from traceback import extract_tb namespace
304 elif exc is ImportError and extract_tb(tb)[-1][2]=='safeimport':
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A Drun.py161 tbe = traceback.extract_tb(tb)
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A Drun.py161 tbe = traceback.extract_tb(tb)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A Drun.py161 tbe = traceback.extract_tb(tb)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A Drun.py161 tbe = traceback.extract_tb(tb)

Completed in 461 milliseconds