You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
staticchardoc_reshape[] ="a.reshape(d1, d2, ..., dn). Change the shape of a to be an n-dimensional array with dimensions given by d1...dn. Note: the size specified for the new array must be exactly equal to the size of the old one or an error will occur.";
72
+
staticchardoc_reshape[] = \
73
+
"self.reshape(d1, d2, ..., dn) Return a new array from this one. \n" \
74
+
"\n The new array must have the same number of elements as self. "\
75
+
"Also\n a copy of the data only occurs if necessary.";
0 commit comments