summaryrefslogtreecommitdiff
path: root/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj-vfunc.page
blob: 11d693f3bb42a81628f4244248edaff4e093422e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<page id="DocExamples.Obj-vfunc"
      type="topic"
      style="vfunc"
      xmlns="http://projectmallard.org/1.0/"
      xmlns:api="http://projectmallard.org/experimental/api/"
      xmlns:ui="http://projectmallard.org/experimental/ui/">
  <info>
    
      <link type="guide" xref="index"/>
    
  </info>
  <title>DocExamples.Obj::vfunc</title>
  
<synopsis><code mime="text/x-python">
@accepts(int)
@returns(none)
def do_vfunc(self, first_arg):
</code></synopsis>

    <p>This is an example of how to document a vfunc.</p>
  

<table>
<tr>
<td><p>first_arg :</p></td>
<td><p>first argument</p></td>
</tr>
</table>

    <p>Since 0.99</p>
  

  
</page>