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

description

key

Attributes Documentation

default_value
description
key