MV2

repeat(a, repeats, axis=None)[source]

repeat elements of a repeats times along axis repeats is a sequence of length a.shape[axis] telling how many times to repeat each element.