__init__ constructor
Leave feedback
On this page
Initializes a new instance of LotusNotesViewInfo.
def __init__(self):
...
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. |
- class
LotusNotesViewInfo
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.