Home
last modified time | relevance | path

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

/external/python/cpython2/RISCOS/Modules/
Dswimodule.c198 static struct PyMethodDef PyBlock_Methods[]= variable
306 return Py_FindMethod(PyBlock_Methods, (PyObject*) s,name); in PyBlock_GetAttr()