Home | History | Annotate | Download | only in Modules

Lines Matching refs:strop

96     PyObject *mods, *strop, *string, *ulo;
100 /* find the string and strop modules */
107 strop=PyDict_GetItemString(mods, "strop");
108 if (strop)
109 strop = PyModule_GetDict(strop);
110 if (!string && !strop)
124 if (strop)
125 PyDict_SetItemString(strop, "uppercase", ulo);
139 if (strop)
140 PyDict_SetItemString(strop, "lowercase", ulo);