OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DataApp
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/third_party/Paste/paste/
fileapp.py
19
__all__ = ['
DataApp
', 'FileApp', 'DirectoryApp', 'ArchiveStore']
21
class
DataApp
(object):
170
class FileApp(
DataApp
):
174
See
DataApp
for the arguments beyond ``filename``.
184
DataApp
.__init__(self, None, headers, **kwargs)
224
retval =
DataApp
.get(self, environ, start_response)
299
Returns an application that serves up a
DataApp
for items requested
347
app =
DataApp
(None, content_type = content_type,
350
app =
DataApp
(None, content_type = content_type)
/external/chromium-trace/catapult/third_party/Paste/tests/
test_fileapp.py
25
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)
Completed in 197 milliseconds