CoroutineMixin

class support.coroutine.CoroutineMixin

Bases: object

This provides a subclass with a _coro attribute which provides the class with the new generator features defined in Python 2.5.

This mixin assumes a _coro generator object is defined in __init__.

Methods Summary

close()

send(*args)

throw(*args)

Methods Documentation

close()
send(*args)
throw(*args)