flatten¶ data_base.utils.flatten(l)¶ Flatten a nested list Parameters:¶ l : list¶the list Yields:¶ any – the elements of the list See also https://stackoverflow.com/a/2158532/5082048 Documentation unclear, incomplete, broken or wrong? Let us know