chararray.transpose(*axes) Returns a view of the array with axes transposed. For a 1-D array
chararray.ctypes An object to simplify the interaction of the array with the ctypes module. This
chararray.split(sep=None, maxsplit=None)
chararray.lstrip(chars=None)
chararray.tolist() Return the array as a (possibly nested) list. Return a copy of the array data
chararray.rindex(sub, start=0, end=None)
Page 8 of 8