magpie

Package Contents

Classes

RemoveSlashNotFoundViewFactory

Utility that will try to resolve a path without appended slash if one was provided.

Functions

includeme(config)

magpie.includeme(config)[source]
class magpie.RemoveSlashNotFoundViewFactory(notfound_view=None)[source]

Bases: 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.

__call__(self, request)[source]