This file is indexed.

/usr/lib/python2.7/dist-packages/chameleon/tests/inputs/005-default.pt is in python-chameleon 2.16-4.

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
<html>
  <body>
    <img class="default" tal:attributes="class default" />
    <img tal:attributes="class default" />
    <span tal:content="default">Default</span>
    <span tal:content="True">Default</span>
    <span tal:content="False">Default</span>
    <span tal:content="default">
      <em>${'Computed default'}</em>
    </span>
  </body>
</html>