:py:mod:`cwltool.flatten`
=========================

.. py:module:: cwltool.flatten

.. autoapi-nested-parse::

   Our version of the popular flatten() method.

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



Module Contents
---------------


Functions
~~~~~~~~~

.. autoapisummary::

   cwltool.flatten.flatten



.. py:function:: flatten(thing)

   Flatten a list without recursion problems.


