CheckResult.display_check¶
- CheckResult.display_check(unique_id: Optional[str] = None, as_widget: bool = False, show_additional_outputs=True)[source]¶
Display the check result or return the display as widget.
- Parameters
- unique_idstr
The unique id given by the suite that displays the check.
- as_widgetbool
Boolean that controls if to display the check regulary or if to return a widget.
- show_additional_outputsbool
Boolean that controls if to show additional outputs.
- Returns
- ——-
- Widget
Widget representation of the display if as_widget is True.