ID EN
Typing

KeysView

Python 3.11

Deprecated alias to collections.abc.KeysView.

Syntax

PYTHON
class typing.KeysView(MappingView, AbstractSet[KT_co])

See Also

collections.abc.KeysView collections.abc.KeysView Generic Alias Type