mpl.mlab.xrange

class mpl.mlab.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.

__init__

x.__init__(...) initializes x; see help(type(x)) for signature