hpcflow.sdk.core.utils.process_string_nodes#

hpcflow.sdk.core.utils.process_string_nodes(data, str_processor)#

Walk through a nested data structure and process string nodes using a provided callable.

Parameters:
  • data (T) –

  • str_processor (Callable[[str], str]) –

Return type:

T