Searched refs:PyImportErrorObject (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/ |
D | exceptions.c | 615 ImportError_init(PyImportErrorObject *self, PyObject *args, PyObject *kwds) in ImportError_init() 652 ImportError_clear(PyImportErrorObject *self) in ImportError_clear() 661 ImportError_dealloc(PyImportErrorObject *self) in ImportError_dealloc() 669 ImportError_traverse(PyImportErrorObject *self, visitproc visit, void *arg) in ImportError_traverse() 678 ImportError_str(PyImportErrorObject *self) in ImportError_str() 690 ImportError_getstate(PyImportErrorObject *self) in ImportError_getstate() 720 ImportError_reduce(PyImportErrorObject *self) in ImportError_reduce() 737 {"msg", T_OBJECT, offsetof(PyImportErrorObject, msg), 0, 739 {"name", T_OBJECT, offsetof(PyImportErrorObject, name), 0, 741 {"path", T_OBJECT, offsetof(PyImportErrorObject, path), 0,
|
/external/python/cpython3/Include/ |
D | pyerrors.h | 35 } PyImportErrorObject; typedef
|