PluginSetting

class mobase.PluginSetting(key, description, default_value)

Bases: object

Class to hold the user-configurable parameters a plugin accepts. The purpose of this class is only to inform the application what settings to offer to the user, it does not hold the actual value.

Attributes Summary

default_value

Union[None, bool, int, str, List[Any], Dict[str, Any]]

description

str

key

str

Attributes Documentation

default_value

Union[None, bool, int, str, List[Any], Dict[str, Any]]

Type

rtype

description

str

Type

rtype

key

str

Type

rtype