This file is indexed.

/usr/share/doc/python-apt/html/library/aptsources.distinfo.html is in python-apt-doc 0.9.3.12.

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
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>aptsources.distinfo — provide meta information for distro repositories &mdash; python-apt 0.9.3.12 documentation</title>
    
    <link rel="stylesheet" href="../_static/default.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '../',
        VERSION:     '0.9.3.12',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="../_static/jquery.js"></script>
    <script type="text/javascript" src="../_static/underscore.js"></script>
    <script type="text/javascript" src="../_static/doctools.js"></script>
    <link rel="top" title="python-apt 0.9.3.12 documentation" href="../index.html" />
    <link rel="up" title="Python APT Library" href="index.html" />
    <link rel="next" title="aptsources.distro — Distribution abstraction of the sources.list" href="aptsources.distro.html" />
    <link rel="prev" title="apt.progress.gtk2 — Progress reporting for GTK+ interfaces" href="apt.progress.gtk2.html" />
    <link rel="shortcut icon" type="image/png" href="../_static/py.png" />
 

  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="aptsources.distro.html" title="aptsources.distro — Distribution abstraction of the sources.list"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="apt.progress.gtk2.html" title="apt.progress.gtk2 — Progress reporting for GTK+ interfaces"
             accesskey="P">previous</a> |</li>
        <li><img src="../_static/py.png" alt=""
                 style="vertical-align: middle; margin-top: -1px"/></li>
        <li><a href="../index.html">python-apt 0.9.3.12 documentation</a> &raquo;</li>

          <li><a href="index.html" accesskey="U">Python APT Library</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="aptsources-distinfo-provide-meta-information-for-distro-repositories">
<h1><a class="reference internal" href="#module-aptsources.distinfo" title="aptsources.distinfo"><tt class="xref py py-mod docutils literal"><span class="pre">aptsources.distinfo</span></tt></a> &#8212; provide meta information for distro repositories<a class="headerlink" href="#aptsources-distinfo-provide-meta-information-for-distro-repositories" title="Permalink to this headline"></a></h1>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">This part of the documentation is created automatically.</p>
</div>
<span class="target" id="module-aptsources.distinfo"></span><dl class="class">
<dt id="aptsources.distinfo.Component">
<em class="property">class </em><tt class="descclassname">aptsources.distinfo.</tt><tt class="descname">Component</tt><big>(</big><em>name</em>, <em>desc=None</em>, <em>long_desc=None</em>, <em>parent_component=None</em><big>)</big><a class="headerlink" href="#aptsources.distinfo.Component" title="Permalink to this definition"></a></dt>
<dd><dl class="method">
<dt id="aptsources.distinfo.Component.get_description">
<tt class="descname">get_description</tt><big>(</big><big>)</big><a class="headerlink" href="#aptsources.distinfo.Component.get_description" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="aptsources.distinfo.Component.get_description_long">
<tt class="descname">get_description_long</tt><big>(</big><big>)</big><a class="headerlink" href="#aptsources.distinfo.Component.get_description_long" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="aptsources.distinfo.Component.get_parent_component">
<tt class="descname">get_parent_component</tt><big>(</big><big>)</big><a class="headerlink" href="#aptsources.distinfo.Component.get_parent_component" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="aptsources.distinfo.Component.set_description">
<tt class="descname">set_description</tt><big>(</big><em>desc</em><big>)</big><a class="headerlink" href="#aptsources.distinfo.Component.set_description" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="aptsources.distinfo.Component.set_description_long">
<tt class="descname">set_description_long</tt><big>(</big><em>desc</em><big>)</big><a class="headerlink" href="#aptsources.distinfo.Component.set_description_long" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="aptsources.distinfo.Component.set_parent_component">
<tt class="descname">set_parent_component</tt><big>(</big><em>parent</em><big>)</big><a class="headerlink" href="#aptsources.distinfo.Component.set_parent_component" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<dl class="class">
<dt id="aptsources.distinfo.DistInfo">
<em class="property">class </em><tt class="descclassname">aptsources.distinfo.</tt><tt class="descname">DistInfo</tt><big>(</big><em>dist=None</em>, <em>base_dir='/usr/share/python-apt/templates'</em><big>)</big><a class="headerlink" href="#aptsources.distinfo.DistInfo" title="Permalink to this definition"></a></dt>
<dd><dl class="method">
<dt id="aptsources.distinfo.DistInfo.finish_template">
<tt class="descname">finish_template</tt><big>(</big><em>template</em>, <em>component</em><big>)</big><a class="headerlink" href="#aptsources.distinfo.DistInfo.finish_template" title="Permalink to this definition"></a></dt>
<dd><p>finish the current tempalte</p>
</dd></dl>

</dd></dl>

<dl class="class">
<dt id="aptsources.distinfo.Mirror">
<em class="property">class </em><tt class="descclassname">aptsources.distinfo.</tt><tt class="descname">Mirror</tt><big>(</big><em>proto</em>, <em>hostname</em>, <em>dir</em>, <em>location=None</em><big>)</big><a class="headerlink" href="#aptsources.distinfo.Mirror" title="Permalink to this definition"></a></dt>
<dd><p>Storage for mirror related information</p>
<dl class="method">
<dt id="aptsources.distinfo.Mirror.add_repository">
<tt class="descname">add_repository</tt><big>(</big><em>proto</em>, <em>dir</em><big>)</big><a class="headerlink" href="#aptsources.distinfo.Mirror.add_repository" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="aptsources.distinfo.Mirror.get_location">
<tt class="descname">get_location</tt><big>(</big><big>)</big><a class="headerlink" href="#aptsources.distinfo.Mirror.get_location" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="aptsources.distinfo.Mirror.get_repo_urls">
<tt class="descname">get_repo_urls</tt><big>(</big><big>)</big><a class="headerlink" href="#aptsources.distinfo.Mirror.get_repo_urls" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="aptsources.distinfo.Mirror.get_repositories_for_proto">
<tt class="descname">get_repositories_for_proto</tt><big>(</big><em>proto</em><big>)</big><a class="headerlink" href="#aptsources.distinfo.Mirror.get_repositories_for_proto" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="aptsources.distinfo.Mirror.has_repository">
<tt class="descname">has_repository</tt><big>(</big><em>proto</em>, <em>dir</em><big>)</big><a class="headerlink" href="#aptsources.distinfo.Mirror.has_repository" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="aptsources.distinfo.Mirror.set_location">
<tt class="descname">set_location</tt><big>(</big><em>location</em><big>)</big><a class="headerlink" href="#aptsources.distinfo.Mirror.set_location" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<dl class="class">
<dt id="aptsources.distinfo.Repository">
<em class="property">class </em><tt class="descclassname">aptsources.distinfo.</tt><tt class="descname">Repository</tt><big>(</big><em>proto</em>, <em>dir</em><big>)</big><a class="headerlink" href="#aptsources.distinfo.Repository" title="Permalink to this definition"></a></dt>
<dd><dl class="method">
<dt id="aptsources.distinfo.Repository.get_info">
<tt class="descname">get_info</tt><big>(</big><big>)</big><a class="headerlink" href="#aptsources.distinfo.Repository.get_info" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="aptsources.distinfo.Repository.get_url">
<tt class="descname">get_url</tt><big>(</big><em>hostname</em><big>)</big><a class="headerlink" href="#aptsources.distinfo.Repository.get_url" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>

<dl class="class">
<dt id="aptsources.distinfo.Template">
<em class="property">class </em><tt class="descclassname">aptsources.distinfo.</tt><tt class="descname">Template</tt><a class="headerlink" href="#aptsources.distinfo.Template" title="Permalink to this definition"></a></dt>
<dd><dl class="method">
<dt id="aptsources.distinfo.Template.has_component">
<tt class="descname">has_component</tt><big>(</big><em>comp</em><big>)</big><a class="headerlink" href="#aptsources.distinfo.Template.has_component" title="Permalink to this definition"></a></dt>
<dd><p>Check if the distribution provides the given component</p>
</dd></dl>

<dl class="method">
<dt id="aptsources.distinfo.Template.is_mirror">
<tt class="descname">is_mirror</tt><big>(</big><em>url</em><big>)</big><a class="headerlink" href="#aptsources.distinfo.Template.is_mirror" title="Permalink to this definition"></a></dt>
<dd><p>Check if a given url of a repository is a valid mirror</p>
</dd></dl>

</dd></dl>

<dl class="function">
<dt id="aptsources.distinfo.split_url">
<tt class="descclassname">aptsources.distinfo.</tt><tt class="descname">split_url</tt><big>(</big><em>url</em><big>)</big><a class="headerlink" href="#aptsources.distinfo.split_url" title="Permalink to this definition"></a></dt>
<dd><p>split a given URL into the protocoll, the hostname and the dir part</p>
</dd></dl>

</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h4>Previous topic</h4>
  <p class="topless"><a href="apt.progress.gtk2.html"
                        title="previous chapter"><tt class="docutils literal"><span class="pre">apt.progress.gtk2</span></tt> &#8212; Progress reporting for GTK+ interfaces</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="aptsources.distro.html"
                        title="next chapter"><tt class="docutils literal"><span class="pre">aptsources.distro</span></tt> &#8212; Distribution abstraction of the sources.list</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="../_sources/library/aptsources.distinfo.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="../search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="aptsources.distro.html" title="aptsources.distro — Distribution abstraction of the sources.list"
             >next</a> |</li>
        <li class="right" >
          <a href="apt.progress.gtk2.html" title="apt.progress.gtk2 — Progress reporting for GTK+ interfaces"
             >previous</a> |</li>
        <li><img src="../_static/py.png" alt=""
                 style="vertical-align: middle; margin-top: -1px"/></li>
        <li><a href="../index.html">python-apt 0.9.3.12 documentation</a> &raquo;</li>

          <li><a href="index.html" >Python APT Library</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2009-2010, Julian Andres Klode &lt;jak@debian.org&gt;.
      Last updated on Jun 20, 2015.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
    </div>
  </body>
</html>