chararray.ctypes An object to simplify the interaction of the array with the ctypes module. This
chararray.lstrip(chars=None)
chararray.isdigit()
chararray.startswith(prefix, start=0, end=None)
chararray.find(sub, start=0, end=None)
chararray.tolist() Return the array as a (possibly nested) list. Return a copy of the array data
Page 8 of 8