Searched refs:PyWeakref_Check (Results 1 – 6 of 6) sorted by relevance
54 #define PyWeakref_Check(op) \ macro
97 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()
42 if (!PyWeakref_Check(value)) { in is_dead_weakref()
783 if (PyWeakref_Check(op)) { in handle_weakrefs()881 _PyObject_ASSERT(op, PyWeakref_Check(op)); in handle_weakrefs()
14 .. c:function:: int PyWeakref_Check(ob)
2901 PyWeakref_Check:int:::2902 PyWeakref_Check:PyObject*:ob::