seq  2.0.0
Classes | Functions
test.test_ivo Namespace Reference

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 ()
 

Detailed Description

 

Function Documentation

◆ divzero()

def test.test_ivo.divzero ( )

◆ foo()

def test.test_ivo.foo ( )

◆ test_err_0()

def test.test_ivo.test_err_0 ( )

◆ test_err_1()

def test.test_ivo.test_err_1 ( )

◆ test_err_2()

def test.test_ivo.test_err_2 ( )
embeds a seq.lib ... that fails 

◆ test_err_3()

def test.test_ivo.test_err_3 ( )
embeds a seq.lib at 3rd level ... that fails

◆ test_seq()

def test.test_ivo.test_seq ( )
Simple two steps template

◆ test_simple_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.