7.2.10.1. Solution

class Solution(dsp=None, inputs=None, outputs=None, wildcard=False, cutoff=None, inputs_dist=None, no_call=False, rm_unused_nds=False, wait_in=None, no_domain=False, _empty=False, index=(-1, ), stopper=None)[source]

Methods

__init__ Initialize self.
clear
copy
copy_structure
fromkeys If not specified, the value defaults to None.
get
get_node Returns a sub node of a dispatcher.
get_sub_dsp_from_workflow
items
keys
move_to_end Move an existing element to the end (or beginning if last==False).
plot Plots the Dispatcher with a graph in the DOT language with Graphviz.
pop value.
popitem Pairs are returned in LIFO order if last is true or FIFO order if false.
run
search_node_description
setdefault
update If E is present and has a .keys() method, then does: for k in E: D[k] = E[k] If E is present and lacks a .keys() method, then does: for k, v in E: D[k] = v In either case, this is followed by: for k in F: D[k] = F[k]
values
web Creates a dispatcher Flask app.
__init__(dsp=None, inputs=None, outputs=None, wildcard=False, cutoff=None, inputs_dist=None, no_call=False, rm_unused_nds=False, wait_in=None, no_domain=False, _empty=False, index=(-1, ), stopper=None)[source]

Initialize self. See help(type(self)) for accurate signature.

Attributes

full_name Returns the full node id.
pipe
full_name

Returns the full node id.

Returns:Full node id.
Return type:tuple[str]