💾 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
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
This module has no docstring.
entry_points() Return EntryPoint objects for all installed packages. :return: EntryPoint objects for all installed packages.
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'>}