Searched refs:PyWeakref_Check (Results 1 – 11 of 11) sorted by relevance
52 #define PyWeakref_Check(op) \ macro
54 #define PyWeakref_Check(op) \ macro
96 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()
41 if (!PyWeakref_Check(value)) { in is_dead_weakref()
603 assert(PyWeakref_Check(op)); in handle_weakrefs()
11 if (!PyWeakref_Check(value)) { in is_dead_weakref()
707 assert(PyWeakref_Check(op)); in handle_weakrefs()
14 .. c:function:: int PyWeakref_Check(ob)
96 assert(PyWeakref_Check(self)); in _PyWeakref_ClearRef()883 if (ref == NULL || !PyWeakref_Check(ref)) { in PyWeakref_GetObject()
2883 PyWeakref_Check:int:::2884 PyWeakref_Check:PyObject*:ob::