Reference
Classes
Core classes
- TinyWidget
-
A class with only two methods—still gets split with inline_methods: false.
- MediumService
-
A service class with a moderate number of methods.
TinyWidget Methods
Methods for the TinyWidget class
- TinyWidget.show()
-
Show the widget.
- TinyWidget.hide()
-
Hide the widget from display.
MediumService Methods
Methods for the MediumService class
- MediumService.start()
-
Start the service.
- MediumService.stop()
-
Stop the service.
- MediumService.restart()
-
Restart the service.
- MediumService.status()
-
Get the service status.
Functions
Public functions
- standalone_func()
-
Process a standalone value.