diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/python~3.12/library%2Ffunctional.html | |
new repository
Diffstat (limited to 'devdocs/python~3.12/library%2Ffunctional.html')
| -rw-r--r-- | devdocs/python~3.12/library%2Ffunctional.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devdocs/python~3.12/library%2Ffunctional.html b/devdocs/python~3.12/library%2Ffunctional.html new file mode 100644 index 00000000..b9448da5 --- /dev/null +++ b/devdocs/python~3.12/library%2Ffunctional.html @@ -0,0 +1,9 @@ + <h1>Functional Programming Modules</h1> <p>The modules described in this chapter provide functions and classes that support a functional programming style, and general operations on callables.</p> <p>The following modules are documented in this chapter:</p> <ul> <li class="toctree-l1"> +<a class="reference internal" href="itertools"><code>itertools</code> — Functions creating iterators for efficient looping</a><ul> <li class="toctree-l2"><a class="reference internal" href="itertools#itertool-functions">Itertool functions</a></li> <li class="toctree-l2"><a class="reference internal" href="itertools#itertools-recipes">Itertools Recipes</a></li> </ul> </li> <li class="toctree-l1"> +<a class="reference internal" href="functools"><code>functools</code> — Higher-order functions and operations on callable objects</a><ul> <li class="toctree-l2"><a class="reference internal" href="functools#partial-objects"><code>partial</code> Objects</a></li> </ul> </li> <li class="toctree-l1"> +<a class="reference internal" href="operator"><code>operator</code> — Standard operators as functions</a><ul> <li class="toctree-l2"><a class="reference internal" href="operator#mapping-operators-to-functions">Mapping Operators to Functions</a></li> <li class="toctree-l2"><a class="reference internal" href="operator#in-place-operators">In-place Operators</a></li> </ul> </li> </ul> <div class="_attribution"> + <p class="_attribution-p"> + © 2001–2023 Python Software Foundation<br>Licensed under the PSF License.<br> + <a href="https://docs.python.org/3.12/library/functional.html" class="_attribution-link">https://docs.python.org/3.12/library/functional.html</a> + </p> +</div> |
