__init__ constructor

On this page

init

Initializes a new instance of LotusNotesViewInfo.

def __init__(self):
    ...

init

Initializes a new instance of the LotusNotesViewInfo class.

def __init__(self, file_type, pages, notes_count):
    ...
Parameter Type Description
file_type FileType The type of the file.
pages List[Page] The list of pages to view.
notes_count int The notes count contained by the Lotus database storage file.
Raises Description
ValueError Raised when notes_count is None.

See Also

On this page