Added the missing documentation to the sections property of the PageParams data model in the income statement report.
This commit is contained in:
parent
e7f1ca332e
commit
9635448f18
@ -159,6 +159,7 @@ class PageParams(BasePageParams):
|
|||||||
self.__has_data: bool = has_data
|
self.__has_data: bool = has_data
|
||||||
"""True if there is any data, or False otherwise."""
|
"""True if there is any data, or False otherwise."""
|
||||||
self.sections: list[Section] = sections
|
self.sections: list[Section] = sections
|
||||||
|
"""The sections in the income statement."""
|
||||||
self.period_chooser: IncomeStatementPeriodChooser \
|
self.period_chooser: IncomeStatementPeriodChooser \
|
||||||
= IncomeStatementPeriodChooser(currency)
|
= IncomeStatementPeriodChooser(currency)
|
||||||
"""The period chooser."""
|
"""The period chooser."""
|
||||||
|
Loading…
Reference in New Issue
Block a user