ID EN
Built-in Types

iter(dictview)

Python 3.11

Return an iterator over the keys, values or items (represented as tuples of (key, value)) in the dictionary.

Syntax

PYTHON
iter(dictview)

See Also

zip() RuntimeError