Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dspwdmodule.c159 static PyMethodDef spwd_methods[] = { variable
174 m=Py_InitModule3("spwd", spwd_methods, spwd__doc__); in initspwd()
/external/python/cpython3/Modules/
Dspwdmodule.c190 static PyMethodDef spwd_methods[] = { variable
207 spwd_methods,