This file is indexed.

/usr/share/doc/python-kiwi/api/kiwi.ui.widgets.checkbutton.ProxyCheckButton.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
<!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.widgets.checkbutton.ProxyCheckButton&rdquo;</title>
        </head>
        <body><h1 class="class">Class k.u.w.c.ProxyCheckButton(<a href="kiwi.utils.PropertyObject.html">PropertyObject</a>, gtk.CheckButton, <a href="kiwi.ui.proxywidget.ProxyWidgetMixin.html">ProxyWidgetMixin</a>):</h1><span id="part">Part of <a href="kiwi.ui.widgets.checkbutton.html">kiwi.ui.widgets.checkbutton</a></span><p>known subclasses: <a href="kiwi.ui.widgets.checkbutton.CheckButton.html">kiwi.ui.widgets.checkbutton.CheckButton</a></p><div class="toplevel"><div class="undocumented">Undocumented</div></div><table class="children"><tr class="function"><td>Function</td><td><a href="#kiwi.ui.widgets.checkbutton.ProxyCheckButton.__init__">__init__</a></td><td><span class="undocumented">Undocumented</span></td></tr><tr class="function"><td>Function</td><td><a href="#kiwi.ui.widgets.checkbutton.ProxyCheckButton.do_toggled">do_toggled</a></td><td><span class="undocumented">Undocumented</span></td></tr><tr class="function"><td>Function</td><td><a href="#kiwi.ui.widgets.checkbutton.ProxyCheckButton.read">read</a></td><td><div><p>Get the content of the widget.</p>
</div></td></tr><tr class="function"><td>Function</td><td><a href="#kiwi.ui.widgets.checkbutton.ProxyCheckButton.update">update</a></td><td><div><p>Update the content value of the widget.</p>
</div></td></tr></table>
            <div class="function">
            <div class="functionHeader">def <a name="kiwi.ui.widgets.checkbutton.ProxyCheckButton.__init__">__init__(self, label=None, use_underline=True):</a></div>
            <div class="functionBody"><div class="undocumented">Undocumented</div></div>
            </div>
            <div class="function">
            <div class="functionHeader">def <a name="kiwi.ui.widgets.checkbutton.ProxyCheckButton.do_toggled">do_toggled(self):</a></div>
            <div class="functionBody"><div class="undocumented">Undocumented</div></div>
            </div>
            <div class="function">
            <div class="functionHeader">def <a name="kiwi.ui.widgets.checkbutton.ProxyCheckButton.read">read(self):</a></div>
            <div class="functionBody"><div><p>Get the content of the widget. The type of the return value</p>
</div><div class="metadata"><span class="tag">returns</span> <span class="arg">None</span><span class="body">None if the user input a invalid value
</span></div><div class="metadata"><span class="tag">rtype</span> <span class="arg">None</span><span class="body">Must matche the data-type property.
</span></div></div>
            </div>
            <div class="function">
            <div class="functionHeader">def <a name="kiwi.ui.widgets.checkbutton.ProxyCheckButton.update">update(self, data):</a></div>
            <div class="functionBody"><div><p>Update the content value of the widget.</p>
</div><div class="metadata"><span class="tag">param</span> <span class="arg">value</span><span class="body"></span></div></div>
            </div></body>