Home | History | Annotate | Download | only in python2.7

Lines Matching defs:tp_basicsize

327     Py_ssize_t tp_basicsize, tp_itemsize; /* For allocation */
433 ((PyMemberDef *)(((char *)etype) + Py_TYPE(etype)->tp_basicsize))