DataParserRegistry

class jdaviz.core.registries.DataParserRegistry[source] [edit on github]

Bases: jdaviz.core.registries.UniqueDictRegistry

Registry containing parsing functions for attempting to auto-populate the application-defined initial viewers.

Methods Summary

__call__([name])

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

Methods Documentation

__call__(name=None)[source] [edit on github]

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