ID EN
Built-in Types

x in dictview

Python 3.11

Return True if x is in the underlying dictionary’s keys, values or items (in the latter case, x should be a (key, value) tuple).

Syntax

PYTHON
x in dictview