copyto#
- astropy.utils.masked.function_helpers.copyto(dst, src, casting='same_kind', where=True)[source]#
 Copies values from one array to another, broadcasting as necessary.
Like
numpy.copyto, but for masked destinationdstand possibly masked sourcesrc.