Searched defs:_zipimporter (Results 1 – 2 of 2) sorted by relevance
36 struct _zipimporter { struct38 PyObject *archive; /* pathname of the Zip archive */39 PyObject *prefix; /* file prefix: "a/sub/directory/" */40 PyObject *files; /* dict with file info {path: toc_entry} */
40 struct _zipimporter { struct42 PyObject *archive; /* pathname of the Zip archive,44 PyObject *prefix; /* file prefix: "a/sub/directory/",46 PyObject *files; /* dict with file info {path: toc_entry} */