coroutine.py File Reference
Go to the source code of this file.
Namespaces | |
| namespace | coroutine |
Functions | |
| def | coroutine.coroutine (func) |
| def | coroutine.printer (send) |
| def | coroutine.plus (send, a) |
| def | coroutine.plusconst (send, n) |
Variables | |
| def | coroutine.p = plus(3) | plus(2) | printer() |
| coroutine.target | |
| coroutine.func | |
| coroutine.data | |
| coroutine.cr | |
| coroutine.initialized | |
1.9.4