Vladimir

58%
Flag icon
Any Python function that has the yield keyword in its body is a generator function: a function which, when called, returns a generator object. In other words, a generator function is a generator factory.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview