summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.compute_sum_nz.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.compute_sum_nz.page')
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.compute_sum_nz.page22
1 files changed, 6 insertions, 16 deletions
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.compute_sum_nz.page b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.compute_sum_nz.page
index b3beb695..8624f618 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.compute_sum_nz.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.compute_sum_nz.page
@@ -6,7 +6,6 @@
xmlns:api="http://projectmallard.org/experimental/api/"
xmlns:ui="http://projectmallard.org/1.0/ui/">
<info>
-
<link xref="Regress.AnnotationObject" group="method" type="guide"/>
<api:function>
<api:returns>
@@ -26,39 +25,30 @@
<api:name>n_nums</api:name>
</api:arg>
</api:function>
-
</info>
<title>Regress.AnnotationObject.compute_sum_nz</title>
-
-<synopsis><code mime="text/x-python">
+ <synopsis><code mime="text/x-python">
@accepts(Regress.AnnotationObject, [int], int)
@returns(none)
def compute_sum_nz(self, nums, n_nums):
# Python wrapper for regress_annotation_object_compute_sum_nz()
-</code></synopsis>
+ </code></synopsis>
+ <p>Test taking a zero-terminated array with length parameter</p>
-
- <p>Test taking a zero-terminated array with length parameter</p>
-
-
-
-
<terms>
<item>
<title><code>self</code></title>
-<p>a <link xref="Regress.AnnotationObject"/></p>
+ <p>a <link xref="Regress.AnnotationObject"/></p>
</item>
<item>
<title><code>nums</code></title>
-<p>Sequence of numbers that
+ <p>Sequence of numbers that
are zero-terminated</p>
</item>
<item>
<title><code>n_nums</code></title>
-<p>Length of number array</p>
+ <p>Length of number array</p>
</item>
</terms>
-
-
</page>