jdaviz
doc-link-to-notebook
  • Installation
  • Quickstart
  • Specviz
  • Cubeviz
  • Mosviz
  • Imviz
  • Jupyter Notebooks
  • Sample Notebooks
  • Developers
  • API
    • Core
      • jdaviz.core.events Module
      • jdaviz.core.helpers Module
      • jdaviz.core.registries Module
        • Classes
      • jdaviz.core.template_mixin Module
      • jdaviz.core.astrowidgets_api Module
      • jdaviz.core.region_translators Module
    • Application
    • Configurations
  • Known Issues
jdaviz
  • »
  • API »
  • MenuRegistry
  • Edit on GitHub

MenuRegistry

class jdaviz.core.registries.MenuRegistry[source] [edit on github]

Bases: jdaviz.core.registries.UniqueDictRegistry

Registry containing references to plugins that will populate the application-level menu bar.

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

Previous Next

© Copyright 2022, JDADF Developers. Revision 9964bae3. Last updated on 19 Apr 2022.

Built with Sphinx using a theme provided by Read the Docs.