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.
1 parent 4835e7b commit 3fba4b9Copy full SHA for 3fba4b9
peps/pep-0821.rst
@@ -28,8 +28,8 @@ The :ref:`typing specification <typing:callable>` states:
28
29
"Parameters specified using Callable are assumed to be positional-only.
30
The Callable form provides no way to specify keyword-only parameters,
31
- variadic parameters, or default argument values. For these use cases,
32
- see the section on Callback protocols."
+ or default argument values. For these use cases, see the section on Callback
+ protocols."
33
34
This limitation makes it cumbersome to declare callables meant to be invoked
35
with keyword arguments. The existing solution is to define a ``Protocol``::
0 commit comments