chararray.endswith(suffix, start=0, end=None)
chararray.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert
chararray.itemsize Length of one array element in bytes. Examples
chararray.ljust(width, fillchar=' ')
chararray.ravel([order]) Return a flattened array. Refer to
chararray.isupper()
chararray.squeeze(axis=None) Remove single-dimensional entries from the shape of a.
chararray.rfind(sub, start=0, end=None)
chararray.dump(file) Dump a pickle of the array to the specified file. The array can be read back with
chararray.repeat(repeats, axis=None) Repeat elements of an array. Refer to
Page 6 of 8