mirror of https://github.com/python/cpython
4 lines
241 B
ReStructuredText
4 lines
241 B
ReStructuredText
|
The ``P.args`` and ``P.kwargs`` attributes of :class:`typing.ParamSpec` are
|
||
|
now instances of the new classes :class:`typing.ParamSpecArgs` and
|
||
|
:class:`typing.ParamSpecKwargs`, which enables a more useful ``repr()``. Patch by Jelle Zijlstra.
|