Home
last modified time | relevance | path

Searched refs:tp_weaklist (Results 1 – 9 of 9) 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/cpython/
Dobject.h266 PyObject *tp_weaklist; member
/external/python/cpython2/Include/
Dobject.h397 PyObject *tp_weaklist; member
/external/python/cpython3/Doc/c-api/
Dtype.rst236 * :c:member:`~PyTypeObject.tp_weaklist`
Dtypeobj.rst140 …| [:c:member:`~PyTypeObject.tp_weaklist`] | :c:type:`PyObject` * | …
1219 :c:member:`~PyTypeObject.tp_weaklist` slot, the pointer supporting
1220 the linked list (what *tp_weaklist* points to) must **not** be
1392 Do not confuse this field with :c:member:`~PyTypeObject.tp_weaklist`; that is the list head for
1837 .. c:member:: PyObject* PyTypeObject.tp_weaklist
/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/cpython2/Objects/
Dtypeobject.c2905 offsetof(PyTypeObject, tp_weaklist), /* tp_weaklistoffset */
/external/python/cpython3/Objects/
Dtypeobject.c3771 offsetof(PyTypeObject, tp_weaklist), /* tp_weaklistoffset */