Back to module index

Go to module by name

amethyst

amethyst.resource_registry

This module has no docstring.

Functions

entry_points

entry_points()

  Return EntryPoint objects for all installed packages.

      :return: EntryPoint objects for all installed packages.
    

Other members

ep = EntryPoint(name='redirect', value='amethyst_ext.redirect:RedirectResource', group='amethyst.resources')
registry = {'filesystem': <class 'amethyst.resource.FilesystemResource'>, 'pydoc': <class 'amethyst_ext.pydoc.PydocResource'>, 'redirect': <class 'amethyst_ext.redirect.RedirectResource'>}