Home
last modified time | relevance | path

Searched defs:PyWeakref_GET_OBJECT (Results 1 – 5 of 5) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r547379/python3/include/python3.11/cpython/
Dweakrefobject.h39 static inline PyObject* PyWeakref_GET_OBJECT(PyObject *ref_obj) { in PyWeakref_GET_OBJECT() function
57 # define PyWeakref_GET_OBJECT(ref) PyWeakref_GET_OBJECT(_PyObject_CAST(ref)) macro
/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dweakrefobject.h39 static inline PyObject* PyWeakref_GET_OBJECT(PyObject *ref_obj) { in PyWeakref_GET_OBJECT() function
57 # define PyWeakref_GET_OBJECT(ref) PyWeakref_GET_OBJECT(_PyObject_CAST(ref)) macro
/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dweakrefobject.h39 static inline PyObject* PyWeakref_GET_OBJECT(PyObject *ref_obj) { in PyWeakref_GET_OBJECT() function
57 # define PyWeakref_GET_OBJECT(ref) PyWeakref_GET_OBJECT(_PyObject_CAST(ref)) macro
/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dweakrefobject.h39 static inline PyObject* PyWeakref_GET_OBJECT(PyObject *ref_obj) { in PyWeakref_GET_OBJECT() function
57 # define PyWeakref_GET_OBJECT(ref) PyWeakref_GET_OBJECT(_PyObject_CAST(ref)) macro
/prebuilts/build-tools/common/py3-headers/Include/cpython/
Dweakrefobject.h45 Py_DEPRECATED(3.13) static inline PyObject* PyWeakref_GET_OBJECT(PyObject *ref_obj) in PyWeakref_GET_OBJECT() function
63 #define PyWeakref_GET_OBJECT(ref) PyWeakref_GET_OBJECT(_PyObject_CAST(ref)) macro