Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dweakrefobject.h45 #define PyWeakref_CheckRef(op) PyObject_TypeCheck(op, &_PyWeakref_RefType) macro
53 (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))
/external/python/cpython2/Doc/c-api/
Dweakref.rst21 .. c:function:: int PyWeakref_CheckRef(ob)
/external/python/cpython2/Modules/
Dthreadmodule.c576 assert(PyWeakref_CheckRef(localweakref)); in _localdummy_destroyed()
/external/python/cpython2/Objects/
Dtypeobject.c413 assert(PyWeakref_CheckRef(ref)); in mro_subclasses()
2743 assert(PyWeakref_CheckRef(ref)); in type_subclasses()
4271 assert(PyWeakref_CheckRef(ref));
4294 assert(PyWeakref_CheckRef(ref));
6454 assert(PyWeakref_CheckRef(ref));