diff options
Diffstat (limited to 'tests/scanner/Regress-1.0-Python-expected/Regress.annotation_attribute_func.page')
-rw-r--r-- | tests/scanner/Regress-1.0-Python-expected/Regress.annotation_attribute_func.page | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.annotation_attribute_func.page b/tests/scanner/Regress-1.0-Python-expected/Regress.annotation_attribute_func.page new file mode 100644 index 00000000..f48f724e --- /dev/null +++ b/tests/scanner/Regress-1.0-Python-expected/Regress.annotation_attribute_func.page @@ -0,0 +1,53 @@ +<?xml version="1.0"?> +<page id="Regress.annotation_attribute_func" + type="topic" + style="function" + xmlns="http://projectmallard.org/1.0/" + xmlns:api="http://projectmallard.org/experimental/api/" + xmlns:ui="http://projectmallard.org/1.0/ui/"> + <info> + + <link type="guide" xref="index" group="function"/> + <api:function> + <api:returns> + <api:type>int</api:type> + </api:returns> + <api:name>regress_annotation_attribute_func</api:name> + <api:arg> + <api:type>Regress.AnnotationObject</api:type> + <api:name>object</api:name> + </api:arg> + <api:arg> + <api:type>unicode</api:type> + <api:name>data</api:name> + </api:arg> + </api:function> + + </info> + <title>annotation_attribute_func</title> + +<synopsis><code mime="text/x-python"> +@accepts(Regress.AnnotationObject, unicode) +@returns(int) +def annotation_attribute_func(object, data): + # Python wrapper for regress_annotation_attribute_func() +</code></synopsis> + + + + + + + +<dl> +<dt><p>object :</p></dt> +<dd><p>A <link xref="Regress.AnnotationObject"/>.</p></dd> +<dt><p>data :</p></dt> +<dd><p>Some data.</p></dd> +<dt><p>Returns :</p></dt> +<dd><p>The return value.</p></dd> +</dl> + + + +</page> |