diff options
Diffstat (limited to 'tests/scanner/Regress-1.0-Python-expected/Regress.TestStructFixedArray.frob.page')
-rw-r--r-- | tests/scanner/Regress-1.0-Python-expected/Regress.TestStructFixedArray.frob.page | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestStructFixedArray.frob.page b/tests/scanner/Regress-1.0-Python-expected/Regress.TestStructFixedArray.frob.page new file mode 100644 index 00000000..ffd3fae0 --- /dev/null +++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestStructFixedArray.frob.page @@ -0,0 +1,45 @@ +<?xml version="1.0"?> +<page id="Regress.TestStructFixedArray.frob" + type="topic" + style="method" + 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="Regress.TestStructFixedArray" group="method"/> + <api:function> + <api:returns> + <api:type>none</api:type> + </api:returns> + <api:name>regress_test_struct_fixed_array_frob</api:name> + <api:arg> + <api:type>Regress.TestStructFixedArray</api:type> + <api:name>self</api:name> + </api:arg> + </api:function> + + </info> + <title>TestStructFixedArray.frob</title> + +<synopsis><code mime="text/x-python"> +@accepts(Regress.TestStructFixedArray) +@returns(none) +def frob(self): + # Python wrapper for regress_test_struct_fixed_array_frob() +</code></synopsis> + + + + + + + +<dl> +<dt><p>self :</p></dt> +<dd></dd> +</dl> + + + +</page> |