~mwhudson/pydoctor/combine-interface-implementation-docs-1223227

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div xmlns:nevow="http://nevow.com/ns/nevow/0.1" class="function">
  <a>
    <nevow:attr name="name" nevow:render="functionAnchor" />
  </a>
  <a>
    <nevow:attr name="name" nevow:render="shortFunctionAnchor" />
  </a>
  <div class="functionHeader">
    <nevow:invisible nevow:render="attribute">attribute</nevow:invisible> =
  </div>
  <div class="functionBody">
    <nevow:invisible nevow:render="functionBody">
      Docstring.
    </nevow:invisible>
  </div>
</div>