Home
last modified time | relevance | path

Searched refs:tp_subclasses (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/python/cpython2/Doc/includes/
Dtypestruct.h73 PyObject *tp_subclasses; member
/aosp_15_r20/external/python/cpython3/Doc/includes/
Dtypestruct.h74 PyObject *tp_subclasses; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dobject.h221 PyObject *tp_subclasses; member
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dobject.h221 PyObject *tp_subclasses; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dobject.h221 PyObject *tp_subclasses; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dobject.h221 PyObject *tp_subclasses; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dobject.h221 PyObject *tp_subclasses; member
/aosp_15_r20/external/python/cpython3/Objects/
Dtypeobject.c305 PyObject *subclasses = type->tp_subclasses; in PyType_Modified()
692 if (type->tp_subclasses != NULL) { in mro_hierarchy()
4065 if (type->tp_subclasses != NULL) { in _PyStaticType_Dealloc()
4107 Py_XDECREF(type->tp_subclasses); in type_dealloc()
4135 PyObject *subclasses = self->tp_subclasses; // borrowed ref in _PyType_GetSubclasses()
6543 PyObject *subclasses = base->tp_subclasses; in add_subclass()
6545 base->tp_subclasses = subclasses = PyDict_New(); in add_subclass()
6579 PyObject *subclasses = base->tp_subclasses; // borrowed ref in remove_subclass()
6598 Py_CLEAR(base->tp_subclasses); in remove_subclass()
8663 PyObject *subclasses = type->tp_subclasses; // borrowed ref in recurse_down_subclasses()
Dstructseq.c538 if (type->tp_subclasses != NULL) { in _PyStructSequence_FiniType()
/aosp_15_r20/external/python/cpython2/Objects/
Dtypeobject.c102 raw = type->tp_subclasses; in PyType_Modified()
406 subclasses = type->tp_subclasses; in mro_subclasses()
2757 Py_XDECREF(type->tp_subclasses); in type_dealloc()
2776 raw = type->tp_subclasses; in type_subclasses()
4323 list = base->tp_subclasses;
4325 base->tp_subclasses = list = PyList_New(0);
4349 list = base->tp_subclasses;
6512 subclasses = type->tp_subclasses;
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0a5.rst140 function ``add_subclass()`` now gets the ``PyTypeObject.tp_subclasses``
142 collection which can indirectly modify ``PyTypeObject.tp_subclasses``. Patch
/aosp_15_r20/external/python/cpython2/Include/
Dobject.h396 PyObject *tp_subclasses; member
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dtype.rst282 * :c:member:`~PyTypeObject.tp_subclasses`
Dtypeobj.rst138 …| [:c:member:`~PyTypeObject.tp_subclasses`] | :c:type:`PyObject` * | __subclasse…
1955 .. c:member:: PyObject* PyTypeObject.tp_subclasses
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dtypeobj.rst517 …:c:member:`~PyTypeObject.tp_cache`, :c:member:`~PyTypeObject.tp_subclasses`, and :c:member:`~PyTyp…
1091 .. c:member:: PyObject* PyTypeObject.tp_subclasses
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi2239 …<var-decl name='tp_subclasses' type-id='type-id-14' visibility='default' filepath='./Include/cpyth…