Home | History | Annotate | Download | only in Objects

Lines Matching refs:modstr

33     static PyObject *docstr, *modstr, *namestr;
39 if (modstr == NULL) {
40 modstr= PyString_InternFromString("__module__");
41 if (modstr == NULL)
63 if (PyDict_GetItem(dict, modstr) == NULL) {
68 if (PyDict_SetItem(dict, modstr, modname) < 0)