seq  4.0.0-pre3
Namespaces | Functions
utils.py File Reference

Namespaces

 lib.nodes.utils
 

Functions

def lib.nodes.utils.Visitor (tpl, parent=None)
 Iterator that recursively visits all nodes in a tree. More...
 
def lib.nodes.utils.find_node (seq, node_id)
 Visits the whole tree until node_id is found. More...
 
def lib.nodes.utils.find_node_by_number (seq, serial_number)
 Visits the whole tree until node_id is found. More...
 
def lib.nodes.utils.seq_factory (m, *args, **kw)
 
def lib.nodes.utils.uniqueId (value=None)
 Returns an unique identifier number. More...
 
def lib.nodes.utils.set_runtime_flag (node, flag, value=True)
 Stores a node's runtime flag in dictionary. More...
 
def lib.nodes.utils.set_runtime_flag_from_dict (node, d)
 
def lib.nodes.utils.iscoroutine_or_partial (obj)
 Support function. More...
 
def lib.nodes.utils.get_calling_function (stack_offset=1)
 finds the calling function in many decent cases. More...
 
def lib.nodes.utils.get_param (k)