seq
2.0.0
|
Classes | |
class | Tpl |
Functions | |
def | divzero () |
def | foo () |
def | test_seq () |
def | test_simple_template () |
def | test_err_0 () |
def | test_err_1 () |
def | test_err_2 () |
def | test_err_3 () |
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.