Home | Trees | Indices | Help |
|
---|
|
gen [-p PAD] [COUNT [START]]
Generate a sequence of COUNT
integers, starting at
START
. If START
is not specified, then the
sequence starts at 0. If no arguments are specified, then the sequence
starts at 0 and does not terminate.
If the -p
flag is specified, then the generated integers
are converted to strings and left padded so that each string contains
PAD
characters. len(str(COUNT + START))
must
not exceed PAD
.
Functions | |||
|
Variables | |
__package__ =
|
Function Details |
Generate a sequence of |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jan 27 19:41:50 2013 | http://epydoc.sourceforge.net |