/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/python/Lib/unittest/ |
D | _log.py | 63 def __exit__(self, exc_type, exc_value, tb): argument
|
D | case.py | 216 def __exit__(self, exc_type, exc_value, tb): argument 263 def __exit__(self, exc_type, exc_value, tb): argument
|
/third_party/python/Lib/ |
D | py_compile.py | 46 def __init__(self, exc_type, exc_value, file, msg=''): argument
|
D | contextlib.py | 26 def __exit__(self, exc_type, exc_value, traceback): argument 48 async def __aexit__(self, exc_type, exc_value, traceback): argument
|
D | traceback.py | 489 def __init__(self, exc_type, exc_value, exc_traceback, *, limit=None, argument
|
/third_party/skia/third_party/externals/jinja2/ |
D | debug.py | 76 def fake_traceback(exc_value, tb, filename, lineno): argument
|
/third_party/node/deps/v8/third_party/jinja2/ |
D | debug.py | 76 def fake_traceback(exc_value, tb, filename, lineno): argument
|
/third_party/python/Python/ |
D | errors.c | 117 PyObject *exc_value; in _PyErr_SetObject() local 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() 1430 PyObject *exc_value = PyStructSequence_GET_ITEM(args, 1); 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/node/tools/inspector_protocol/jinja2/ |
D | debug.py | 83 def __init__(self, exc_type, exc_value, frames): argument
|
/third_party/python/Lib/test/ |
D | test_tabnanny.py | 79 def __exit__(self, exc_type, exc_value, exc_traceback): 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_async.py | 74 async def __aexit__(self, exc_type, exc_value, traceback): argument
|
/third_party/python/Modules/_multiprocessing/clinic/ |
D | semaphore.c.h | 370 PyObject *exc_value = Py_None; in _multiprocessing_SemLock___exit__() local
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
D | macro_collector.py | 67 def __exit__(self, exc_type, exc_value, exc_traceback) -> None: argument
|
/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
|
/third_party/python/Include/cpython/ |
D | pystate.h | 52 PyObject *exc_type, *exc_value, *exc_traceback; member
|
/third_party/python/Modules/_multiprocessing/ |
D | semaphore.c | 698 PyObject *exc_value, PyObject *exc_tb) in _multiprocessing_SemLock___exit___impl()
|
/third_party/python/Modules/ |
D | _threadmodule.c | 1408 thread_excepthook_file(PyObject *file, PyObject *exc_type, PyObject *exc_value, in thread_excepthook_file() 1508 PyObject *exc_value = PyStructSequence_GET_ITEM(args, 1); in thread_excepthook() local
|
/third_party/python/Modules/_sqlite/clinic/ |
D | connection.c.h | 691 PyObject *exc_value; in pysqlite_connection_exit() local
|
/third_party/python/PC/clinic/ |
D | winreg.c.h | 94 PyObject *exc_value; in winreg_HKEYType___exit__() local
|
/third_party/python/Modules/clinic/ |
D | selectmodule.c.h | 881 PyObject *exc_value = Py_None; in select_epoll___exit__() local
|
/third_party/python/Lib/importlib/ |
D | _bootstrap.py | 897 def __exit__(self, exc_type, exc_value, exc_traceback): argument
|