Home
last modified time | relevance | path

Searched refs:spwd_methods (Results 1 – 1 of 1) 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()