Searched refs:FileApp (Results 1 – 11 of 11) sorted by relevance
4 from paste.fileapp import FileApp17 app = FileApp(os.path.join(os.path.dirname(__file__), filename))
109 app = fileapp.FileApp(tempfile)203 app = fileapp.FileApp(tempfile)216 app = TestApp(fileapp.FileApp(filename))236 app = TestApp(fileapp.FileApp(filename))
9 .. autoclass:: FileApp
6 .. autoclass:: webob.static.FileApp
19 class FileApp(object): class133 return FileApp(path, **self.fileapp_kw)
9 which implements a :class:`webob.static.FileApp` WSGI application similar to the30 >>> class FileApp(object):60 >>> app = FileApp(fn)
252 :class:`FileApp` serve one static file and :class:`DirectoryApp` to serve
170 class FileApp(DataApp): class280 make_fileapp = FileApp
353 return fileapp.FileApp(filename)478 return fileapp.FileApp(filename)
433 return fileapp.FileApp(filename)
429 * **Backward incompatible change**: ``paste.fileapp.FileApp`` properly431 ``FileApp`` or ``DataApp`` and overriding ``__call__()`` you may have452 than ``paste.fileapp.FileApp`` (if you subclass and override750 * Fixed ``fileapp.FileApp`` to pay attention to the ``If-None-Match``