💾 Archived View for tris.fyi › pydoc › amethyst.resource_registry captured on 2022-03-01 at 16:05:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-01-08)

➡️ Next capture (2022-04-28)

-=-=-=-=-=-=-

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'>}