Searched refs:PyImportErrorObject (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/python/cpython3/Objects/ |
D | exceptions.c | 1499 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,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | pyerrors.h | 40 } PyImportErrorObject; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | pyerrors.h | 40 } PyImportErrorObject; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | pyerrors.h | 40 } PyImportErrorObject; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | pyerrors.h | 40 } PyImportErrorObject; typedef
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | pyerrors.h | 40 } PyImportErrorObject; typedef
|