:mod:`magpie` ============= .. py:module:: magpie Subpackages ----------- .. toctree:: :titlesonly: :maxdepth: 3 adapter/index.rst api/index.rst cli/index.rst ui/index.rst Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 __meta__/index.rst app/index.rst constants/index.rst db/index.rst models/index.rst owsrequest/index.rst permissions/index.rst register/index.rst security/index.rst typedefs/index.rst Package Contents ---------------- Classes ~~~~~~~ .. autoapisummary:: magpie.RemoveSlashNotFoundViewFactory Functions ~~~~~~~~~ .. autoapisummary:: magpie.includeme .. function:: includeme(config) .. py:class:: RemoveSlashNotFoundViewFactory(notfound_view=None) Bases: :class:`object` Utility that will try to resolve a path without appended slash if one was provided. Initialize self. See help(type(self)) for accurate signature. .. method:: __call__(self, request)