Home | History | Annotate | Download | only in Modules

Lines Matching refs:strop

95     PyObject *mods, *strop, *string, *ulo;

99 /* find the string and strop modules */
106 strop=PyDict_GetItemString(mods, "strop");
107 if (strop)
108 strop = PyModule_GetDict(strop);
109 if (!string && !strop)
123 if (strop)
124 PyDict_SetItemString(strop, "uppercase", ulo);
138 if (strop)
139 PyDict_SetItemString(strop, "lowercase", ulo);