Generators Glossary
-
generator (a function that returns a "generator iterator")
-
generator-iterator (an object created by a generator)
-
Generators are basically a way to create iterators without a class.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
generator (a function that returns a "generator iterator")
generator-iterator (an object created by a generator)
Generators are basically a way to create iterators without a class.