ID EN
Types

iter(proxy)

Python 3.11

Return an iterator over the keys of the underlying mapping. This is a shortcut for iter(proxy.keys()).

Syntax

PYTHON
iter(proxy)