seq
2.0.0
|
Classes | |
class | Action |
Action ctor. More... | |
class | ActionInThread |
ActionInThread ctor. More... | |
class | EndNode |
This is the finish Node. More... | |
class | StartNode |
This is Starting Node. More... | |
Functions | |
def | make_node (s, **kw) |
Makes an :class:Action nodes out of a coroutines. More... | |
def | iscoroutine_or_partial (obj) |
Support function. More... | |
Variables | |
logger = logging.getLogger(__name__) | |
def lib.nodes.action.iscoroutine_or_partial | ( | obj | ) |
Support function.
Identifies coroutines wrapped with partial
def lib.nodes.action.make_node | ( | s, | |
** | kw | ||
) |
lib.nodes.action.logger = logging.getLogger(__name__) |