Home | History | Annotate | Download | only in Modules

Lines Matching refs:pkgpath

548         PyObject *pkgpath, *fullpath, *subname;
562 pkgpath = Py_BuildValue("[N]", fullpath);
563 if (pkgpath == NULL)
565 err = PyDict_SetItemString(dict, "__path__", pkgpath);
566 Py_DECREF(pkgpath);