Searched refs:PyDrawFType (Results 1 – 1 of 1) sorted by relevance
10 #define PyDrawF_Check(op) ((op)->ob_type == &PyDrawFType)33 static PyTypeObject PyDrawFType; variable77 { PyDrawFObject *b=PyObject_NEW(PyDrawFObject,&PyDrawFType); in new()368 if(!PyArg_ParseTuple(arg,"O!|s",&PyDrawFType,(PyObject*)&g,&name)) in DrawF_Group()630 static PyTypeObject PyDrawFType= variable