ID EN
Typing

ValuesView

Python 3.11

Deprecated alias to collections.abc.ValuesView.

Syntax

PYTHON
class typing.ValuesView(MappingView, Collection[_VT_co])

See Also

collections.abc.ValuesView collections.abc.ValuesView Generic Alias Type