Home
last modified time | relevance | path

Searched refs:DataApp (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dfileapp.py21 class DataApp(object): class
170 class FileApp(DataApp):
184 DataApp.__init__(self, None, headers, **kwargs)
224 retval = DataApp.get(self, environ, start_response)
347 app = DataApp(None, content_type = content_type,
350 app = DataApp(None, content_type = content_type)
/external/chromium-trace/trace-viewer/third_party/Paste/tests/
Dtest_fileapp.py25 harness = TestApp(DataApp(b'mycontent'))
35 app = DataApp(b"SomeContent")
59 app = DataApp(b"SomeContent")
84 harness = TestApp(DataApp(b'mycontent'))
188 app = DataApp(content)
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/
Dfileapp.txt11 .. autofunction:: DataApp
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Dnews.txt411 * ``paste.fileapp.DataApp`` now accepts ``allowed_headers=[...]`` to
431 ``FileApp`` or ``DataApp`` and overriding ``__call__()`` you may have
621 * ``paste.fileapp.DataApp`` is now directly usable (was previously