List of all members.
Detailed Description
Definition at line 273 of file gen.py.
Member Function Documentation
Returns the value to use as the result of the yield expression.
This method will only be called once, and only after `is_ready`
has returned true.
Reimplemented from tornado.gen.YieldPoint.
Definition at line 280 of file gen.py.
Called by the runner to determine whether to resume the generator.
Returns a boolean; may be called more than once.
Reimplemented from tornado.gen.YieldPoint.
Definition at line 277 of file gen.py.
Called by the runner after the generator has yielded.
No other methods will be called on this object before ``start``.
Reimplemented from tornado.gen.YieldPoint.
Definition at line 274 of file gen.py.
The documentation for this class was generated from the following file: