seq  3.0.0
Functions | Variables
test.local.a Namespace Reference

Functions

def a ()
 
def b ()
 
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__)