Module:
sdynpy.core.sdynpy_geometrySource: GitHub
Signature¶
def sdynpy.core.sdynpy_geometry.split_list(seq, value)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.