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