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__
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. If key is not found, d is returned if given, otherwise KeyError
popitem Pairs are returned in LIFO order if last is true or FIFO order if false.
run
search_node_description
setdefault
update
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]

Attributes

full_name Returns the full node id.
pipe
full_name

Returns the full node id.

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