Home
last modified time | relevance | path

Searched defs:tp_itemsize (Results 1 – 2 of 2) sorted by relevance

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