seq  4.0.0-pre3
Functions | Variables
dialog Namespace Reference

Functions

def a ()
 
def b ()
 
def test_condition ()
 
def extra_step ()
 
def create_sequence (*args, **kw)
 Builds my sequence. More...
 

Variables

 LOGGER = logging.getLogger(__name__)
 

Function Documentation

◆ a()

def dialog.a ( )

◆ b()

def dialog.b ( )

◆ create_sequence()

def dialog.create_sequence ( args,
**  kw 
)

Builds my sequence.

◆ extra_step()

def dialog.extra_step ( )

◆ test_condition()

def dialog.test_condition ( )

Variable Documentation

◆ LOGGER

dialog.LOGGER = logging.getLogger(__name__)