This file is indexed.

/usr/share/pyshared/pydoctor/templates/attribute-child.html is in python-pydoctor 0.5b1+bzr603-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

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