chararray.data Python buffer object pointing to the start of the array?s data.
chararray.T Same as self.transpose(), except that self is returned if self.ndim < 2.
chararray.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2
chararray.tostring(order='C') Construct Python bytes containing the raw data bytes in the array.
chararray.rsplit(sep=None, maxsplit=None)
chararray.join(seq)
chararray.decode(encoding=None, errors=None)
chararray.sort(axis=-1, kind='quicksort', order=None) Sort an array, in-place.
chararray.zfill(width)
chararray.swapcase()
Page 1 of 8