Home
last modified time | relevance | path

Searched refs:PyDrawFType (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/RISCOS/Modules/
Ddrawfmodule.c10 #define PyDrawF_Check(op) ((op)->ob_type == &PyDrawFType)
33 static PyTypeObject PyDrawFType; variable
77 { 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