We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
functools.partial()
1 parent 55ab1a6 commit b0ef8b4Copy full SHA for b0ef8b4
1 file changed
Doc/library/functools.rst
@@ -389,9 +389,9 @@ The :mod:`!functools` module defines the following functions:
389
only one positional argument is provided, but there are two placeholders
390
that must be filled in.
391
392
- If :func:`!partial` is applied to an existing :func:`!partial` object,
393
- :data:`!Placeholder` sentinels of the input object are filled in with
394
- new positional arguments.
+ If :func:`!partial` is applied to an existing
+ :ref:`partial object <partial-objects>`, :data:`!Placeholder` sentinels of the
+ input object are filled in with new positional arguments.
395
A placeholder can be retained by inserting a new
396
:data:`!Placeholder` sentinel to the place held by a previous :data:`!Placeholder`:
397
0 commit comments