Home
last modified time | relevance | path

Searched refs:FileApp (Results 1 – 11 of 11) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/Paste/paste/cowbell/
D__init__.py4 from paste.fileapp import FileApp
17 app = FileApp(os.path.join(os.path.dirname(__file__), filename))
/external/chromium-trace/trace-viewer/third_party/Paste/tests/
Dtest_fileapp.py109 app = fileapp.FileApp(tempfile)
203 app = fileapp.FileApp(tempfile)
216 app = TestApp(fileapp.FileApp(filename))
236 app = TestApp(fileapp.FileApp(filename))
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/
Dfileapp.txt9 .. autoclass:: FileApp
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/modules/
Dstatic.txt6 .. autoclass:: webob.static.FileApp
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
Dstatic.py19 class FileApp(object): class
133 return FileApp(path, **self.fileapp_kw)
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/
Dfile-example.txt9 which implements a :class:`webob.static.FileApp` WSGI application similar to the
30 >>> class FileApp(object):
60 >>> app = FileApp(fn)
Dnews.txt252 :class:`FileApp` serve one static file and :class:`DirectoryApp` to serve
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dfileapp.py170 class FileApp(DataApp): class
280 make_fileapp = FileApp
Durlparser.py353 return fileapp.FileApp(filename)
478 return fileapp.FileApp(filename)
Dwsgilib.py433 return fileapp.FileApp(filename)
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Dnews.txt429 * **Backward incompatible change**: ``paste.fileapp.FileApp`` properly
431 ``FileApp`` or ``DataApp`` and overriding ``__call__()`` you may have
452 than ``paste.fileapp.FileApp`` (if you subclass and override
750 * Fixed ``fileapp.FileApp`` to pay attention to the ``If-None-Match``