Home
/
Python 3.11
/
Typing
/
KeysView
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Typing
KeysView
Python 3.11
Deprecated alias to collections.abc.KeysView.
Syntax
PYTHON
Copy
class typing.KeysView(MappingView, AbstractSet[KT_co])
See Also
collections.abc.KeysView
collections.abc.KeysView
Generic Alias Type