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 | None]