Home
last modified time | relevance | path

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

/external/python/cpython2/RISCOS/Modules/
Ddrawfmodule.c482 static struct PyMethodDef PyDrawF_Methods[]= variable
618 return Py_FindMethod(PyDrawF_Methods, (PyObject*) s,name); in PyDrawF_GetAttr()