bundles / astropy 7.0.1 / astropy / utils / shapes / NDArrayShapeMethods / transpose
function
astropy.utils.shapes:NDArrayShapeMethods.transpose
source: /astropy/utils/shapes.py :110
Signature
def transpose ( self , * args , ** kwargs ) Summary
Return an instance with the data transposed.
Extended Summary
Parameters are as for ~numpy.ndarray.transpose. All internal data are views of the data of the original.
Aliases
-
astropy.utils.NDArrayShapeMethods.transpose