Home | History | Annotate | Download | only in Python

Lines Matching full:pathstr

2337     static PyObject *pathstr = NULL;
2350 if (pathstr == NULL) {
2351 pathstr = PyString_InternFromString("__path__");
2352 if (pathstr == NULL)
2394 modpath = PyDict_GetItem(globals, pathstr);