Functions | |
def | coroutine (func) |
def | printer (send) |
def | plus (send, a) |
def | plusconst (send, n) |
Variables | |
def | p = plus(3) | plus(2) | printer() |
target | |
func | |
data | |
cr | |
initialized | |
Function Documentation
◆ coroutine()
def coroutine.coroutine | ( | func | ) |
Definition at line 7 of file coroutine.py.
◆ plus()
def coroutine.plus | ( | send, | |
a | |||
) |
Definition at line 66 of file coroutine.py.
◆ plusconst()
def coroutine.plusconst | ( | send, | |
n | |||
) |
Definition at line 72 of file coroutine.py.
◆ printer()
def coroutine.printer | ( | send | ) |
Definition at line 59 of file coroutine.py.
Variable Documentation
◆ cr
coroutine.cr |
Definition at line 14 of file coroutine.py.
◆ data
coroutine.data |
Definition at line 13 of file coroutine.py.
◆ func
coroutine.func |
Definition at line 12 of file coroutine.py.
◆ initialized
coroutine.initialized |
Definition at line 15 of file coroutine.py.
◆ p
Definition at line 79 of file coroutine.py.
◆ target
coroutine.target |
Definition at line 11 of file coroutine.py.