cwltool.flatten

Our version of the popular flatten() method.

http://rightfootin.blogspot.com/2006/09/more-on-python-flatten.html

Functions

flatten(thing)

Flatten a list without recursion problems.

Module Contents

cwltool.flatten.flatten(thing)

Flatten a list without recursion problems.

Parameters:

thing (Any)

Return type:

list[Any]