Home
last modified time | relevance | path

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

/third_party/python/Include/
Dweakrefobject.h47 #define PyWeakref_CheckRef(op) PyObject_TypeCheck(op, &_PyWeakref_RefType) macro
55 (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))
/third_party/python/Doc/c-api/
Dweakref.rst20 .. c:function:: int PyWeakref_CheckRef(ob)
/third_party/python/Modules/
D_abc.c502 assert(PyWeakref_CheckRef(grandchildren)); in set_collection_flag_recursive()
D_threadmodule.c1034 assert(PyWeakref_CheckRef(localweakref)); in _localdummy_destroyed()
/third_party/python/Doc/data/
Drefcounts.dat2907 PyWeakref_CheckRef:int:::
2908 PyWeakref_CheckRef:PyObject*:ob::
/third_party/python/Objects/
Dtypeobject.c344 assert(PyWeakref_CheckRef(ref)); in PyType_Modified()
4089 assert(PyWeakref_CheckRef(ref)); in type___subclasses___impl()
8548 assert(PyWeakref_CheckRef(ref)); in recurse_down_subclasses()