This file is indexed.

/usr/share/doc/python-kiwi/api/kiwi.tasklet.Message.html is in python-kiwi 1.9.22-2.

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
17
18
19
20
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
        <html><head>
        <link rel="stylesheet" type="text/css" href="apidocs.css"/>
        <title>API docs for &ldquo;kiwi.tasklet.Message&rdquo;</title>
        </head>
        <body><h1 class="class">Class k.t.Message(object):</h1><span id="part">Part of <a href="kiwi.tasklet.html">kiwi.tasklet</a></span><div class="toplevel"><div><p>A message that can be received by or sent to a tasklet.</p>
</div></div><table class="children"><tr class="function"><td>Function</td><td><a href="#kiwi.tasklet.Message.__init__">__init__</a></td><td><div><p>Create a new Message object.</p>
</div></td></tr></table>
            <div class="function">
            <div class="functionHeader">def <a name="kiwi.tasklet.Message.__init__">__init__(self, name, dest=None, value=None, sender=None):</a></div>
            <div class="functionBody"><div><p>Create a new Message object.</p>
</div><div class="metadata"><span class="tag">param</span> <span class="arg">name</span><span class="body">name of message
</span></div><div class="metadata"><span class="tag">type</span> <span class="arg">name</span><span class="body">str
</span></div><div class="metadata"><span class="tag">param</span> <span class="arg">dest</span><span class="body">destination tasklet for this message
</span></div><div class="metadata"><span class="tag">type</span> <span class="arg">dest</span><span class="body"><a href="kiwi.tasklet.Tasklet.html">Tasklet</a>
</span></div><div class="metadata"><span class="tag">param</span> <span class="arg">value</span><span class="body">value associated with the message
</span></div><div class="metadata"><span class="tag">param</span> <span class="arg">sender</span><span class="body">sender tasklet for this message
</span></div><div class="metadata"><span class="tag">type</span> <span class="arg">sender</span><span class="body"><a href="kiwi.tasklet.Tasklet.html">Tasklet</a>
</span></div></div>
            </div></body>