methodAvailable
report
Public method `telion_api.Model.report(label: 'str', title: 'str | None' = None, format: 'str' = 'HTML', sections: 'Iterable[str] | str' = ('Model Contents', 'Solver', 'Results'), include_figures: 'bool' = True, include_tables: 'bool' = True) -> 'ReportNode'`.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.report | — |
| signature | (label: 'str', title: 'str | None' = None, format: 'str' = 'HTML', sections: 'Iterable[str] | str' = ('Model Contents', 'Solver', 'Results'), include_figures: 'bool' = True, include_tables: 'bool' = True) -> 'ReportNode' | — |
| return | ReportNode | — |
Public method telion_api.Model.report(label: 'str', title: 'str | None' = None, format: 'str' = 'HTML', sections: 'Iterable[str] | str' = ('Model Contents', 'Solver', 'Results'), include_figures: 'bool' = True, include_tables: 'bool' = True) -> 'ReportNode'.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.report |
| signature | (label: 'str', title: 'str | None' = None, format: 'str' = 'HTML', sections: 'Iterable[str] | str' = ('Model Contents', 'Solver', 'Results'), include_figures: 'bool' = True, include_tables: 'bool' = True) -> 'ReportNode' |
| return | ReportNode |
Signature
telion_api.Model.report(label: 'str', title: 'str | None' = None, format: 'str' = 'HTML', sections: 'Iterable[str] | str' = ('Model Contents', 'Solver', 'Results'), include_figures: 'bool' = True, include_tables: 'bool' = True) -> 'ReportNode'