numpy.ndarray.repeat#

method

ndarray.repeat(repeats,axis=None)#

Repeat elements of an array.

Refer tonumpy.repeat for full documentation.

See also

numpy.repeat

equivalent function

On this page