Closed bogumilchilinski closed 2 months ago
Class is to implement in guide.en.py module that creates a part (reporting component - formally child of ReportComponent class) of guide or report for reporting module.
guide.en.py
ReportComponent
The code was checked with the following call:
from dynpy.utilities.components.guides.en import ReportingCompsUsageComponent ReportingCompsUsageComponent(None)
Class is to implement in
guide.en.py
module that creates a part (reporting component - formally child ofReportComponent
class) of guide or report for reporting module.