/usr/share/doc/python2.7/html/genindex-V.html is in python2.7-doc 2.7.15~rc1-1.
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 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 | <!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>Index — Python 2.7.15rc1 documentation</title>
<link rel="stylesheet" href="_static/classic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '2.7.15rc1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</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>
<script type="text/javascript" src="_static/sidebar.js"></script>
<link rel="search" type="application/opensearchdescription+xml"
title="Search within Python 2.7.15rc1 documentation"
href="_static/opensearch.xml"/>
<link rel="author" title="About these documents" href="about.html" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="copyright" title="Copyright" href="copyright.html" />
<link rel="shortcut icon" type="image/png" href="_static/py.png" />
<link rel="canonical" href="file:///usr/share/doc/python2.7/html/genindex-V.html" />
<script type="text/javascript" src="_static/copybutton.js"></script>
</head>
<body>
<div class="related" role="navigation" aria-label="related navigation">
<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><img src="_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://www.python.org/">Python</a> »</li>
<li>
<a href="index.html">Python 2.7.15rc1 documentation</a> »
</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<h1 id="index">Index – V</h1>
<table style="width: 100%" class="indextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="library/wsgiref.html#wsgiref.validate.validator">validator() (in module wsgiref.validate)</a>
</li>
<li>
value
<ul>
<li><a href="reference/compound_stmts.html#index-20">default parameter</a>
</li>
<li><a href="library/stdtypes.html#index-2">truth</a>
</li>
</ul></li>
<li><a href="library/cookie.html#Cookie.Morsel.value">value (Cookie.Morsel attribute)</a>
<ul>
<li><a href="library/cookielib.html#cookielib.Cookie.value">(cookielib.Cookie attribute)</a>
</li>
<li><a href="library/ctypes.html#ctypes._SimpleCData.value">(ctypes._SimpleCData attribute)</a>
</li>
<li><a href="library/xml.dom.html#xml.dom.Attr.value">(xml.dom.Attr attribute)</a>
</li>
</ul></li>
<li><a href="reference/datamodel.html#index-1">value of an object</a>
</li>
<li><a href="library/multiprocessing.html#multiprocessing.Value">Value() (in module multiprocessing)</a>
<ul>
<li><a href="library/multiprocessing.html#multiprocessing.sharedctypes.Value">(in module multiprocessing.sharedctypes)</a>
</li>
<li><a href="library/multiprocessing.html#multiprocessing.managers.SyncManager.Value">(multiprocessing.managers.SyncManager method)</a>
</li>
</ul></li>
<li><a href="library/cookie.html#Cookie.BaseCookie.value_decode">value_decode() (Cookie.BaseCookie method)</a>
</li>
<li><a href="library/cookie.html#Cookie.BaseCookie.value_encode">value_encode() (Cookie.BaseCookie method)</a>
</li>
<li><a href="library/exceptions.html#exceptions.ValueError">ValueError</a>
<ul>
<li><a href="reference/expressions.html#index-59">exception</a>
</li>
</ul></li>
<li><a href="library/weakref.html#weakref.WeakValueDictionary.valuerefs">valuerefs() (weakref.WeakValueDictionary method)</a>
</li>
<li>
values
<ul>
<li><a href="library/stdtypes.html#index-43">Boolean</a>
</li>
<li><a href="reference/simple_stmts.html#index-2">writing</a>, <a href="reference/simple_stmts.html#index-23">[1]</a>
</li>
</ul></li>
<li><a href="library/stdtypes.html#dict.values">values() (dict method)</a>
<ul>
<li><a href="library/email.message.html#email.message.Message.values">(email.message.Message method)</a>
</li>
<li><a href="library/mailbox.html#mailbox.Mailbox.values">(mailbox.Mailbox method)</a>
</li>
</ul></li>
<li><a href="library/collections.html#collections.ValuesView">ValuesView (class in collections)</a>
</li>
<li>
variable
<ul>
<li><a href="reference/executionmodel.html#index-7">free</a>, <a href="reference/simple_stmts.html#index-20">[1]</a>
</li>
</ul></li>
<li><a href="library/uuid.html#uuid.UUID.variant">variant (uuid.UUID attribute)</a>
</li>
<li><a href="library/gl.html#gl.varray">varray() (in module gl)</a>
</li>
<li><a href="library/functions.html#vars">vars() (built-in function)</a>
</li>
<li><a href="library/token.html#token.VBAR">VBAR (in module token)</a>
</li>
<li><a href="library/scrolledtext.html#ScrolledText.ScrolledText.vbar">vbar (ScrolledText.ScrolledText attribute)</a>
</li>
<li><a href="library/token.html#token.VBAREQUAL">VBAREQUAL (in module token)</a>
</li>
<li><a href="library/turtle.html#turtle.Vec2D">Vec2D (class in turtle)</a>
</li>
<li><a href="library/re.html#re.VERBOSE">VERBOSE (in module re)</a>
</li>
<li><a href="library/tabnanny.html#tabnanny.verbose">verbose (in module tabnanny)</a>
<ul>
<li><a href="library/test.html#test.support.verbose">(in module test.support)</a>
</li>
</ul></li>
<li><a href="library/smtplib.html#smtplib.SMTP.verify">verify() (smtplib.SMTP method)</a>
</li>
<li><a href="library/ssl.html#ssl.VERIFY_CRL_CHECK_CHAIN">VERIFY_CRL_CHECK_CHAIN (in module ssl)</a>
</li>
<li><a href="library/ssl.html#ssl.VERIFY_CRL_CHECK_LEAF">VERIFY_CRL_CHECK_LEAF (in module ssl)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="library/ssl.html#ssl.VERIFY_DEFAULT">VERIFY_DEFAULT (in module ssl)</a>
</li>
<li><a href="library/ssl.html#ssl.SSLContext.verify_flags">verify_flags (ssl.SSLContext attribute)</a>
</li>
<li><a href="library/ssl.html#ssl.SSLContext.verify_mode">verify_mode (ssl.SSLContext attribute)</a>
</li>
<li><a href="library/socketserver.html#SocketServer.BaseServer.verify_request">verify_request() (SocketServer.BaseServer method)</a>
</li>
<li><a href="library/ssl.html#ssl.VERIFY_X509_STRICT">VERIFY_X509_STRICT (in module ssl)</a>
</li>
<li><a href="library/ssl.html#ssl.VERIFY_X509_TRUSTED_FIRST">VERIFY_X509_TRUSTED_FIRST (in module ssl)</a>
</li>
<li><a href="library/cookielib.html#cookielib.Cookie.version">version (cookielib.Cookie attribute)</a>
<ul>
<li><a href="library/httplib.html#httplib.HTTPResponse.version">(httplib.HTTPResponse attribute)</a>
</li>
<li><a href="library/curses.html#curses.version">(in module curses)</a>
</li>
<li><a href="library/marshal.html#marshal.version">(in module marshal)</a>
</li>
<li><a href="library/sqlite3.html#sqlite3.version">(in module sqlite3)</a>
</li>
<li><a href="c-api/init.html#index-5">(in module sys)</a>, <a href="c-api/init.html#index-8">[1]</a>, <a href="c-api/init.html#index-9">[2]</a>, <a href="library/sys.html#sys.version">[3]</a>
</li>
<li><a href="library/urllib.html#urllib.URLopener.version">(urllib.URLopener attribute)</a>
</li>
<li><a href="library/uuid.html#uuid.UUID.version">(uuid.UUID attribute)</a>
</li>
</ul></li>
<li><a href="library/ensurepip.html#ensurepip.version">version() (in module ensurepip)</a>
<ul>
<li><a href="library/platform.html#platform.version">(in module platform)</a>
</li>
<li><a href="library/ssl.html#ssl.SSLSocket.version">(ssl.SSLSocket method)</a>
</li>
</ul></li>
<li><a href="library/sqlite3.html#sqlite3.version_info">version_info (in module sqlite3)</a>
<ul>
<li><a href="library/sys.html#sys.version_info">(in module sys)</a>
</li>
</ul></li>
<li><a href="library/basehttpserver.html#BaseHTTPServer.BaseHTTPRequestHandler.version_string">version_string() (BaseHTTPServer.BaseHTTPRequestHandler method)</a>
</li>
<li><a href="library/string.html#string.Formatter.vformat">vformat() (string.Formatter method)</a>
</li>
<li><a href="library/undoc.html#module-videoreader">videoreader (module)</a>
</li>
<li><a href="library/stdtypes.html#dict.viewitems">viewitems() (dict method)</a>
</li>
<li><a href="library/stdtypes.html#dict.viewkeys">viewkeys() (dict method)</a>
</li>
<li><a href="library/stdtypes.html#dict.viewvalues">viewvalues() (dict method)</a>
</li>
<li><a href="glossary.html#term-virtual-environment"><strong>virtual environment</strong></a>
</li>
<li><a href="glossary.html#term-virtual-machine"><strong>virtual machine</strong></a>
</li>
<li><a href="library/ast.html#ast.NodeVisitor.visit">visit() (ast.NodeVisitor method)</a>
</li>
<li><a href="c-api/gcsupport.html#c.visitproc">visitproc (C type)</a>
</li>
<li><a href="library/curses.html#curses.window.vline">vline() (curses.window method)</a>
</li>
<li><a href="library/exceptions.html#exceptions.VMSError">VMSError</a>
</li>
<li><a href="library/gl.html#gl.vnarray">vnarray() (in module gl)</a>
</li>
<li><a href="library/ftplib.html#ftplib.FTP.voidcmd">voidcmd() (ftplib.FTP method)</a>
</li>
<li><a href="library/zipfile.html#zipfile.ZipInfo.volume">volume (zipfile.ZipInfo attribute)</a>
</li>
<li><a href="library/random.html#random.vonmisesvariate">vonmisesvariate() (in module random)</a>
</li>
</ul></td>
</tr></table>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Index</h4>
<p><a href="genindex-Symbols.html"><strong>Symbols</strong></a>
| <a href="genindex-_.html"><strong>_</strong></a>
| <a href="genindex-A.html"><strong>A</strong></a>
| <a href="genindex-B.html"><strong>B</strong></a>
| <a href="genindex-C.html"><strong>C</strong></a>
| <a href="genindex-D.html"><strong>D</strong></a>
| <a href="genindex-E.html"><strong>E</strong></a>
| <a href="genindex-F.html"><strong>F</strong></a>
| <a href="genindex-G.html"><strong>G</strong></a>
| <a href="genindex-H.html"><strong>H</strong></a>
| <a href="genindex-I.html"><strong>I</strong></a>
| <a href="genindex-J.html"><strong>J</strong></a>
| <a href="genindex-K.html"><strong>K</strong></a>
| <a href="genindex-L.html"><strong>L</strong></a>
| <a href="genindex-M.html"><strong>M</strong></a>
| <a href="genindex-N.html"><strong>N</strong></a>
| <a href="genindex-O.html"><strong>O</strong></a>
| <a href="genindex-P.html"><strong>P</strong></a>
| <a href="genindex-Q.html"><strong>Q</strong></a>
| <a href="genindex-R.html"><strong>R</strong></a>
| <a href="genindex-S.html"><strong>S</strong></a>
| <a href="genindex-T.html"><strong>T</strong></a>
| <a href="genindex-U.html"><strong>U</strong></a>
| <a href="#"><strong>V</strong></a>
| <a href="genindex-W.html"><strong>W</strong></a>
| <a href="genindex-X.html"><strong>X</strong></a>
| <a href="genindex-Y.html"><strong>Y</strong></a>
| <a href="genindex-Z.html"><strong>Z</strong></a>
</p>
<p><a href="genindex-all.html"><strong>Full index on one page</strong></a></p>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<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><img src="_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://www.python.org/">Python</a> »</li>
<li>
<a href="index.html">Python 2.7.15rc1 documentation</a> »
</li>
</ul>
</div>
<div class="footer">
© <a href="copyright.html">Copyright</a> 1990-2018, Python Software Foundation.
<br />
The Python Software Foundation is a non-profit corporation.
<a href="https://www.python.org/psf/donations/">Please donate.</a>
<br />
Last updated on April 15, 2018.
<a href="bugs.html">Found a bug</a>?
<br />
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.6.7.
</div>
</body>
</html>
|