An application that displays the request environment, and does nothing else (useful for debugging and test purposes).
(global_conf, **local_conf)
| 88 | |
| 89 | |
| 90 | def make_debug_app(global_conf, **local_conf): |
| 91 | """An application that displays the request environment, and does |
| 92 | nothing else (useful for debugging and test purposes). |
| 93 | """ |
| 94 | return DebugApp(**local_conf) |
nothing calls this directly
no test coverage detected
searching dependent graphs…