Struct python_oxidized_importer::ZipIndex [−][src]
Expand description
Read Python resources from a zip file.
Instances are bound to a handle on a zip archive. At open time, the zip archive index is read and an index of files within is constructed. File content is resolved when individual members are accessed.
Implementations
Construct a new instance from a reader of zip data and an optional path prefix.
The path prefix denotes the path within the zip file to look for content. All paths outside this prefix are ignored.
Attempt to locate a Python module within the zip archive.
full_name is the fully qualified / dotted Python module name.