mirror of https://github.com/mahmoud/boltons.git
exposing remap docs
This commit is contained in:
parent
94657911b6
commit
0d6486c402
|
@ -23,6 +23,17 @@ present in the standard library.
|
|||
.. autofunction:: unique
|
||||
.. 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
|
||||
-------
|
||||
|
||||
|
|
Loading…
Reference in New Issue