none regress_annotation_object_compute_sum_nz Regress.AnnotationObject self [int] nums int n_nums Regress.AnnotationObject.compute_sum_nz @accepts(Regress.AnnotationObject, [int], int) @returns(none) def compute_sum_nz(self, nums, n_nums): # Python wrapper for regress_annotation_object_compute_sum_nz()

Test taking a zero-terminated array with length parameter

<code>self</code>

a

<code>nums</code>

Sequence of numbers that are zero-terminated

<code>n_nums</code>

Length of number array