Ρς
DQIc @ s d e f d YZ d e f d YZ d e f d YZ d e f d YZ d e f d YZ d
e f d YZ d S(
t AppFactoryDescriptionc B s e Z d Z RS( sA
This gives a factory/function that can create WSGI apps
( t __name__t
__module__t description( ( ( s7 /usr/lib/python2.6/site-packages/paste/deploy/epdesc.pyR s t CompositeFactoryDescriptionc B s e Z d Z RS( s₯
This gives a factory/function that can create WSGI apps, and has
access to the application creator so that it can in turn fetch
apps based on name.
( R R R ( ( ( s7 /usr/lib/python2.6/site-packages/paste/deploy/epdesc.pyR s t FilterAppFactoryDescriptionc B s e Z d Z RS( s
This gives a factory/function that wraps a WSGI application to
create another WSGI application (typically applying middleware)
( R R R ( ( ( s7 /usr/lib/python2.6/site-packages/paste/deploy/epdesc.pyR
s t FilterFactoryDescriptionc B s e Z d Z RS( sΚ
This gives a factory/function that return a function that can wrap
a WSGI application and returns another WSGI application.
paste.filter_app_factory is the same thing with less layers.
( R R R ( ( ( s7 /usr/lib/python2.6/site-packages/paste/deploy/epdesc.pyR s t ServerFactoryDescriptionc B s e Z d Z RS( sΎ
This gives a factory/function that creates a server, that can be
called with a WSGI application to run indefinitely.
paste.server_runner is the same thing with less layers.
( R R R ( ( ( s7 /usr/lib/python2.6/site-packages/paste/deploy/epdesc.pyR s t ServerRunnerDescriptionc B s e Z d Z RS( s
This gives a factory/function that, given a WSGI application and
configuration, will serve the application indefinitely.
( R R R ( ( ( s7 /usr/lib/python2.6/site-packages/paste/deploy/epdesc.pyR ! s N( t objectR R R R R R ( ( ( s7 /usr/lib/python2.6/site-packages/paste/deploy/epdesc.pyt