Home
last modified time | relevance | path

Searched defs:_zipimporter (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dzipimport.c36 struct _zipimporter { struct
38 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} */
/external/python/cpython3/Modules/
Dzipimport.c40 struct _zipimporter { struct
42 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} */