ID EN
Typing

OrderedDict

Python 3.11

Deprecated alias to collections.OrderedDict.

Syntax

PYTHON
class typing.OrderedDict(collections.OrderedDict, MutableMapping[KT, VT])

See Also

collections.OrderedDict collections.OrderedDict Generic Alias Type