Glossary — Python 3.14.2 documentation#term-generator

generator

Informally used to mean either a generator function or a generator iterator, depending on context. The formal terms generator function and generator iterator are uncommon in practice; “generator” alone is almost always sufficient.

Printed 2026-06-28.

(echo:: @ )