Home
last modified time | relevance | path

Searched refs:PyImportErrorObject (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
Dpyerrors.h40 } PyImportErrorObject; typedef
/third_party/python/Objects/
Dexceptions.c1499 ImportError_init(PyImportErrorObject *self, PyObject *args, PyObject *kwds) in ImportError_init()
1536 ImportError_clear(PyImportErrorObject *self) in ImportError_clear()
1545 ImportError_dealloc(PyImportErrorObject *self) in ImportError_dealloc()
1553 ImportError_traverse(PyImportErrorObject *self, visitproc visit, void *arg) in ImportError_traverse()
1562 ImportError_str(PyImportErrorObject *self) in ImportError_str()
1574 ImportError_getstate(PyImportErrorObject *self) in ImportError_getstate()
1602 ImportError_reduce(PyImportErrorObject *self, PyObject *Py_UNUSED(ignored)) in ImportError_reduce()
1619 {"msg", T_OBJECT, offsetof(PyImportErrorObject, msg), 0,
1621 {"name", T_OBJECT, offsetof(PyImportErrorObject, name), 0,
1623 {"path", T_OBJECT, offsetof(PyImportErrorObject, path), 0,