💾 Archived View for tris.fyi › pydoc › amethyst.resource_registry captured on 2022-07-16 at 15:02:15. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

➡️ Next capture (2023-01-29)

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

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')
eps = (EntryPoint(name='filesystem', value='amethyst.resource:FilesystemResource', group='amethyst.resources'), EntryPoint(name='pydoc', value='amethyst_ext.pydoc:PydocResource', group='amethyst.resources'), 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'>}