Home | History | Annotate | Download | only in Modules

Lines Matching refs:PyDict_SetItemString

684             PyDict_SetItemString(d, "BEGINLIBPATH", v);
690 PyDict_SetItemString(d, "ENDLIBPATH", v);
8571 if (o == NULL || PyDict_SetItemString(d, table[i].name, o) == -1) {