HomeSort by relevance Sort by last modified time
    Searched full:_traceback (Results 1 - 7 of 7) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
traceback.h 12 typedef struct _traceback { struct
14 struct _traceback *tb_next;
frameobject.h 33 * Invariant: if _type is NULL, then so are _value and _traceback.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
traceback.h 12 typedef struct _traceback { struct
14 struct _traceback *tb_next;
frameobject.h 33 * Invariant: if _type is NULL, then so are _value and _traceback.
  /external/chromium_org/third_party/jinja2/
debug.py 301 class _Traceback(_PyObject):
303 _Traceback._fields_ = [
304 ('tb_next', ctypes.POINTER(_Traceback)),
315 obj = _Traceback.from_address(id(tb))
317 old = _Traceback.from_address(id(tb.tb_next))
320 obj.tb_next = ctypes.POINTER(_Traceback)()
322 next = _Traceback.from_address(id(next))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dummy_thread.py 19 import traceback as _traceback namespace
51 _traceback.print_exc()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dummy_thread.py 19 import traceback as _traceback namespace
51 _traceback.print_exc()

Completed in 82 milliseconds