Option

class glue.core.simpleforms.Option(default, label)[source]

Bases: object

Base class for other options.

This shouldn’t be used directly

Parameters:
  • default (object) – The default value for this option.
  • label (str) – A short label for this option, to use in the GUI