seq  4.0.0-pre3
Functions | Variables
test.local.a Namespace Reference

Functions

def a ()
 Simply do_a. More...
 
def b ()
 do_b example More...
 
def create_sequence (*args, **kw)
 Builds my sequence. More...
 

Variables

 LOGGER = logging.getLogger(__name__)
 

Function Documentation

◆ a()

def test.local.a.a ( )

Simply do_a.

◆ b()

def test.local.a.b ( )

do_b example

◆ create_sequence()

def test.local.a.create_sequence ( args,
**  kw 
)

Builds my sequence.

Variable Documentation

◆ LOGGER

test.local.a.LOGGER = logging.getLogger(__name__)