Flip dimensions of the data array in place.
Flip the dimensions whose positions are given. By default all dimensions are flipped.
out : cf.Variable
See also
expand_dims, squeeze, transpose
Examples
>>> f.flip() >>> f.flip(1) >>> f.flip([0, 1])
>>> g = f[::-1, :, ::-1] >>> f.flip([2, 0]).equals(g) True
cf.Variable.fill_value
cf.Variable.getattr
Enter search terms or a module, class or function name.