indexed.py
indexed.py copied to clipboard
type hints
Looks like build-in OrderedDict is more advanced as you can declare it as generic type in typehints
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.