Home
last modified time | relevance | path

Searched refs:PyWeakref_Check (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
H A Dweakrefobject.h42 assert(PyWeakref_Check(ref_obj)); in PyWeakref_GET_OBJECT()
/third_party/python/Include/
H A Dweakrefobject.h22 #define PyWeakref_Check(op) \ macro
/third_party/python/Objects/
H A Dweakrefobject.c98 assert(PyWeakref_Check(self)); in _PyWeakref_ClearRef()
202 !PyWeakref_Check(self) || in weakref_richcompare()
203 !PyWeakref_Check(other)) { in weakref_richcompare()
915 if (ref == NULL || !PyWeakref_Check(ref)) { in PyWeakref_GetObject()
/third_party/python/Modules/
H A D_weakref.c42 if (!PyWeakref_Check(value)) { in is_dead_weakref()
H A Dgcmodule.c779 if (PyWeakref_Check(op)) { in handle_weakrefs()
877 _PyObject_ASSERT(op, PyWeakref_Check(op)); in handle_weakrefs()

Completed in 7 milliseconds