Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dweakrefobject.h52 #define PyWeakref_Check(op) \ macro
/external/python/cpython2/Doc/c-api/
Dweakref.rst14 .. c:function:: int PyWeakref_Check(ob)
/external/python/cpython2/Objects/
Dweakrefobject.c94 assert(PyWeakref_Check(self)); in _PyWeakref_ClearRef()
881 if (ref == NULL || !PyWeakref_Check(ref)) { in PyWeakref_GetObject()
/external/python/cpython2/Modules/
Dgcmodule.c707 assert(PyWeakref_Check(op)); in handle_weakrefs()