hpcflow.sdk.core.utils.replace_items#

hpcflow.sdk.core.utils.replace_items(lst, start, end, repl)#

Replaced a range of items in a list with items in another list.

Parameters:
  • lst (list[~T]) –

  • start (int) –

  • end (int) –

  • repl (list[~T]) –

Return type:

list[~T]