indexed.py icon indicating copy to clipboard operation
indexed.py copied to clipboard

type hints

Open antonkulaga opened this issue 3 years ago • 1 comments

Looks like build-in OrderedDict is more advanced as you can declare it as generic type in typehints

antonkulaga avatar Oct 26 '22 00:10 antonkulaga

That comes via typeshed, which is not part of the standard library. A contributor looking to add this could submit a PR to this repository or to typeshed. The latter may be easier, because inline type annotations that need to be compatible with the entire range of supported Python versions might be tricky/awkward to create.

niklasf avatar Oct 26 '22 20:10 niklasf