Lines Matching defs:path
1501 static char *kwlist[] = {"name", "path", 0};
1505 PyObject *path = NULL;
1514 &name, &path)) {
1523 Py_XINCREF(path);
1524 Py_XSETREF(self->path, path);
1540 Py_CLEAR(self->path);
1557 Py_VISIT(self->path);
1577 if (self->name || self->path) {
1585 if (self->path && PyDict_SetItem(dict, &_Py_ID(path), self->path) < 0) {
1623 {"path", T_OBJECT, offsetof(PyImportErrorObject, path), 0,
1624 PyDoc_STR("module path")},
3836 * conservative path of leaving exceptions with attributes set