.. automodule:: tornado.gen
- Decorator
- ---------
+ Decorators
+ ----------
+
+ .. autofunction:: coroutine
.. autofunction:: engine
.. automethod:: IOLoop.install
.. automethod:: IOLoop.start
.. automethod:: IOLoop.stop
+ .. automethod:: IOLoop.run_sync
.. automethod:: IOLoop.close
I/O events
.. autoclass:: AsyncHTTPSTestCase
:members:
+ .. autofunction:: gen_test
+
Controlling log output
----------------------
on subclasses of `AsyncTestCase`.
Example::
+
class MyTest(AsyncHTTPTestCase):
@gen_test
def test_something(self):