API Reference#

Subpackages#

Submodules#

dstk.utils module#

dstk.utils.check_return_results(return_list: list[str], callable_names: list[str], callable_type: str) None[source]#

Validates and warns about the order of user-requested workflow/method/module outputs.

Parameters:
  • return_list – The list of callables to be returned (e.g., return_workflows).

  • callable_names – The names of callables in the pipeline, in execution order.

  • callable_type – The kind of callable being validated (e.g., ‘workflow’, ‘method’, ‘module’).

Module contents#