OutputZipDirectory constructor

init

Creates new instance.

def __init__(self, zip_stream):
    ...
ParameterTypeDescription
zip_streamio.RawIOBaseThe stream to write the archive to.

See Also