Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dexceptions.c639 ImportError_init(PyImportErrorObject *self, PyObject *args, PyObject *kwds) in ImportError_init()
676 ImportError_clear(PyImportErrorObject *self) in ImportError_clear()
685 ImportError_dealloc(PyImportErrorObject *self) in ImportError_dealloc()
693 ImportError_traverse(PyImportErrorObject *self, visitproc visit, void *arg) in ImportError_traverse()
702 ImportError_str(PyImportErrorObject *self) in ImportError_str()
714 ImportError_getstate(PyImportErrorObject *self) in ImportError_getstate()
744 ImportError_reduce(PyImportErrorObject *self, PyObject *Py_UNUSED(ignored)) in ImportError_reduce()
761 {"msg", T_OBJECT, offsetof(PyImportErrorObject, msg), 0,
763 {"name", T_OBJECT, offsetof(PyImportErrorObject, name), 0,
765 {"path", T_OBJECT, offsetof(PyImportErrorObject, path), 0,
/third_party/python/Include/cpython/
Dpyerrors.h34 } PyImportErrorObject; typedef