sdynpy.core.sdynpy_geometry.split_list

split_list(seq, value)[source]

Splits a list by a value that exists in the list

Parameters
  • seq (iterable) – The sequence to split up

  • value – Value within the list to use to split up the list

Yields

group (list) – Sublist of seq separated into groups.