Python Iterators

From NovaOrdis Knowledge Base
Revision as of 04:52, 7 July 2022 by Ovidiu (talk | contribs) (Created page with "=External= * https://docs.python.org/3/glossary.html#term-iterator =Internal= * Python Language =TODO= <font color=darkkhaki>TO PROCESS PyOOP...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

TODO

TO PROCESS PyOOP "The Iterator Pattern" + "Iterators" + "The iterator protocol"

Overview

An iterator instance represents a stream of data.