hpcflow.sdk.core.utils.split_param_label#

hpcflow.sdk.core.utils.split_param_label(param_path)#

Split a parameter path into the path and the label, if present.

Parameters:

param_path (str) –

Return type:

tuple[str, str] | tuple[None, None]