Home
last modified time | relevance | path

Searched refs:ParamSpecKwargs (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/
Dtyping.py834 class ParamSpecKwargs(_Final, _Immutable, _root=True): class
908 return ParamSpecKwargs(self)
1898 ParamSpecArgs, ParamSpecKwargs)):
/third_party/python/Doc/library/
Dtyping.rst1175 :class:`ParamSpecArgs` and :class:`ParamSpecKwargs`.
1195 .. data:: ParamSpecKwargs
1199 and ``P.kwargs`` is an instance of ``ParamSpecKwargs``. They are intended
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst951 :class:`typing.ParamSpecKwargs`, which enables a more useful ``repr()``.
/third_party/python/Lib/test/
Dtest_typing.py28 from typing import ParamSpec, Concatenate, ParamSpecArgs, ParamSpecKwargs
4652 self.assertIsInstance(P.kwargs, ParamSpecKwargs)
/third_party/python/Doc/whatsnew/
D3.10.rst767 :class:`typing.ParamSpecKwargs`, and :pep:`612` for more details.