Home
last modified time | relevance | path

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

/third_party/python/Include/
Dweakrefobject.h54 #define PyWeakref_Check(op) \ macro
/third_party/python/Objects/
Dweakrefobject.c97 assert(PyWeakref_Check(self)); in _PyWeakref_ClearRef()
205 !PyWeakref_Check(self) || in weakref_richcompare()
206 !PyWeakref_Check(other)) { in weakref_richcompare()
939 if (ref == NULL || !PyWeakref_Check(ref)) { in PyWeakref_GetObject()
/third_party/python/Modules/
D_weakref.c42 if (!PyWeakref_Check(value)) { in is_dead_weakref()
Dgcmodule.c783 if (PyWeakref_Check(op)) { in handle_weakrefs()
881 _PyObject_ASSERT(op, PyWeakref_Check(op)); in handle_weakrefs()
/third_party/python/Doc/c-api/
Dweakref.rst14 .. c:function:: int PyWeakref_Check(ob)
/third_party/python/Doc/data/
Drefcounts.dat2901 PyWeakref_Check:int:::
2902 PyWeakref_Check:PyObject*:ob::