Ρς DQ“Ic@sdddd„Zdddd„Zdddd„Zdefd„ƒYZdefd„ƒYZdefd„ƒYZd efd „ƒYZd efd „ƒYZ d efd„ƒYZ defd„ƒYZ defd„ƒYZ defd„ƒYZ defd„ƒYZdS(cCsdS(s Provided by ``paste.deploy.loadapp``. Load the specified URI as a WSGI application (returning IWSGIApp). The ``name`` can be in the URI (typically as ``#name``). If it is and ``name`` is given, the keyword argument overrides the URI. If the URI contains a relative filename, then ``relative_to`` is used (if ``relative_to`` is not provided, then it is an error). ``global_conf`` is used to load the configuration (additions override the values). ``global_conf`` is copied before modifying. N((turitnamet relative_tot global_conf((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pytloadappscCsdS(sm Provided by ``paste.deploy.loadfilter``. Like ``loadapp()``, except returns in IFilter object. N((RRRR((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyt loadfilterscCsdS(sm Provided by ``paste.deploy.loadserver``. Like ``loadapp()``, except returns in IServer object. N((RRRR((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyt loadserverstIPasteAppFactorycBseZdZd„ZRS(sR This is the spec for the ``paste.app_factory`` protocol/entry_point. cKsdS(sH Returns a WSGI application (IWSGIAPP) given the global configuration and the local configuration passed in as keyword arguments. All keys are strings, but values in local_conf may not be valid Python identifiers (if you use ``**kw`` you can still capture these values). N((Rt local_conf((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyt__call__/s(t__name__t __module__t__doc__R (((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyR(stIPasteCompositFactorycBseZdZd„ZRS(sα This is the spec for the ``paste.composit_factory`` protocol/entry_point. This also produces WSGI applications, like ``paste.app_factory``, but is given more access to the context in which it is loaded. cKsdS(sβ Like IPasteAppFactory this returns a WSGI application (IWSGIApp). The ``loader`` value conforms to the ``ILoader`` interface, and can be used to load (contextually) more applications. N((tloaderRR((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyR Ds(R R R R (((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyR :stIPasteFilterFactorycBseZdZd„ZRS(sU This is the spec for the ``paste.filter_factory`` protocol/entry_point. cKsdS(s+ Returns a IFilter object. N((RR((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyR Ss(R R R R (((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyRLstIPasteFilterAppFactorycBseZdZd„ZRS(sY This is the spec for the ``paste.filter_app_factory`` protocol/entry_point. cKsdS(s· Returns a WSGI application that wraps ``wsgi_app``. Note that paste.deploy creates a wrapper for these objects that implement the IFilter interface. N((twsgi_appRR((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyR _s(R R R R (((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyRXstIPasteServerFactorycBseZdZd„ZRS(sU This is the spec for the ``paste.server_factory`` protocol/entry_point. cKsdS(s+ Returns a IServer object. N((RR((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyR ns(R R R R (((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyRgstIPasteServerRunnercBseZdZd„ZRS(sT This is the spec for the ``paste.server_runner`` protocol/entry_point. cKsdS(s Serves the given WSGI application. May serve once, many times, forever; nothing about how the server works is specified here. Note that paste.deploy creates a wrapper for these objects that implement the IServer interface. N((RRR((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyR zs(R R R R (((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyRsstILoadercBs2eZdZdd„Zdd„Zdd„ZRS(s« This is an object passed into ``IPasteCompositFactory``. It is currently implemented in ``paste.deploy.loadwsgi`` by ``ConfigLoader`` and ``EggLoader``. cCsdS(s9 Return an IWSGIApp object. If the loader supports named applications, then you can use a simple name; otherwise you must use a full URI. Any global configuration you pass in will be added; you should generally pass through the global configuration you received. N((t name_or_uriR((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pytget_appŒscCsdS(s= Return an IFilter object, like ``get_app``. N((RR((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyt get_filter–scCsdS(s= Return an IServer object, like ``get_app``. N((RR((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyt get_server›sN(R R R tNoneRRR(((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyR„s tIWSGIAppcBseZdZd„ZRS(s™ This is an application that conforms to `PEP 333 `_: Python Web Server Gateway Interface v1.0 cCsdS(s‚ Calls ``start_response(status_code, header_list)`` and returns an iterator for the body of the response. N((tenvirontstart_response((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyR ¬s(R R R R (((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyR€stIFiltercBseZdZd„ZRS(sr A filter is a simple case of middleware, where an object wraps a single WSGI application (IWSGIApp). cCsdS(sj Returns an IWSGIApp object, typically one that wraps the ``wsgi_app`` passed in. N((R((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyR Ήs(R R R R (((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyR²stIServercBseZdZd„ZRS(s$ A simple server interface. cCsdS(s  Serves the given WSGI application. May serve once, many times, forever; nothing about how the server works is specified here. N((R((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyR Εs(R R R R (((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyRΏsN(RRRRtobjectRR RRRRRRRR(((s;/usr/lib/python2.6/site-packages/paste/deploy/interfaces.pyts