numpy.full — NumPy v1.24 Manual
https://numpy.org/doc/stable/reference/generated/numpy.full.html
Webnumpy.full# numpy. full (shape, fill_value, dtype = None, order = 'C', *, like = None) [source] # Return a new array of given shape and type, filled with fill_value.. Parameters: shape int or sequence of ints. Shape of the new array, e.g., (2, 3) or 2. fill_value scalar or array_like. Fill value. dtype data-type, optional The desired data-type for the array The default, None, …
DA: 50 PA: 76 MOZ Rank: 1