Home
last modified time | relevance | path

Searched defs:tp_basicsize (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Doc/includes/
Dtypestruct.h4 int tp_basicsize, tp_itemsize; /* For allocation */ member
/external/python/cpython3/Doc/includes/
Dtypestruct.h4 Py_ssize_t tp_basicsize, tp_itemsize; /* For allocation */ member
/external/python/cpython3/Include/cpython/
Dobject.h196 Py_ssize_t tp_basicsize, tp_itemsize; /* For allocation */ member
/external/python/cpython2/Include/
Dobject.h327 Py_ssize_t tp_basicsize, tp_itemsize; /* For allocation */ member