zeros_like# astropy.utils.masked.function_helpers.zeros_like(a, dtype=None, order='K', subok=True, shape=None, *, device=None)[source]# Return an array of zeros with the same shape and type as a given array. Like numpy.zeros_like, but will add an all-false mask.