InputZipDirectory constructor

init

Creates new instance.

def __init__(self, zip_stream, base_path):
    ...
ParameterTypeDescription
zip_streamio.RawIOBaseThe stream to read the archive from.
base_pathstrThe base path inside the ZIP archive.

See Also