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