Home
last modified time | relevance | path

Searched defs:sys_exc_info (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Python/clinic/
Dsysmodule.c.h95 sys_exc_info(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_exc_info() function
/external/python/cpython2/Python/
Dsysmodule.c150 sys_exc_info(PyObject *self, PyObject *noargs) in sys_exc_info() function
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonDataObjectsTests.cpp560 PythonObject sys_exc_info = m_sys_module.ResolveName("exc_info"); in TEST_F() local