ViewerCreatorRegistry#

class jdaviz.core.registries.ViewerCreatorRegistry[source]#

Bases: UniqueDictRegistry

Methods Summary

__call__([name, overwrite])

This is provided so that registry instances can be used as decorators.

Methods Documentation

__call__(name=None, overwrite=False)[source]#

This is provided so that registry instances can be used as decorators. The decorators should add the decorated code object to the registry, and return the original function