skltemplate.utils.discovery.all_displays#

skltemplate.utils.discovery.all_displays()#

Get a list of all displays from skltemplate.

Returns:
displayslist of tuples

List of (name, class), where name is the display class name as string and class is the actual type of the class.

Examples

>>> from skltemplate.utils.discovery import all_displays
>>> displays = all_displays()