Home
last modified time | relevance | path

Searched refs:_PyObject_IsInstanceDictEmpty (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_object.h271 extern int _PyObject_IsInstanceDictEmpty(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_object.h271 extern int _PyObject_IsInstanceDictEmpty(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_object.h271 extern int _PyObject_IsInstanceDictEmpty(PyObject *);
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_object.h271 extern int _PyObject_IsInstanceDictEmpty(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_object.h271 extern int _PyObject_IsInstanceDictEmpty(PyObject *);
/aosp_15_r20/external/python/cpython3/Objects/
Dexceptions.c3833 if (!_PyObject_IsInstanceDictEmpty(val)) { in _PyErr_TrySetFromCause()
Ddictobject.c5508 _PyObject_IsInstanceDictEmpty(PyObject *obj) in _PyObject_IsInstanceDictEmpty() function
Dtypeobject.c4976 if (_PyObject_IsInstanceDictEmpty(obj)) { in object_getstate_default()