blob: 1eb0a547e5646c3c3c2afea638e4a35b0df09e68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
:mod:`paste.debug.debugapp` -- debug app
========================================
.. automodule:: paste.debug.debugapp
Module Contents
---------------
.. autoclass:: SimpleApplication
.. autoclass:: SlowConsumer
.. autofunction:: make_test_app
.. autofunction:: make_slow_app
|