Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
Loading...
Searching...
No Matches

◆ flatten()

list Cope.misc.flatten ( Iterable  iter,
bool  recursive = True 
)

Denest either 1 or all lists inside of iter into one big 1 dimentional list.

Definition at line 281 of file misc.py.