Home | History | Annotate | Download | only in Modules

Lines Matching full:fullpath

340         PyObject *pkgpath, *fullpath;
345 fullpath = PyString_FromFormat("%s%c%s%s",
350 if (fullpath == NULL)
353 pkgpath = Py_BuildValue("[O]", fullpath);
354 Py_DECREF(fullpath);