Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 312 Bytes

chicken_turtle_util.iterable.rst

File metadata and controls

17 lines (13 loc) · 312 Bytes

chicken_turtle_util.iterable

.. automodule:: chicken_turtle_util.iterable

.. autosummary::
   :nosignatures:

   flatten
   is_sorted
   partition
   sliding_window

.. autofunction:: flatten
.. autofunction:: is_sorted
.. autofunction:: partition
.. autofunction:: sliding_window