Classes | |
class | Action |
Action ctor. More... | |
class | ActionInThread |
ActionInThread ctor. More... | |
class | StartNode |
This is Starting Node. More... | |
class | EndNode |
This is the finish Node. More... | |
Functions | |
def | uniqueId |
Returns an unique identifier number. More... | |
def | make_node |
Makes an :class:Action nodes out of a coroutines. More... | |
def | iscoroutine_or_partial |
Support function. More... | |
Variables | |
tuple | logger = logging.getLogger(__name__) |
def seqlib.nodes.action.iscoroutine_or_partial | ( | obj | ) |
Support function.
Identifies coroutines wrapped with partial
def seqlib.nodes.action.make_node | ( | s, | |
kw | |||
) |
def seqlib.nodes.action.uniqueId | ( | value = None | ) |
Returns an unique identifier number.
tuple seqlib.nodes.action.logger = logging.getLogger(__name__) |