Searched defs:_PyObject_VAR_SIZE (Results 1 – 3 of 3) sorted by relevance
184 #define _PyObject_VAR_SIZE(typeobj, nitems) \ macro
412 def _PyObject_VAR_SIZE(typeobj, nitems): function