Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dpwdmodule.c181 static PyMethodDef pwd_methods[] = { variable
195 m = Py_InitModule3("pwd", pwd_methods, pwd__doc__);
/external/python/cpython3/Modules/
Dpwdmodule.c208 static PyMethodDef pwd_methods[] = { variable
222 pwd_methods,