chararray.tostring(order='C') Construct Python bytes containing the raw data bytes in the array.
chararray.join(seq)
chararray.sort(axis=-1, kind='quicksort', order=None) Sort an array, in-place.
chararray.put(indices, values, mode='raise') Set a.flat[n] = values[n] for all n
chararray.zfill(width)
chararray.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2
chararray.flatten(order='C') Return a copy of the array collapsed into one dimension.
chararray.T Same as self.transpose(), except that self is returned if self.ndim < 2.
chararray.data Python buffer object pointing to the start of the array?s data.
chararray.decode(encoding=None, errors=None)
Page 1 of 8