Home
last modified time | relevance | path

Searched refs:PyWeakref_Check (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Include/
Dweakrefobject.h52 #define PyWeakref_Check(op) \ macro
/external/python/cpython3/Include/
Dweakrefobject.h54 #define PyWeakref_Check(op) \ macro
/external/python/cpython3/Objects/
Dweakrefobject.c96 assert(PyWeakref_Check(self)); in _PyWeakref_ClearRef()
196 !PyWeakref_Check(self) || in weakref_richcompare()
197 !PyWeakref_Check(other)) { in weakref_richcompare()
859 if (ref == NULL || !PyWeakref_Check(ref)) { in PyWeakref_GetObject()
/external/python/cpython3/Modules/
D_weakref.c41 if (!PyWeakref_Check(value)) { in is_dead_weakref()
Dgcmodule.c603 assert(PyWeakref_Check(op)); in handle_weakrefs()
/external/python/cpython2/Modules/
D_weakref.c11 if (!PyWeakref_Check(value)) { in is_dead_weakref()
Dgcmodule.c707 assert(PyWeakref_Check(op)); in handle_weakrefs()
/external/python/cpython3/Doc/c-api/
Dweakref.rst14 .. c:function:: int PyWeakref_Check(ob)
/external/python/cpython2/Doc/c-api/
Dweakref.rst14 .. c:function:: int PyWeakref_Check(ob)
/external/python/cpython2/Objects/
Dweakrefobject.c96 assert(PyWeakref_Check(self)); in _PyWeakref_ClearRef()
883 if (ref == NULL || !PyWeakref_Check(ref)) { in PyWeakref_GetObject()
/external/python/cpython3/Doc/data/
Drefcounts.dat2883 PyWeakref_Check:int:::
2884 PyWeakref_Check:PyObject*:ob::