Home
last modified time | relevance | path

Searched defs:exc_info (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_pyerrors.h56 _PyErr_StackItem *exc_info); variable
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_sys_exc.py16 exc_info = ["exc_type", "exc_value", "exc_traceback"] variable in FixSysExc
/third_party/node/tools/inspector_protocol/jinja2/
H A Ddebug.py117 def exc_info(self): member in ProcessedTraceback
[all...]
/third_party/python/Include/cpython/
H A Dpystate.h125 _PyErr_StackItem *exc_info; member
/third_party/python/Lib/test/test_asyncio/
H A Dtest_selector_events.py449 exc_info=(MyError, MOCK_ANY, MOCK_ANY)) variable in SelectorTransportTests.test_fatal_error_custom_exception.MyError
1366 exc_info=(MyException, MOCK_ANY, MOCK_ANY)) variable in SelectorDatagramTransportTests.test_fatal_error_connected_custom_error.MyException
/third_party/python/Objects/
H A Dframeobject.c781 _PyErr_StackItem *exc_info = tstate->exc_info; in frame_setlineno() local
/third_party/python/Modules/
H A Dfaulthandler.c407 faulthandler_exc_handler(struct _EXCEPTION_POINTERS *exc_info) in faulthandler_exc_handler() argument
/third_party/python/Lib/unittest/test/testmock/
H A Dtestpatch.py1699 exc_info = None, None, None variable in PatchTest.test_patch_propagates_exc_on_exit.holder
/third_party/python/Python/
H A Derrors.c70 _PyErr_StackItem *exc_info = tstate->exc_info; in _PyErr_GetTopmostException() local
491 _PyErr_StackItem *exc_info in _PyErr_GetExcInfo() local
505 _PyErr_StackItem *exc_info = _PyErr_GetTopmostException(tstate); _PyErr_GetHandledException() local
619 _PyErr_ChainStackItem(_PyErr_StackItem *exc_info) _PyErr_ChainStackItem() argument
[all...]
H A Dpystate.c1478 PyObject *exc_info = _PyErr_StackItemToExcInfoTuple(err_info); in _PyThread_CurrentExceptions() local
H A Dceval.c2661 _PyErr_StackItem *exc_info = tstate->exc_info; local
4468 _PyErr_StackItem *exc_info = tstate->exc_info; local
6531 _PyErr_StackItem *exc_info = _PyErr_GetTopmostException(tstate); global() local
[all...]

Completed in 23 milliseconds