ZipArchiveFileSystem constructor

init

Construct a ZipArchiveFileSystem through a stream.

def __init__(self, stream):
    ...
ParameterTypeDescription
streamio.RawIOBase

init

Construct a ZipArchiveFileSystem through a file name.

def __init__(self, file_name):
    ...
ParameterTypeDescription
file_namestr

init

Construct a ZipArchiveFileSystem through a stream.

def __init__(self, stream, base_dir):
    ...
ParameterTypeDescription
streamio.RawIOBase
base_dirstr

See Also