Searched refs:os_remove (Results 1 – 2 of 2) sorted by relevance
153 static int os_remove (lua_State *L) { in os_remove() function393 {"remove", os_remove},
1500 {"remove", (PyCFunction)os_remove, METH_FASTCALL|METH_KEYWORDS, os_remove__doc__},1506 os_remove(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in os_remove() function