OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StatusKeeper
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_recursive.py
65
from paste.errordocument import
StatusKeeper
73
return
StatusKeeper
(app, status='404 Not Found', url='/error', headers=[])
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
errordocument.py
64
class
StatusKeeper
(object):
208
return
StatusKeeper
(app, status=url[0][1], url=url[0][0],
Completed in 704 milliseconds