exposing remap docs

This commit is contained in:
Mahmoud Hashemi 2015-09-21 02:40:33 -07:00
parent 94657911b6
commit 0d6486c402
1 changed files with 11 additions and 0 deletions

View File

@ -23,6 +23,17 @@ present in the standard library.
.. autofunction:: unique .. autofunction:: unique
.. autofunction:: unique_iter .. autofunction:: unique_iter
Nested
------
Nested structures are common. Virtually all compact Python iterative
interaction is flat (list comprehensions, map/filter, generator
expressions, itertools, even other iterutils). These functions make
working with nested iterables and other containers as succinct and
powerful as Python itself.
.. autofunction:: remap
Numeric Numeric
------- -------