Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/includes/
Dtypestruct.h74 PyObject *tp_weaklist; member
/external/python/cpython3/Doc/includes/
Dtypestruct.h72 PyObject *tp_weaklist; member
/external/python/cpython3/Include/
Dobject.h419 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
1096 .. c:member:: PyObject* PyTypeObject.tp_weaklist
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst652 Do not confuse this field with :c:member:`~PyTypeObject.tp_weaklist`; that is the list head for
1039 .. c:member:: PyObject* PyTypeObject.tp_weaklist
/external/python/cpython3/Objects/
Dtypeobject.c3579 offsetof(PyTypeObject, tp_weaklist), /* tp_weaklistoffset */
/external/python/cpython2/Objects/
Dtypeobject.c2905 offsetof(PyTypeObject, tp_weaklist), /* tp_weaklistoffset */