seq  2.0.0
Classes | Functions | Variables
lib.nodes.interface Namespace Reference

Classes

class  _BaseNode
 Base class for all sequence nodes. More...
 
interface  INode
 This is the interface every node has to comply with. More...
 

Functions

def show_state (value)
 human readable representation of the node state. More...
 

Variables

 logger = logging.getLogger(__name__)
 

Function Documentation

◆ show_state()

def lib.nodes.interface.show_state (   value)

human readable representation of the node state.

Variable Documentation

◆ logger

lib.nodes.interface.logger = logging.getLogger(__name__)