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 | |||
|
Function Details |
Generate a sequence of |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Oct 3 15:23:48 2010 | http://epydoc.sourceforge.net |