Home | History | Annotate | Download | only in Modules

Lines Matching defs:stripped

1403     PyObject *toc_entry, *stripped;
1409 stripped = PyUnicode_FromKindAndData(PyUnicode_KIND(path),
1412 if (stripped == NULL)
1415 toc_entry = PyDict_GetItem(self->files, stripped);
1416 Py_DECREF(stripped);