Searched refs:PyWeakref_Check (Results 1 – 4 of 4) sorted by relevance
52 #define PyWeakref_Check(op) \ macro
14 .. c:function:: int PyWeakref_Check(ob)
94 assert(PyWeakref_Check(self)); in _PyWeakref_ClearRef()881 if (ref == NULL || !PyWeakref_Check(ref)) { in PyWeakref_GetObject()
707 assert(PyWeakref_Check(op)); in handle_weakrefs()