Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/includes/
Dtypestruct.h72 PyObject *tp_cache; member
/external/python/cpython3/Doc/includes/
Dtypestruct.h70 PyObject *tp_cache; member
/external/python/cpython2/Include/
Dobject.h395 PyObject *tp_cache; member
/external/python/cpython3/Include/
Dobject.h417 PyObject *tp_cache; member
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst517 …:c:member:`~PyTypeObject.tp_cache`, :c:member:`~PyTypeObject.tp_subclasses`, and :c:member:`~PyTyp…
1101 .. c:member:: PyObject* PyTypeObject.tp_cache
/external/python/cpython3/Objects/
Dtypeobject.c3111 Py_XDECREF(type->tp_cache); in type_dealloc()
3290 Py_VISIT(type->tp_cache); in type_traverse()
/external/python/cpython2/Objects/
Dtypeobject.c2716 Py_XDECREF(type->tp_cache); in type_dealloc()
2779 Py_VISIT(type->tp_cache); in type_traverse()
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst1028 .. c:member:: PyObject* PyTypeObject.tp_cache