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

Test taking an 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