Trees | Indices | Help |
|
---|
|
object --+ | xrange
xrange([start,] stop[, step]) -> xrange object
Like range(), but instead of returning a list, returns an object that generates the numbers in the range on demand. For looping, this is slightly faster than range() and more memory efficient.
|
|||
|
|||
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__getattribute__('name') <==> x.name
|
|
helper for pickle
|
repr(x)
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:54 2015 | http://epydoc.sourceforge.net |