mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
parent
e180307c10
commit
ff294fea40
4 changed files with 4 additions and 3 deletions
|
|
@ -76,6 +76,7 @@ by functions or loops that truncate the stream.
|
|||
|
||||
\begin{funcdesc}{count}{\optional{n}}
|
||||
Make an iterator that returns consecutive integers starting with \var{n}.
|
||||
If not specified \var{n} defaults to zero.
|
||||
Does not currently support python long integers. Often used as an
|
||||
argument to \function{imap()} to generate consecutive data points.
|
||||
Also, used with \function{izip()} to add sequence numbers. Equivalent to:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue