sciline.HandleAsComputeTimeException#

class sciline.HandleAsComputeTimeException(*args, **kwargs)[source]#

Error handler used for Pipeline.visualize().

This avoids raising exceptions when building the graph, which would prevent visualization. This is helpful when visualizing a graph that is not yet complete.

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

handle_unsatisfied_requirement(tp, *explanation)

Return a function that raises an exception when called.

handle_unsatisfied_requirement(tp, *explanation)[source]#

Return a function that raises an exception when called.

Return type:

Provider