Home | History | Annotate | Download | only in Modules

Lines Matching refs:calcsize

13 static PyObject *calcsize = NULL;
791 tmp = PyObject_CallFunctionObjArgs(calcsize, format, NULL);
1464 point. The equality calcsize(format) = itemsize does _not_ hold
1508 /* product(shape) * itemsize = len and calcsize(format) = itemsize
2851 calcsize = PyObject_GetAttrString(structmodule, "calcsize");
2852 if (Struct == NULL || calcsize == NULL)