X7ROOT File Manager
Current Path:
/usr/share/doc/python-docs-2.7.5/html
usr
/
share
/
doc
/
python-docs-2.7.5
/
html
/
📁
..
📄
.buildinfo
(230 B)
📁
_images
📁
_sources
📁
_static
📄
about.html
(7.49 KB)
📄
bugs.html
(9.83 KB)
📁
c-api
📄
contents.html
(391.2 KB)
📄
copyright.html
(5.79 KB)
📁
distutils
📄
download.html
(6.5 KB)
📁
extending
📁
faq
📄
genindex-A.html
(51.62 KB)
📄
genindex-B.html
(38.05 KB)
📄
genindex-C.html
(91.96 KB)
📄
genindex-D.html
(57.16 KB)
📄
genindex-E.html
(76.25 KB)
📄
genindex-F.html
(53.13 KB)
📄
genindex-G.html
(72.47 KB)
📄
genindex-H.html
(33.95 KB)
📄
genindex-I.html
(67.52 KB)
📄
genindex-J.html
(8.75 KB)
📄
genindex-K.html
(11.99 KB)
📄
genindex-L.html
(42.92 KB)
📄
genindex-M.html
(50.9 KB)
📄
genindex-N.html
(31.77 KB)
📄
genindex-O.html
(38.94 KB)
📄
genindex-P.html
(179.07 KB)
📄
genindex-Q.html
(10.93 KB)
📄
genindex-R.html
(75.57 KB)
📄
genindex-S.html
(120.13 KB)
📄
genindex-Symbols.html
(20.06 KB)
📄
genindex-T.html
(47.1 KB)
📄
genindex-U.html
(35.49 KB)
📄
genindex-V.html
(12.99 KB)
📄
genindex-W.html
(24.84 KB)
📄
genindex-X.html
(10.93 KB)
📄
genindex-Y.html
(7.58 KB)
📄
genindex-Z.html
(7.63 KB)
📄
genindex-_.html
(40.6 KB)
📄
genindex-all.html
(1.14 MB)
📄
genindex.html
(7.5 KB)
📄
glossary.html
(76.88 KB)
📁
howto
📄
index.html
(8.61 KB)
📁
install
📁
library
📄
license.html
(59.67 KB)
📄
modindex.html
(109.72 KB)
📄
objects.inv
(112.13 KB)
📄
py-modindex.html
(109.72 KB)
📁
reference
📄
search.html
(4.48 KB)
📄
searchindex.js
(992.24 KB)
📁
tutorial
📁
using
📁
whatsnew
Editing: genindex-Z.html
<!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.5 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: '2.7.5', 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> <script type="text/javascript" src="_static/sidebar.js"></script> <link rel="search" type="application/opensearchdescription+xml" title="Search within Python 2.7.5 documentation" href="_static/opensearch.xml"/> <link rel="author" title="About these documents" href="about.html" /> <link rel="copyright" title="Copyright" href="copyright.html" /> <link rel="top" title="Python 2.7.5 documentation" href="index.html" /> <link rel="shortcut icon" type="image/png" href="_static/py.png" /> <script type="text/javascript" src="_static/copybutton.js"></script> </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><img src="_static/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="http://www.python.org/">Python</a> »</li> <li> <a href="index.html">Python 2.7.5 documentation</a> » </li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <h1 id="index">Index – Z</h1> <table style="width: 100%" class="indextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="glossary.html#term-zen-of-python"><strong>Zen of Python</strong></a> </dt> <dt><a href="library/exceptions.html#exceptions.ZeroDivisionError">ZeroDivisionError</a> </dt> <dd><dl> <dt><a href="reference/expressions.html#index-54">exception</a> </dt> </dl></dd> <dt><a href="library/string.html#string.zfill">zfill() (in module string)</a> </dt> <dd><dl> <dt><a href="library/stdtypes.html#str.zfill">(str method)</a> </dt> </dl></dd> <dt><a href="library/2to3.html#2to3fixer-zip">zip (2to3 fixer)</a> </dt> <dt><a href="library/functions.html#zip">zip() (built-in function)</a> </dt> <dd><dl> <dt><a href="library/future_builtins.html#future_builtins.zip">(in module future_builtins)</a> </dt> </dl></dd> <dt><a href="library/zipfile.html#zipfile.ZIP_DEFLATED">ZIP_DEFLATED (in module zipfile)</a> </dt> <dt><a href="library/zipfile.html#zipfile.ZIP_STORED">ZIP_STORED (in module zipfile)</a> </dt> </dl></td> <td style="width: 33%" valign="top"><dl> <dt><a href="library/zipfile.html#zipfile.ZipFile">ZipFile (class in zipfile)</a> </dt> <dt><a href="library/zipfile.html#module-zipfile">zipfile (module)</a> </dt> <dt><a href="library/zipimport.html#module-zipimport">zipimport (module)</a> </dt> <dt><a href="library/zipimport.html#zipimport.zipimporter">zipimporter (class in zipimport)</a> </dt> <dt><a href="library/zipimport.html#zipimport.ZipImportError">ZipImportError</a> </dt> <dt><a href="library/zipfile.html#zipfile.ZipInfo">ZipInfo (class in zipfile)</a> </dt> <dt><a href="library/zlib.html#module-zlib">zlib (module)</a> </dt> </dl></td> </tr></table> </div> </div> </div> <div class="sphinxsidebar"> <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="genindex-V.html"><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="#"><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"> <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><img src="_static/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="http://www.python.org/">Python</a> »</li> <li> <a href="index.html">Python 2.7.5 documentation</a> » </li> </ul> </div> <div class="footer"> © <a href="copyright.html">Copyright</a> 1990-2020, Python Software Foundation. <br /> The Python Software Foundation is a non-profit corporation. <a href="http://www.python.org/psf/donations/">Please donate.</a> <br /> Last updated on Oct 13, 2020. <a href="bugs.html">Found a bug</a>? <br /> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3. </div> </body> </html>
Upload File
Create Folder