fsvm.utils.discovery.all_displays#
- fsvm.utils.discovery.all_displays()#
Get a list of all displays from
fsvm.- Returns:
- displayslist of tuples
List of (name, class), where
nameis the display class name as string andclassis the actual type of the class.
Examples
>>> from fsvm.utils.discovery import all_displays >>> displays = all_displays()