Attributes
- instance
The shared plugin instance.
instance = None
Method summary
- __init__(self, **traits)
- set_default_unit_system(self, system)
- start(self, application)
- stop(self, application)
Methods
- __init__(self, **traits)
Creates a new plugin.
- set_default_unit_system(self, system)
- start(self, application)
Starts the plugin.
Can be called manually, but is usually called exactly once when the plugin is first required.
- stop(self, application)
Stops the plugin.
Can be called manually, but is usually called exactly once when the application exits.