sumlist
-
emlib.misc.sumlist(seq)[source]
Concatenate multiple lists to one big list
- Parameters:
seq (Iterable[list[TypeVar(T)]]) – a list or iterable of lists
- Return type:
list[TypeVar(T)]
- Returns:
the concatenated list
Styled using the Piccolo Theme