Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dspwdmodule.c56 static PyTypeObject StructSpwdType; variable
73 PyObject *v = PyStructSequence_New(&StructSpwdType); in mkspent()
178 PyStructSequence_InitType(&StructSpwdType, in initspwd()
180 Py_INCREF((PyObject *) &StructSpwdType); in initspwd()
181 PyModule_AddObject(m, "struct_spwd", (PyObject *) &StructSpwdType); in initspwd()