ViewerToolRegistry¶
- class glue.config.ViewerToolRegistry[source]¶
Bases:
glue.config.DictRegistry
Methods Summary
__call__
(tool_cls)This is provided so that registry instances can be used as decorators.
add
(tool_cls)Add a tool class to the registry.
Methods Documentation