Home
last modified time | relevance | path

Searched defs:_traceback (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Include/cpython/
Dtraceback.h9 typedef struct _traceback { struct
11 struct _traceback *tb_next; argument
12 PyFrameObject *tb_frame;
13 int tb_lasti;
14 int tb_lineno;
/external/python/cpython2/Include/
Dtraceback.h12 typedef struct _traceback { struct
14 struct _traceback *tb_next; argument
15 struct _frame *tb_frame;
16 int tb_lasti;
17 int tb_lineno;
/external/skqp/infra/bots/
Dgit_utils.py33 def __exit__(self, exc_type, _value, _traceback): argument
87 def __exit__(self, exc_type, _value, _traceback): argument
Dutils.py108 def __exit__(self, exc_type, _value, _traceback): argument
/external/skia/infra/bots/
Dgit_utils.py34 def __exit__(self, exc_type, _value, _traceback): argument
88 def __exit__(self, exc_type, _value, _traceback): argument
Dutils.py110 def __exit__(self, exc_type, _value, _traceback): argument
/external/chromium-trace/catapult/devil/devil/android/tools/
Dvideo_recorder.py83 def __exit__(self, _exc_type, _exc_value, _traceback): argument
/external/python/cpython2/Lib/
Ddummy_thread.py19 import traceback as _traceback namespace
/external/toolchain-utils/crosperf/
Dgenerate_report_unittest.py37 def __exit__(self, _type, _value, _traceback): argument
/external/tensorflow/tensorflow/python/platform/
Dtf_logging.py28 import traceback as _traceback namespace
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs.py415 def __exit__(self, exc_type, _exc_value, _traceback): argument
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_invocation.py177 def _traceback(unused_handler): function