titus.util.flatten

titus.util.flatten(x)[source]

General-purpose list-of-lists flattening.

Parameters:x (list of lists of something) – list of lists to flatten
Return type:list of that something
Returns:flattened list