Full.init (function)
def __init__(self, shape, fill_value, unit=None)
This is available as a top-level convenience function as nparray.full or nparray.full_like.
Arguments
shape(int or sequence of ints): Shape of the new array, e.g.,(2, 3)or2.fill_value(int or float): Value to fill each element in the array.unit(astropy unit or string, optional, default=None): unit corresponding to the passed values.