genindex.html 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>Index &#8212; Python 3.12.0 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
  8. <link rel="stylesheet" type="text/css" href="_static/pydoctheme.css?digest=b37c26da2f7529d09fe70b41c4b2133fe4931a90" />
  9. <link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="_static/pygments_dark.css" />
  10. <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
  11. <script src="_static/jquery.js"></script>
  12. <script src="_static/underscore.js"></script>
  13. <script src="_static/doctools.js"></script>
  14. <script src="_static/sidebar.js"></script>
  15. <link rel="search" type="application/opensearchdescription+xml"
  16. title="Search within Python 3.12.0 documentation"
  17. href="_static/opensearch.xml"/>
  18. <link rel="author" title="About these documents" href="about.html" />
  19. <link rel="index" title="Index" href="#" />
  20. <link rel="search" title="Search" href="search.html" />
  21. <link rel="copyright" title="Copyright" href="copyright.html" />
  22. <link rel="canonical" href="https://docs.python.org/3/genindex.html" />
  23. <style>
  24. @media only screen {
  25. table.full-width-table {
  26. width: 100%;
  27. }
  28. }
  29. </style>
  30. <link rel="stylesheet" href="_static/pydoctheme_dark.css" media="(prefers-color-scheme: dark)" id="pydoctheme_dark_css">
  31. <link rel="shortcut icon" type="image/png" href="_static/py.svg" />
  32. <script type="text/javascript" src="_static/copybutton.js"></script>
  33. <script type="text/javascript" src="_static/menu.js"></script>
  34. <script type="text/javascript" src="_static/themetoggle.js"></script>
  35. </head>
  36. <body>
  37. <div class="mobile-nav">
  38. <input type="checkbox" id="menuToggler" class="toggler__input" aria-controls="navigation"
  39. aria-pressed="false" aria-expanded="false" role="button" aria-label="Menu" />
  40. <nav class="nav-content" role="navigation">
  41. <label for="menuToggler" class="toggler__label">
  42. <span></span>
  43. </label>
  44. <span class="nav-items-wrapper">
  45. <a href="https://www.python.org/" class="nav-logo">
  46. <img src="_static/py.svg" alt="Logo"/>
  47. </a>
  48. <span class="version_switcher_placeholder"></span>
  49. <form role="search" class="search" action="search.html" method="get">
  50. <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" class="search-icon">
  51. <path fill-rule="nonzero" fill="currentColor" d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 001.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 00-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 005.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path>
  52. </svg>
  53. <input placeholder="Quick search" aria-label="Quick search" type="search" name="q" />
  54. <input type="submit" value="Go"/>
  55. </form>
  56. </span>
  57. </nav>
  58. <div class="menu-wrapper">
  59. <nav class="menu" role="navigation" aria-label="main navigation">
  60. <div class="language_switcher_placeholder"></div>
  61. <label class="theme-selector-label">
  62. Theme
  63. <select class="theme-selector" oninput="activateTheme(this.value)">
  64. <option value="auto" selected>Auto</option>
  65. <option value="light">Light</option>
  66. <option value="dark">Dark</option>
  67. </select>
  68. </label>
  69. </nav>
  70. </div>
  71. </div>
  72. <div class="related" role="navigation" aria-label="related navigation">
  73. <h3>Navigation</h3>
  74. <ul>
  75. <li class="right" style="margin-right: 10px">
  76. <a href="#" title="General Index"
  77. accesskey="I">index</a></li>
  78. <li class="right" >
  79. <a href="py-modindex.html" title="Python Module Index"
  80. >modules</a> |</li>
  81. <li><img src="_static/py.svg" alt="python logo" style="vertical-align: middle; margin-top: -1px"/></li>
  82. <li><a href="https://www.python.org/">Python</a> &#187;</li>
  83. <li class="switchers">
  84. <div class="language_switcher_placeholder"></div>
  85. <div class="version_switcher_placeholder"></div>
  86. </li>
  87. <li>
  88. </li>
  89. <li id="cpython-language-and-version">
  90. <a href="index.html">3.12.0 Documentation</a> &#187;
  91. </li>
  92. <li class="nav-item nav-item-this"><a href="">Index</a></li>
  93. <li class="right">
  94. <div class="inline-search" role="search">
  95. <form class="inline-search" action="search.html" method="get">
  96. <input placeholder="Quick search" aria-label="Quick search" type="search" name="q" />
  97. <input type="submit" value="Go" />
  98. </form>
  99. </div>
  100. |
  101. </li>
  102. <li class="right">
  103. <label class="theme-selector-label">
  104. Theme
  105. <select class="theme-selector" oninput="activateTheme(this.value)">
  106. <option value="auto" selected>Auto</option>
  107. <option value="light">Light</option>
  108. <option value="dark">Dark</option>
  109. </select>
  110. </label> |</li>
  111. </ul>
  112. </div>
  113. <div class="document">
  114. <div class="documentwrapper">
  115. <div class="bodywrapper">
  116. <div class="body" role="main">
  117. <h1 id="index">Index</h1>
  118. <p>Index pages by letter:</p>
  119. <div class="genindex-jumpbox">
  120. <p><a href="genindex-Symbols.html"><strong>Symbols</strong></a>
  121. | <a href="genindex-_.html"><strong>_</strong></a>
  122. | <a href="genindex-A.html"><strong>A</strong></a>
  123. | <a href="genindex-B.html"><strong>B</strong></a>
  124. | <a href="genindex-C.html"><strong>C</strong></a>
  125. | <a href="genindex-D.html"><strong>D</strong></a>
  126. | <a href="genindex-E.html"><strong>E</strong></a>
  127. | <a href="genindex-F.html"><strong>F</strong></a>
  128. | <a href="genindex-G.html"><strong>G</strong></a>
  129. | <a href="genindex-H.html"><strong>H</strong></a>
  130. | <a href="genindex-I.html"><strong>I</strong></a>
  131. | <a href="genindex-J.html"><strong>J</strong></a>
  132. | <a href="genindex-K.html"><strong>K</strong></a>
  133. | <a href="genindex-L.html"><strong>L</strong></a>
  134. | <a href="genindex-M.html"><strong>M</strong></a>
  135. | <a href="genindex-N.html"><strong>N</strong></a>
  136. | <a href="genindex-O.html"><strong>O</strong></a>
  137. | <a href="genindex-P.html"><strong>P</strong></a>
  138. | <a href="genindex-Q.html"><strong>Q</strong></a>
  139. | <a href="genindex-R.html"><strong>R</strong></a>
  140. | <a href="genindex-S.html"><strong>S</strong></a>
  141. | <a href="genindex-T.html"><strong>T</strong></a>
  142. | <a href="genindex-U.html"><strong>U</strong></a>
  143. | <a href="genindex-V.html"><strong>V</strong></a>
  144. | <a href="genindex-W.html"><strong>W</strong></a>
  145. | <a href="genindex-X.html"><strong>X</strong></a>
  146. | <a href="genindex-Y.html"><strong>Y</strong></a>
  147. | <a href="genindex-Z.html"><strong>Z</strong></a>
  148. </p>
  149. <p><a href="genindex-all.html"><strong>Full index on one page</strong>
  150. (can be huge)</a></p>
  151. </div>
  152. <div class="clearer"></div>
  153. </div>
  154. </div>
  155. </div>
  156. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  157. <div class="sphinxsidebarwrapper">
  158. </div>
  159. </div>
  160. <div class="clearer"></div>
  161. </div>
  162. <div class="related" role="navigation" aria-label="related navigation">
  163. <h3>Navigation</h3>
  164. <ul>
  165. <li class="right" style="margin-right: 10px">
  166. <a href="#" title="General Index"
  167. >index</a></li>
  168. <li class="right" >
  169. <a href="py-modindex.html" title="Python Module Index"
  170. >modules</a> |</li>
  171. <li><img src="_static/py.svg" alt="python logo" style="vertical-align: middle; margin-top: -1px"/></li>
  172. <li><a href="https://www.python.org/">Python</a> &#187;</li>
  173. <li class="switchers">
  174. <div class="language_switcher_placeholder"></div>
  175. <div class="version_switcher_placeholder"></div>
  176. </li>
  177. <li>
  178. </li>
  179. <li id="cpython-language-and-version">
  180. <a href="index.html">3.12.0 Documentation</a> &#187;
  181. </li>
  182. <li class="nav-item nav-item-this"><a href="">Index</a></li>
  183. <li class="right">
  184. <div class="inline-search" role="search">
  185. <form class="inline-search" action="search.html" method="get">
  186. <input placeholder="Quick search" aria-label="Quick search" type="search" name="q" />
  187. <input type="submit" value="Go" />
  188. </form>
  189. </div>
  190. |
  191. </li>
  192. <li class="right">
  193. <label class="theme-selector-label">
  194. Theme
  195. <select class="theme-selector" oninput="activateTheme(this.value)">
  196. <option value="auto" selected>Auto</option>
  197. <option value="light">Light</option>
  198. <option value="dark">Dark</option>
  199. </select>
  200. </label> |</li>
  201. </ul>
  202. </div>
  203. <div class="footer">
  204. &copy; <a href="copyright.html">Copyright</a> 2001-2023, Python Software Foundation.
  205. <br />
  206. This page is licensed under the Python Software Foundation License Version 2.
  207. <br />
  208. Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
  209. <br />
  210. See <a href="/license.html">History and License</a> for more information.<br />
  211. <br />
  212. The Python Software Foundation is a non-profit corporation.
  213. <a href="https://www.python.org/psf/donations/">Please donate.</a>
  214. <br />
  215. <br />
  216. Last updated on Oct 02, 2023.
  217. <a href="/bugs.html">Found a bug</a>?
  218. <br />
  219. Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.5.0.
  220. </div>
  221. </body>
  222. </html>