Home
Press ? for keyboard navigation
❮
Generators and Generator Expressions
Iterators vs Generators
❯
Generators Glossary
generator
(a function that returns a "generator iterator")
generator-iterator
(an object created by a generator)
Generator types
generator-expression
Generators are basically a way to create iterators without a class.
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)