CheckFailure.display_check#
- CheckFailure.display_check(as_widget: bool = True) Optional[Widget] [source]#
Display the check failure or return the display as widget.
- Parameters
- as_widgetbool
Boolean that controls if to display the check regulary or if to return a widget.
- Returns
- Widget
Widget representation of the display if as_widget is True.