Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/includes/
Dtypestruct.h74 PyObject *tp_weaklist; member
/external/python/cpython2/Include/
Dobject.h397 PyObject *tp_weaklist; member
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst517 …ject.tp_cache`, :c:member:`~PyTypeObject.tp_subclasses`, and :c:member:`~PyTypeObject.tp_weaklist`.
733 Do not confuse this field with :c:member:`~PyTypeObject.tp_weaklist`; that is the list head for
788 The next fields, up to and including :c:member:`~PyTypeObject.tp_weaklist`, only exist if the
1111 .. c:member:: PyObject* PyTypeObject.tp_weaklist
/external/python/cpython2/Objects/
Dtypeobject.c2865 offsetof(PyTypeObject, tp_weaklist), /* tp_weaklistoffset */