News
In Python 3.12, you can use a TypedDict as source of types to hint keyword arguments used in a ... the old method from typing import TypeVar _T = TypeVar("_T") def func(a: _T, b: _T) -> _T: ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results