This file is indexed.

/usr/share/doc/python-kiwi/api/kiwi.ui.delegates.ProxySlaveDelegate.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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!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.ui.delegates.ProxySlaveDelegate&rdquo;</title>
        </head>
        <body><h1 class="class">Class k.u.d.ProxySlaveDelegate(<a href="kiwi.ui.delegates.GladeSlaveDelegate.html">GladeSlaveDelegate</a>):</h1><span id="part">Part of <a href="kiwi.ui.delegates.html">kiwi.ui.delegates</a></span><div class="toplevel"><div><p>A class that combines view, controller and proxy functionality into a 
single package. It does not possess a top-level window, but is instead 
intended to be plugged in to a View or Delegate using attach_slave()</p>
</div><div class="metadata"><span class="tag">ivar</span> <span class="arg">model</span><span class="body">the model
</span></div><div class="metadata"><span class="tag">ivar</span> <span class="arg">proxy</span><span class="body">the proxy
</span></div></div><table class="children"><tr class="function"><td>Function</td><td><a href="#kiwi.ui.delegates.ProxySlaveDelegate.__init__">__init__</a></td><td><div><p>Creates a new Delegate.</p>
</div></td></tr><tr class="function"><td>Function</td><td><a href="#kiwi.ui.delegates.ProxySlaveDelegate.set_model">set_model</a></td><td><div><p>Set model.</p>
</div></td></tr><tr class="function"><td>Function</td><td><a href="#kiwi.ui.delegates.ProxySlaveDelegate.proxy_updated">proxy_updated</a></td><td><span class="undocumented">Undocumented</span></td></tr><tr class="function"><td>Function</td><td><a href="#kiwi.ui.delegates.ProxySlaveDelegate.update">update</a></td><td><span class="undocumented">Undocumented</span></td></tr></table>
            <div class="function">
            <div class="functionHeader">def <a name="kiwi.ui.delegates.ProxySlaveDelegate.__init__">__init__(self, model, proxy_widgets=None, gladefile=None, toplevel_name=None, domain=None, keyactions=None):</a></div>
            <div class="functionBody"><div><p>Creates a new Delegate.</p>
</div><div class="metadata"><span class="tag">param</span> <span class="arg">model</span><span class="body">instance to be attached
</span></div><div class="metadata"><span class="tag">param</span> <span class="arg">proxy_widgets</span><span class="body">The keyactions parameter is sent to <a 
href="kiwi.controllers.BaseController.html">kiwi.controllers.BaseController</a>,
the rest are sent to <a 
href="kiwi.ui.views.BaseView.html">kiwi.ui.views.BaseView</a>
</span></div></div>
            </div>
            <div class="function">
            <div class="functionHeader">def <a name="kiwi.ui.delegates.ProxySlaveDelegate.set_model">set_model(self, model):</a></div>
            <div class="functionBody"><div><p>Set model.</p>
</div><div class="metadata"><span class="tag">param</span> <span class="arg">model</span><span class="body"></span></div></div>
            </div>
            <div class="function">
            <div class="functionHeader">def <a name="kiwi.ui.delegates.ProxySlaveDelegate.proxy_updated">proxy_updated(self, widget, attribute, value):</a></div>
            <div class="functionBody"><div class="undocumented">Undocumented</div></div>
            </div>
            <div class="function">
            <div class="functionHeader">def <a name="kiwi.ui.delegates.ProxySlaveDelegate.update">update(self, attribute):</a></div>
            <div class="functionBody"><div class="undocumented">Undocumented</div></div>
            </div></body>