Searched refs:spwd_getspall (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | spwdmodule.c.h | 54 {"getspall", (PyCFunction)spwd_getspall, METH_NOARGS, spwd_getspall__doc__}, 60 spwd_getspall(PyObject *module, PyObject *Py_UNUSED(ignored)) in spwd_getspall() function
|
/external/python/cpython2/Modules/ |
D | spwdmodule.c | 136 spwd_getspall(PyObject *self, PyObject *args) in spwd_getspall() function 164 {"getspall", spwd_getspall, METH_NOARGS, spwd_getspall__doc__},
|