none regress_annotation_object_set_data Regress.AnnotationObject self [guint8] data gsize length Regress.AnnotationObject.set_data @accepts(Regress.AnnotationObject, [guint8], gsize) @returns(none) def set_data(self, data, length): # Python wrapper for regress_annotation_object_set_data()

Test taking a guchar * with a length.

<code>self</code>

a

<code>data</code>

The data

<code>length</code>

Length of the data