Added the missing documentation to the sections property of the PageParams data model in the income statement report.

This commit is contained in:
依瑪貓 2023-03-09 17:36:33 +08:00
parent e7f1ca332e
commit 9635448f18

View File

@ -159,6 +159,7 @@ class PageParams(BasePageParams):
self.__has_data: bool = has_data
"""True if there is any data, or False otherwise."""
self.sections: list[Section] = sections
"""The sections in the income statement."""
self.period_chooser: IncomeStatementPeriodChooser \
= IncomeStatementPeriodChooser(currency)
"""The period chooser."""