OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:not_found_app
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/third_party/Paste/paste/
urlmap.py
22
if '
not_found_app
' in local_conf:
23
not_found_app
= local_conf.pop('
not_found_app
')
25
not_found_app
= global_conf.get('
not_found_app
')
26
if
not_found_app
:
27
not_found_app
= loader.get_app(
not_found_app
, global_conf=global_conf)
28
urlmap = URLMap(
not_found_app
=
not_found_app
)
109
def
not_found_app
(self, environ, start_response):
member in class:URLMap
[
all
...]
/external/chromium-trace/catapult/third_party/Paste/tests/
test_errordocument.py
9
def
not_found_app
(environ, start_response):
function
Completed in 715 milliseconds