Home
last modified time | relevance | path

Searched defs:exc_tb (Results 1 – 25 of 32) sorted by relevance

12

/third_party/python/Lib/multiprocessing/dummy/
Dconnection.py36 def __exit__(self, exc_type, exc_value, exc_tb): argument
74 def __exit__(self, exc_type, exc_value, exc_tb): argument
/third_party/mesa3d/.gitlab-ci/lava/utils/
Dgitlab_section.py61 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dlog_follower.py63 def __exit__(self, exc_type, exc_val, exc_tb): argument
/third_party/python/Python/
Derrors.c1236 PyObject *exc_value, PyObject *exc_tb, in make_unraisable_hook_args()
1278 PyObject *exc_value, PyObject *exc_tb, in write_unraisable_exc_file()
1397 PyObject *exc_value, PyObject *exc_tb, PyObject *err_msg, in write_unraisable_exc()
1431 PyObject *exc_tb = PyStructSequence_GET_ITEM(args, 2); in _PyErr_WriteUnraisableDefaultHook() local
1460 PyObject *exc_type, *exc_value, *exc_tb; in _PyErr_WriteUnraisableMsg() local
Dsysmodule.c74 PyObject *exc_type, *exc_value, *exc_tb; in sys_get_object_id() local
105 PyObject *exc_type, *exc_value, *exc_tb; in PySys_GetObject() local
211 PyObject *exc_type, *exc_value, *exc_tb; in sys_audit_tstate() local
/third_party/python/Lib/test/
Dtest_contextlib_async.py468 async def _expect_exc(exc_type, exc, exc_tb): argument
472 async def _expect_ok(exc_type, exc, exc_tb): argument
Daudit-tests.py274 def excepthook(exc_type, exc_value, exc_tb): argument
Dtest_raise.py22 def __exit__(self, exc_type, exc_value, exc_tb): argument
Dtest_contextlib.py618 def _expect_exc(exc_type, exc, exc_tb): argument
622 def _expect_ok(exc_type, exc, exc_tb): argument
/third_party/python/Modules/_multiprocessing/clinic/
Dsemaphore.c.h371 PyObject *exc_tb = Py_None; in _multiprocessing_SemLock___exit__() local
/third_party/python/Lib/multiprocessing/
Dconnection.py262 def __exit__(self, exc_type, exc_value, exc_tb): argument
489 def __exit__(self, exc_type, exc_value, exc_tb): argument
Dmanagers.py655 def __exit__(self, exc_type, exc_val, exc_tb): argument
1053 def __exit__(self, exc_type, exc_val, exc_tb): argument
1189 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dpool.py735 def __exit__(self, exc_type, exc_val, exc_tb): argument
/third_party/python/Modules/_multiprocessing/
Dsemaphore.c698 PyObject *exc_value, PyObject *exc_tb) in _multiprocessing_SemLock___exit___impl()
/third_party/python/Lib/concurrent/futures/
D_base.py636 def __exit__(self, exc_type, exc_val, exc_tb): argument
/third_party/python/Modules/_sqlite/clinic/
Dconnection.c.h692 PyObject *exc_tb; in pysqlite_connection_exit() local
/third_party/python/Lib/test/libregrtest/
Dsave_env.py309 def __exit__(self, exc_type, exc_val, exc_tb): argument
/third_party/python/Lib/asyncio/
Dunix_events.py1242 def __exit__(self, exc_type, exc_val, exc_tb): argument
1359 def __exit__(self, exc_type, exc_val, exc_tb): argument
/third_party/python/Modules/clinic/
Dselectmodule.c.h882 PyObject *exc_tb = Py_None; in select_epoll___exit__() local
/third_party/python/Modules/_sqlite/
Dconnection.c1876 PyObject *exc_value, PyObject *exc_tb) in pysqlite_connection_exit_impl()
/third_party/python/Modules/
D_threadmodule.c1509 PyObject *exc_tb = PyStructSequence_GET_ITEM(args, 2); in thread_excepthook() local
D_tkinter.c1381 PyObject **exc_type, **exc_value, **exc_tb; member
1560 PyObject *exc_type, *exc_value, *exc_tb; in Tkapp_Call() local
Dselectmodule.c1650 PyObject *exc_value, PyObject *exc_tb) in select_epoll___exit___impl()
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py88 def __exit__(self, exc_type, exc_value, exc_tb): argument
/third_party/python/Lib/test/support/
D__init__.py1388 def __exit__(self, exc_type, exc_value, exc_tb): argument

12