__init__ constructor

On this page

init

Initializes a new instance of ArchiveViewInfo.

def __init__(self):
    ...

init

Initializes a new ArchiveViewInfo instance.

def __init__(self, file_type, pages, folders):
    ...
Parameter Type Description
file_type FileType The type of the file.
pages List[Page] The list of pages to view.
folders List[str] The list of folders contained by the archive file.
Raises Description
ValueError If folders is None.

See Also

On this page