Helpers

Note

OPS! For internal use!

systemds.utils.helpers.create_params_string(unnamed_parameters: Iterable[str], named_parameters: Dict[str, str]) str

Creates a string for providing parameters in dml. Basically converts both named and unnamed parameter to a format which can be used in a dml function call.

Parameters:
  • unnamed_parameters – the unnamed parameter variables

  • named_parameters – a dictionary of parameter names and variable names

Returns:

the string to represent all parameters

systemds.utils.helpers.get_module_dir() PathLike

Gives the path to our module

Returns:

path to our module