Inherits from
- concatenator: numpy.lib.index_tricks.concatenator
Method summary
- __init__(self)
Methods
- __init__(self)
Version 1.0b1 API Documentation generated by Endo 2006-08-14
Translates slice objects to concatenation along the first axis.
For example: >>> r_[array([1,2,3]), 0, 0, array([4,5,6])] array([1, 2, 3, 0, 0, 4, 5, 6])