seq
4.0.0-pre3
|
Classes | |
class | Tpl |
Functions | |
def | divzero () |
def | foo () |
def | test_seq () |
Simple two steps template. More... | |
def | test_simple_template () |
Straight template from list of python functions. More... | |
def | test_err_0 () |
def | test_err_1 () |
def | test_err_2 () |
embeds a seq.lib ... More... | |
def | test_err_3 () |
embeds a seq.lib at 3rd level ... More... | |
def test.test_ivo.divzero | ( | ) |
def test.test_ivo.foo | ( | ) |
def test.test_ivo.test_err_0 | ( | ) |
def test.test_ivo.test_err_1 | ( | ) |
def test.test_ivo.test_err_2 | ( | ) |
embeds a seq.lib ...
that fails
def test.test_ivo.test_err_3 | ( | ) |
embeds a seq.lib at 3rd level ...
that fails
def test.test_ivo.test_seq | ( | ) |
Simple two steps template.
def test.test_ivo.test_simple_template | ( | ) |
Straight template from list of python functions.
Notice do_a is a coroutine while do_b is a normal function.