/third_party/python/Lib/multiprocessing/dummy/ |
D | connection.py | 36 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/ |
D | gitlab_section.py | 61 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
D | log_follower.py | 63 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/third_party/python/Python/ |
D | errors.c | 1236 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
|
D | sysmodule.c | 74 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/ |
D | test_contextlib_async.py | 468 async def _expect_exc(exc_type, exc, exc_tb): argument 472 async def _expect_ok(exc_type, exc, exc_tb): argument
|
D | audit-tests.py | 274 def excepthook(exc_type, exc_value, exc_tb): argument
|
D | test_raise.py | 22 def __exit__(self, exc_type, exc_value, exc_tb): argument
|
D | test_contextlib.py | 618 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/ |
D | semaphore.c.h | 371 PyObject *exc_tb = Py_None; in _multiprocessing_SemLock___exit__() local
|
/third_party/python/Lib/multiprocessing/ |
D | connection.py | 262 def __exit__(self, exc_type, exc_value, exc_tb): argument 489 def __exit__(self, exc_type, exc_value, exc_tb): argument
|
D | managers.py | 655 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
|
D | pool.py | 735 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/third_party/python/Modules/_multiprocessing/ |
D | semaphore.c | 698 PyObject *exc_value, PyObject *exc_tb) in _multiprocessing_SemLock___exit___impl()
|
/third_party/python/Lib/concurrent/futures/ |
D | _base.py | 636 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/third_party/python/Modules/_sqlite/clinic/ |
D | connection.c.h | 692 PyObject *exc_tb; in pysqlite_connection_exit() local
|
/third_party/python/Lib/test/libregrtest/ |
D | save_env.py | 309 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/third_party/python/Lib/asyncio/ |
D | unix_events.py | 1242 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/ |
D | selectmodule.c.h | 882 PyObject *exc_tb = Py_None; in select_epoll___exit__() local
|
/third_party/python/Modules/_sqlite/ |
D | connection.c | 1876 PyObject *exc_value, PyObject *exc_tb) in pysqlite_connection_exit_impl()
|
/third_party/python/Modules/ |
D | _threadmodule.c | 1509 PyObject *exc_tb = PyStructSequence_GET_ITEM(args, 2); in thread_excepthook() local
|
D | _tkinter.c | 1381 PyObject **exc_type, **exc_value, **exc_tb; member 1560 PyObject *exc_type, *exc_value, *exc_tb; in Tkapp_Call() local
|
D | selectmodule.c | 1650 PyObject *exc_value, PyObject *exc_tb) in select_epoll___exit___impl()
|
/third_party/protobuf/python/google/protobuf/ |
D | descriptor.py | 88 def __exit__(self, exc_type, exc_value, exc_tb): argument
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 1388 def __exit__(self, exc_type, exc_value, exc_tb): argument
|