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.
There are no implemented interfaces.
There are no attributes in this class.
There are no methods in this class.
There are no known subclasses.