/third_party/python/Lib/http/ |
H A D | cookiejar.py | 70 import io, warnings, traceback namespace
|
/third_party/python/Lib/multiprocessing/ |
H A D | managers.py | 368 import traceback namespace
|
/third_party/python/Lib/asyncio/ |
H A D | base_events.py | 28 import traceback namespace
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | capture_replay_tests.py | 40 import traceback namespace
|
/third_party/python/Lib/logging/ |
H A D | __init__.py | 26 import sys, os, time, io, re, traceback, warnings, weakref, collections.abc namespace [all...] |
/third_party/python/Lib/test/ |
H A D | test_contextlib.py | 8 import traceback namespace
|
H A D | test_sys.py | 407 import traceback namespace 473 import traceback namespace [all...] |
H A D | test_threading.py | 22 import traceback namespace
|
H A D | test_coroutines.py | 7 import traceback namespace
|
H A D | test_exceptions.py | 1471 import traceback namespace [all...] |
H A D | test_builtin.py | 18 import traceback namespace
|
H A D | test_traceback.py | 20 import traceback namespace [all...] |
/third_party/python/Lib/unittest/test/ |
H A D | test_result.py | 7 import traceback namespace [all...] |
/third_party/python/PC/ |
H A D | winreg.c | 327 winreg_HKEYType___exit___impl(PyHKEYObject *self, PyObject *exc_type, PyObject *exc_value, PyObject *traceback) winreg_HKEYType___exit___impl() argument
|
/third_party/python/Lib/unittest/ |
H A D | case.py | 11 import traceback namespace
|
/third_party/python/Lib/ |
H A D | pdb.py | 84 import traceback namespace [all...] |
/third_party/python/Lib/idlelib/ |
H A D | editor.py | 9 import traceback namespace
|
/third_party/python/Python/ |
H A D | errors.c | 60 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_Restore() argument 32 _PyErr_Restore(PyThreadState *tstate, PyObject *type, PyObject *value, PyObject *traceback) _PyErr_Restore() argument 541 PyErr_SetExcInfo(PyObject *type, PyObject *value, PyObject *traceback) PyErr_SetExcInfo() argument [all...] |
H A D | import.c | 637 PyObject *type, *value, *traceback; in remove_module() local 1504 PyTracebackObject *traceback = (PyTracebackObject *)tb; in remove_importlib_frames() local
|
H A D | pythonrun.c | 1662 PyObject *type, *value, *traceback; in flush_io() local
|
H A D | sysmodule.c | 741 sys_excepthook_impl(PyObject *module, PyObject *exctype, PyObject *value, PyObject *traceback) sys_excepthook_impl() argument [all...] |
/third_party/python/Objects/ |
H A D | object.c | 881 PyObject *type, *value, *traceback; in set_attribute_error_context() local
|
/third_party/python/Modules/ |
H A D | _tracemalloc.c | 105 traceback_t *traceback; member 273 const traceback_t *traceback = (const traceback_t *)key; in hashtable_hash_traceback() local 366 traceback_hash(traceback_t *traceback) in traceback_hash() argument 392 traceback_get_frames(traceback_t *traceback) in traceback_get_frames() argument 427 traceback_t *traceback; traceback_new() local 534 traceback_t *traceback = traceback_new(); tracemalloc_add_trace() local 1103 traceback_to_pyobject(traceback_t *traceback, _Py_hashtable_t *intern_table) traceback_to_pyobject() argument 1465 traceback_t *traceback; _tracemalloc__get_object_traceback() local 1500 traceback_t *traceback; _PyMem_DumpTraceback() local 1802 traceback_t *traceback = traceback_new(); _PyTraceMalloc_NewReference() local 1818 traceback_t *traceback; _PyTraceMalloc_GetTraceback() local [all...] |
/third_party/python/Modules/_io/ |
H A D | textio.c | 2834 PyObject *type, *value, *traceback; in _io_TextIOWrapper_tell_impl() local
|
/third_party/python/Tools/clinic/ |
H A D | clinic.py | 27 import traceback namespace
|