Searched refs:riscos_remove (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/RISCOS/Modules/ |
D | riscosmodule.c | 35 riscos_remove(PyObject *self, PyObject *args) in riscos_remove() function 384 {"unlink", riscos_remove, METH_VARARGS}, 385 {"remove", riscos_remove, METH_VARARGS}, 388 {"rmdir", riscos_remove, METH_VARARGS},
|