zarr.full
zarr.full ¶
Create an array with a default fill value.
Parameters:
-
shape(int or tuple of int) –Shape of the empty array.
-
fill_value(scalar) –Fill value.
-
**kwargs(Any, default:{}) –Keyword arguments passed to
create.
Returns:
-
Array–The new array.