Home | History | Annotate | Download | only in paste

Lines Matching refs:URLMap

4 Map URL prefixes to WSGI applications.  See ``URLMap``
19 __all__ = ['URLMap', 'PathProxyURLMap']
28 urlmap = URLMap(not_found_app=not_found_app)
32 urlmap[path] = app
33 return urlmap
39 URLMap likes.
76 class URLMap(DictMixin):
79 URLMap instances are dictionary-like object that dispatch to one
224 This is a wrapper for URLMap that catches any strings that