ewokscore.graph.error_handlers.connect_default_error_handlers#

ewokscore.graph.error_handlers.connect_default_error_handlers(graph)[source]#

All nodes without an error handler will be connected to all default error handlers. Default error handlers without predecessors will be removed.

Parameters:

graph (DiGraph) –

Return type:

DiGraph