Generators

suggest change

Introduction

Generators are lazy iterators created by generator functions (using yield) or generator expressions (using (an_expression for x in an_iterator)).

Syntax

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Generators:
*Generators

Table Of Contents
20Generators
31Set
166Gzip