1 Star 0 Fork 2

YOUヾSMILE/Python3.7.9中文文档

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
genindex-H.html 36.70 KB
一键复制 编辑 原始数据 按行查看 历史
陈庆 提交于 2020-11-27 21:24 . init
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh_CN">
<head>
<meta charset="utf-8" />
<title>索引 &#8212; Python 3.7.9 文档</title>
<link rel="stylesheet" href="_static/pydoctheme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></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/language_data.js"></script>
<script type="text/javascript" src="_static/translations.js"></script>
<script type="text/javascript" src="_static/sidebar.js"></script>
<link rel="search" type="application/opensearchdescription+xml"
title="在 Python 3.7.9 文档 中搜索"
href="_static/opensearch.xml"/>
<link rel="author" title="关于这些文档" href="about.html" />
<link rel="index" title="索引" href="genindex.html" />
<link rel="search" title="搜索" href="search.html" />
<link rel="copyright" title="版权所有" href="copyright.html" />
<link rel="shortcut icon" type="image/png" href="_static/py.png" />
<link rel="canonical" href="https://docs.python.org/3/genindex-H.html" />
<script type="text/javascript" src="_static/copybutton.js"></script>
<style>
@media only screen {
table.full-width-table {
width: 100%;
}
}
</style>
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>导航</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="总目录"
accesskey="I">索引</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python 模块索引"
>模块</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> &#187;</li>
<li>
<a href="index.html">3.7.9 Documentation</a> &#187;
</li>
<li class="right">
<div class="inline-search" style="display: none" role="search">
<form class="inline-search" action="search.html" method="get">
<input placeholder="快速搜索" type="text" name="q" />
<input type="submit" value="转向" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('.inline-search').show(0);</script>
|
</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<h1 id="index">索引 &ndash; H</h1>
<table style="width: 100%" class="indextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="library/curses.html#curses.halfdelay">halfdelay() (在 curses 模块中)</a>
</li>
<li><a href="library/asyncio-eventloop.html#asyncio.Handle">Handle (asyncio 中的类)</a>
</li>
<li><a href="reference/executionmodel.html#index-13">handle an exception</a>
</li>
<li><a href="library/http.server.html#http.server.BaseHTTPRequestHandler.handle">handle() (http.server.BaseHTTPRequestHandler 方法)</a>
<ul>
<li><a href="library/logging.html#logging.Handler.handle">(logging.Handler 方法)</a>
</li>
<li><a href="library/logging.handlers.html#logging.handlers.QueueListener.handle">(logging.handlers.QueueListener 方法)</a>
</li>
<li><a href="library/logging.html#logging.Logger.handle">(logging.Logger 方法)</a>
</li>
<li><a href="library/logging.handlers.html#logging.NullHandler.handle">(logging.NullHandler 方法)</a>
</li>
<li><a href="library/socketserver.html#socketserver.BaseRequestHandler.handle">(socketserver.BaseRequestHandler 方法)</a>
</li>
<li><a href="library/wsgiref.html#wsgiref.simple_server.WSGIRequestHandler.handle">(wsgiref.simple_server.WSGIRequestHandler 方法)</a>
</li>
</ul></li>
<li><a href="library/asyncore.html#asyncore.dispatcher.handle_accept">handle_accept() (asyncore.dispatcher 方法)</a>
</li>
<li><a href="library/asyncore.html#asyncore.dispatcher.handle_accepted">handle_accepted() (asyncore.dispatcher 方法)</a>
</li>
<li><a href="library/html.parser.html#html.parser.HTMLParser.handle_charref">handle_charref() (html.parser.HTMLParser 方法)</a>
</li>
<li><a href="library/asyncore.html#asyncore.dispatcher.handle_close">handle_close() (asyncore.dispatcher 方法)</a>
</li>
<li><a href="library/html.parser.html#html.parser.HTMLParser.handle_comment">handle_comment() (html.parser.HTMLParser 方法)</a>
</li>
<li><a href="library/asyncore.html#asyncore.dispatcher.handle_connect">handle_connect() (asyncore.dispatcher 方法)</a>
</li>
<li><a href="library/html.parser.html#html.parser.HTMLParser.handle_data">handle_data() (html.parser.HTMLParser 方法)</a>
</li>
<li><a href="library/html.parser.html#html.parser.HTMLParser.handle_decl">handle_decl() (html.parser.HTMLParser 方法)</a>
</li>
<li><a href="library/email.policy.html#email.policy.Policy.handle_defect">handle_defect() (email.policy.Policy 方法)</a>
</li>
<li><a href="library/html.parser.html#html.parser.HTMLParser.handle_endtag">handle_endtag() (html.parser.HTMLParser 方法)</a>
</li>
<li><a href="library/html.parser.html#html.parser.HTMLParser.handle_entityref">handle_entityref() (html.parser.HTMLParser 方法)</a>
</li>
<li><a href="library/asyncore.html#asyncore.dispatcher.handle_error">handle_error() (asyncore.dispatcher 方法)</a>
<ul>
<li><a href="library/socketserver.html#socketserver.BaseServer.handle_error">(socketserver.BaseServer 方法)</a>
</li>
</ul></li>
<li><a href="library/http.server.html#http.server.BaseHTTPRequestHandler.handle_expect_100">handle_expect_100() (http.server.BaseHTTPRequestHandler 方法)</a>
</li>
<li><a href="library/asyncore.html#asyncore.dispatcher.handle_expt">handle_expt() (asyncore.dispatcher 方法)</a>
</li>
<li><a href="library/http.server.html#http.server.BaseHTTPRequestHandler.handle_one_request">handle_one_request() (http.server.BaseHTTPRequestHandler 方法)</a>
</li>
<li><a href="library/html.parser.html#html.parser.HTMLParser.handle_pi">handle_pi() (html.parser.HTMLParser 方法)</a>
</li>
<li><a href="library/asyncore.html#asyncore.dispatcher.handle_read">handle_read() (asyncore.dispatcher 方法)</a>
</li>
<li><a href="library/socketserver.html#socketserver.BaseServer.handle_request">handle_request() (socketserver.BaseServer 方法)</a>
<ul>
<li><a href="library/xmlrpc.server.html#xmlrpc.server.CGIXMLRPCRequestHandler.handle_request">(xmlrpc.server.CGIXMLRPCRequestHandler 方法)</a>
</li>
</ul></li>
<li><a href="library/html.parser.html#html.parser.HTMLParser.handle_startendtag">handle_startendtag() (html.parser.HTMLParser 方法)</a>
</li>
<li><a href="library/html.parser.html#html.parser.HTMLParser.handle_starttag">handle_starttag() (html.parser.HTMLParser 方法)</a>
</li>
<li><a href="library/socketserver.html#socketserver.BaseServer.handle_timeout">handle_timeout() (socketserver.BaseServer 方法)</a>
</li>
<li><a href="library/asyncore.html#asyncore.dispatcher.handle_write">handle_write() (asyncore.dispatcher 方法)</a>
</li>
<li><a href="library/logging.html#logging.Handler.handleError">handleError() (logging.Handler 方法)</a>
<ul>
<li><a href="library/logging.handlers.html#logging.handlers.SocketHandler.handleError">(logging.handlers.SocketHandler 方法)</a>
</li>
</ul></li>
<li>
handler
<ul>
<li><a href="reference/datamodel.html#index-62">exception</a>
</li>
</ul></li>
<li><a href="library/logging.html#logging.Handler">Handler (logging 中的类)</a>
</li>
<li><a href="library/cgitb.html#cgitb.handler">handler() (在 cgitb 模块中)</a>
</li>
<li><a href="library/statistics.html#statistics.harmonic_mean">harmonic_mean() (在 statistics 模块中)</a>
</li>
<li><a href="library/ssl.html#ssl.HAS_ALPN">HAS_ALPN() (在 ssl 模块中)</a>
</li>
<li><a href="library/symtable.html#symtable.SymbolTable.has_children">has_children() (symtable.SymbolTable 方法)</a>
</li>
<li><a href="library/curses.html#curses.has_colors">has_colors() (在 curses 模块中)</a>
</li>
<li><a href="library/ssl.html#ssl.HAS_ECDH">HAS_ECDH() (在 ssl 模块中)</a>
</li>
<li><a href="library/symtable.html#symtable.SymbolTable.has_exec">has_exec() (symtable.SymbolTable 方法)</a>
</li>
<li><a href="library/smtplib.html#smtplib.SMTP.has_extn">has_extn() (smtplib.SMTP 方法)</a>
</li>
<li><a href="distutils/apiref.html#distutils.ccompiler.CCompiler.has_function">has_function() (distutils.ccompiler.CCompiler 方法)</a>
</li>
<li><a href="library/csv.html#csv.Sniffer.has_header">has_header() (csv.Sniffer 方法)</a>
<ul>
<li><a href="library/urllib.request.html#urllib.request.Request.has_header">(urllib.request.Request 方法)</a>
</li>
</ul></li>
<li><a href="library/curses.html#curses.has_ic">has_ic() (在 curses 模块中)</a>
</li>
<li><a href="library/curses.html#curses.has_il">has_il() (在 curses 模块中)</a>
</li>
<li><a href="library/socket.html#socket.has_ipv6">has_ipv6() (在 socket 模块中)</a>
</li>
<li><a href="library/2to3.html#2to3fixer-has_key">has_key (2to3 fixer)</a>
</li>
<li><a href="library/curses.html#curses.has_key">has_key() (在 curses 模块中)</a>
</li>
<li><a href="library/importlib.html#importlib.machinery.ModuleSpec.has_location">has_location (importlib.machinery.ModuleSpec 属性)</a>
</li>
<li><a href="library/ssl.html#ssl.HAS_NEVER_CHECK_COMMON_NAME">HAS_NEVER_CHECK_COMMON_NAME() (在 ssl 模块中)</a>
</li>
<li><a href="library/http.cookiejar.html#http.cookiejar.Cookie.has_nonstandard_attr">has_nonstandard_attr() (http.cookiejar.Cookie 方法)</a>
</li>
<li><a href="library/ssl.html#ssl.HAS_NPN">HAS_NPN() (在 ssl 模块中)</a>
</li>
<li><a href="library/configparser.html#configparser.ConfigParser.has_option">has_option() (configparser.ConfigParser 方法)</a>
<ul>
<li><a href="library/optparse.html#optparse.OptionParser.has_option">(optparse.OptionParser 方法)</a>
</li>
</ul></li>
<li><a href="library/configparser.html#configparser.ConfigParser.has_section">has_section() (configparser.ConfigParser 方法)</a>
</li>
<li><a href="library/ssl.html#ssl.HAS_SNI">HAS_SNI() (在 ssl 模块中)</a>
</li>
<li><a href="library/ssl.html#ssl.HAS_SSLv2">HAS_SSLv2() (在 ssl 模块中)</a>
</li>
<li><a href="library/ssl.html#ssl.HAS_SSLv3">HAS_SSLv3() (在 ssl 模块中)</a>
</li>
<li><a href="library/ssl.html#ssl.SSLSession.has_ticket">has_ticket (ssl.SSLSession 属性)</a>
</li>
<li><a href="library/ssl.html#ssl.HAS_TLSv1">HAS_TLSv1() (在 ssl 模块中)</a>
</li>
<li><a href="library/ssl.html#ssl.HAS_TLSv1_1">HAS_TLSv1_1() (在 ssl 模块中)</a>
</li>
<li><a href="library/ssl.html#ssl.HAS_TLSv1_2">HAS_TLSv1_2() (在 ssl 模块中)</a>
</li>
<li><a href="library/ssl.html#ssl.HAS_TLSv1_3">HAS_TLSv1_3() (在 ssl 模块中)</a>
</li>
<li><a href="library/functions.html#hasattr">hasattr() (內置函数)</a>
</li>
<li><a href="library/xml.dom.html#xml.dom.Element.hasAttribute">hasAttribute() (xml.dom.Element 方法)</a>
</li>
<li><a href="library/xml.dom.html#xml.dom.Element.hasAttributeNS">hasAttributeNS() (xml.dom.Element 方法)</a>
</li>
<li><a href="library/xml.dom.html#xml.dom.Node.hasAttributes">hasAttributes() (xml.dom.Node 方法)</a>
</li>
<li><a href="library/xml.dom.html#xml.dom.Node.hasChildNodes">hasChildNodes() (xml.dom.Node 方法)</a>
</li>
<li><a href="library/dis.html#dis.hascompare">hascompare() (在 dis 模块中)</a>
</li>
<li><a href="library/dis.html#dis.hasconst">hasconst() (在 dis 模块中)</a>
</li>
<li><a href="library/xml.dom.html#xml.dom.DOMImplementation.hasFeature">hasFeature() (xml.dom.DOMImplementation 方法)</a>
</li>
<li><a href="library/dis.html#dis.hasfree">hasfree() (在 dis 模块中)</a>
</li>
<li>
hash
<ul>
<li><a href="c-api/object.html#index-6">內置函数</a>, <a href="c-api/typeobj.html#index-2">[1]</a>, <a href="library/stdtypes.html#index-20">[2]</a>, <a href="reference/datamodel.html#index-76">[3]</a>
</li>
</ul></li>
<li><a href="reference/lexical_analysis.html#index-4">hash character</a>
</li>
<li><a href="library/functions.html#hash">hash() (內置函数)</a>
</li>
<li><a href="glossary.html#term-hash-based-pyc"><strong>hash-based pyc -- 基于哈希的 pyc</strong></a>
</li>
<li><a href="library/hashlib.html#hashlib.hash.block_size">hash.block_size() (在 hashlib 模块中)</a>
</li>
<li><a href="library/hashlib.html#hashlib.hash.digest_size">hash.digest_size() (在 hashlib 模块中)</a>
</li>
<li><a href="library/sys.html#sys.hash_info">hash_info() (在 sys 模块中)</a>
</li>
<li><a href="reference/expressions.html#index-19">hashable</a>
</li>
<li><a href="library/collections.abc.html#collections.abc.Hashable">Hashable (collections.abc 中的类)</a>
<ul>
<li><a href="library/typing.html#typing.Hashable">(typing 中的类)</a>
</li>
</ul></li>
<li><a href="glossary.html#term-hashable"><strong>hashable -- 可哈希</strong></a>
</li>
<li><a href="library/logging.html#logging.Logger.hasHandlers">hasHandlers() (logging.Logger 方法)</a>
</li>
<li><a href="library/hashlib.html#module-hashlib">hashlib (模块)</a>
</li>
<li><a href="library/dis.html#dis.hasjabs">hasjabs() (在 dis 模块中)</a>
</li>
<li><a href="library/dis.html#dis.hasjrel">hasjrel() (在 dis 模块中)</a>
</li>
<li><a href="library/dis.html#dis.haslocal">haslocal() (在 dis 模块中)</a>
</li>
<li><a href="library/dis.html#dis.hasname">hasname() (在 dis 模块中)</a>
</li>
<li><a href="library/dis.html#opcode-HAVE_ARGUMENT">HAVE_ARGUMENT (opcode)</a>
</li>
<li><a href="library/decimal.html#decimal.HAVE_CONTEXTVAR">HAVE_CONTEXTVAR() (在 decimal 模块中)</a>
</li>
<li><a href="library/test.html#test.support.HAVE_DOCSTRINGS">HAVE_DOCSTRINGS() (在 test.support 模块中)</a>
</li>
<li><a href="library/decimal.html#decimal.HAVE_THREADS">HAVE_THREADS() (在 decimal 模块中)</a>
</li>
<li><a href="library/socket.html#socket.HCI_DATA_DIR">HCI_DATA_DIR() (在 socket 模块中)</a>
</li>
<li><a href="library/socket.html#socket.HCI_FILTER">HCI_FILTER() (在 socket 模块中)</a>
</li>
<li><a href="library/socket.html#socket.HCI_TIME_STAMP">HCI_TIME_STAMP() (在 socket 模块中)</a>
</li>
<li><a href="library/nntplib.html#nntplib.NNTP.head">head() (nntplib.NNTP 方法)</a>
</li>
<li><a href="library/email.header.html#email.header.Header">Header (email.header 中的类)</a>
</li>
<li><a href="library/email.charset.html#email.charset.Charset.header_encode">header_encode() (email.charset.Charset 方法)</a>
</li>
<li><a href="library/email.charset.html#email.charset.Charset.header_encode_lines">header_encode_lines() (email.charset.Charset 方法)</a>
</li>
<li><a href="library/email.charset.html#email.charset.Charset.header_encoding">header_encoding (email.charset.Charset 属性)</a>
</li>
<li><a href="library/email.policy.html#email.policy.EmailPolicy.header_factory">header_factory (email.policy.EmailPolicy 属性)</a>
</li>
<li><a href="library/email.policy.html#email.policy.Compat32.header_fetch_parse">header_fetch_parse() (email.policy.Compat32 方法)</a>
<ul>
<li><a href="library/email.policy.html#email.policy.EmailPolicy.header_fetch_parse">(email.policy.EmailPolicy 方法)</a>
</li>
<li><a href="library/email.policy.html#email.policy.Policy.header_fetch_parse">(email.policy.Policy 方法)</a>
</li>
</ul></li>
<li><a href="library/urllib.request.html#urllib.request.Request.header_items">header_items() (urllib.request.Request 方法)</a>
</li>
<li><a href="library/email.policy.html#email.policy.EmailPolicy.header_max_count">header_max_count() (email.policy.EmailPolicy 方法)</a>
<ul>
<li><a href="library/email.policy.html#email.policy.Policy.header_max_count">(email.policy.Policy 方法)</a>
</li>
</ul></li>
<li><a href="library/zipfile.html#zipfile.ZipInfo.header_offset">header_offset (zipfile.ZipInfo 属性)</a>
</li>
<li><a href="library/email.policy.html#email.policy.Compat32.header_source_parse">header_source_parse() (email.policy.Compat32 方法)</a>
<ul>
<li><a href="library/email.policy.html#email.policy.EmailPolicy.header_source_parse">(email.policy.EmailPolicy 方法)</a>
</li>
<li><a href="library/email.policy.html#email.policy.Policy.header_source_parse">(email.policy.Policy 方法)</a>
</li>
</ul></li>
<li><a href="library/email.policy.html#email.policy.Compat32.header_store_parse">header_store_parse() (email.policy.Compat32 方法)</a>
<ul>
<li><a href="library/email.policy.html#email.policy.EmailPolicy.header_store_parse">(email.policy.EmailPolicy 方法)</a>
</li>
<li><a href="library/email.policy.html#email.policy.Policy.header_store_parse">(email.policy.Policy 方法)</a>
</li>
</ul></li>
<li><a href="library/tarfile.html#tarfile.HeaderError">HeaderError</a>
</li>
<li><a href="library/email.errors.html#email.errors.HeaderParseError">HeaderParseError</a>
</li>
<li><a href="library/email.parser.html#email.parser.HeaderParser">HeaderParser (email.parser 中的类)</a>
</li>
<li><a href="library/email.headerregistry.html#email.headerregistry.HeaderRegistry">HeaderRegistry (email.headerregistry 中的类)</a>
</li>
<li>
headers
<ul>
<li><a href="library/cgi.html#index-0">MIME</a>, <a href="library/mimetypes.html#index-1">[1]</a>
</li>
</ul></li>
<li><a href="library/http.server.html#http.server.BaseHTTPRequestHandler.headers">headers (http.server.BaseHTTPRequestHandler 属性)</a>
<ul>
<li><a href="library/urllib.error.html#urllib.error.HTTPError.headers">(urllib.error.HTTPError 属性)</a>
</li>
</ul></li>
<li><a href="library/wsgiref.html#wsgiref.headers.Headers">Headers (wsgiref.headers 中的类)</a>
</li>
<li><a href="library/xmlrpc.client.html#xmlrpc.client.ProtocolError.headers">headers (xmlrpc.client.ProtocolError 属性)</a>
</li>
<li><a href="library/tkinter.ttk.html#tkinter.ttk.Treeview.heading">heading() (tkinter.ttk.Treeview 方法)</a>
<ul>
<li><a href="library/turtle.html#turtle.heading">(在 turtle 模块中)</a>
</li>
</ul></li>
<li><a href="library/heapq.html#heapq.heapify">heapify() (在 heapq 模块中)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="library/msvcrt.html#msvcrt.heapmin">heapmin() (在 msvcrt 模块中)</a>
</li>
<li><a href="library/heapq.html#heapq.heappop">heappop() (在 heapq 模块中)</a>
</li>
<li><a href="library/heapq.html#heapq.heappush">heappush() (在 heapq 模块中)</a>
</li>
<li><a href="library/heapq.html#heapq.heappushpop">heappushpop() (在 heapq 模块中)</a>
</li>
<li><a href="library/heapq.html#module-heapq">heapq (模块)</a>
</li>
<li><a href="library/heapq.html#heapq.heapreplace">heapreplace() (在 heapq 模块中)</a>
</li>
<li><a href="library/smtplib.html#smtplib.SMTP.helo">helo() (smtplib.SMTP 方法)</a>
</li>
<li>
help
<ul>
<li><a href="library/pydoc.html#index-0">online</a>
</li>
<li><a href="tutorial/stdlib.html#index-0">內置函数</a>
</li>
</ul></li>
<li><a href="library/optparse.html#optparse.Option.help">help (optparse.Option 属性)</a>
<ul>
<li><a href="library/pdb.html#pdbcommand-help">(pdb command)</a>
</li>
</ul></li>
<li><a href="library/nntplib.html#nntplib.NNTP.help">help() (nntplib.NNTP 方法)</a>
<ul>
<li><a href="library/functions.html#help">(內置函数)</a>
</li>
</ul></li>
<li><a href="library/socket.html#socket.herror">herror</a>
</li>
<li><a href="library/uuid.html#uuid.UUID.hex">hex (uuid.UUID 属性)</a>
</li>
<li><a href="library/stdtypes.html#bytearray.hex">hex() (bytearray 方法)</a>
<ul>
<li><a href="library/stdtypes.html#bytes.hex">(bytes 方法)</a>
</li>
<li><a href="library/stdtypes.html#float.hex">(float 方法)</a>
</li>
<li><a href="library/stdtypes.html#memoryview.hex">(memoryview 方法)</a>
</li>
<li><a href="library/functions.html#hex">(內置函数)</a>
</li>
</ul></li>
<li>
hexadecimal
<ul>
<li><a href="library/stdtypes.html#index-12">literals</a>
</li>
</ul></li>
<li><a href="reference/lexical_analysis.html#index-26">hexadecimal literal</a>
</li>
<li><a href="library/binhex.html#binhex.hexbin">hexbin() (在 binhex 模块中)</a>
</li>
<li><a href="library/hashlib.html#hashlib.hash.hexdigest">hexdigest() (hashlib.hash 方法)</a>
<ul>
<li><a href="library/hashlib.html#hashlib.shake.hexdigest">(hashlib.shake 方法)</a>
</li>
<li><a href="library/hmac.html#hmac.HMAC.hexdigest">(hmac.HMAC 方法)</a>
</li>
</ul></li>
<li><a href="library/string.html#string.hexdigits">hexdigits() (在 string 模块中)</a>
</li>
<li><a href="library/binascii.html#binascii.hexlify">hexlify() (在 binascii 模块中)</a>
</li>
<li><a href="library/sys.html#sys.hexversion">hexversion() (在 sys 模块中)</a>
</li>
<li><a href="library/curses.panel.html#curses.panel.Panel.hidden">hidden() (curses.panel.Panel 方法)</a>
</li>
<li><a href="library/curses.panel.html#curses.panel.Panel.hide">hide() (curses.panel.Panel 方法)</a>
<ul>
<li><a href="library/tkinter.ttk.html#tkinter.ttk.Notebook.hide">(tkinter.ttk.Notebook 方法)</a>
</li>
</ul></li>
<li><a href="library/http.cookiejar.html#http.cookiejar.CookiePolicy.hide_cookie2">hide_cookie2 (http.cookiejar.CookiePolicy 属性)</a>
</li>
<li><a href="library/turtle.html#turtle.hideturtle">hideturtle() (在 turtle 模块中)</a>
</li>
<li>
hierarchy
<ul>
<li><a href="reference/datamodel.html#index-4">type</a>
</li>
</ul></li>
<li><a href="library/xml.dom.html#xml.dom.HierarchyRequestErr">HierarchyRequestErr</a>
</li>
<li><a href="library/subprocess.html#subprocess.HIGH_PRIORITY_CLASS">HIGH_PRIORITY_CLASS() (在 subprocess 模块中)</a>
</li>
<li><a href="library/pickle.html#pickle.HIGHEST_PROTOCOL">HIGHEST_PROTOCOL() (在 pickle 模块中)</a>
</li>
<li><a href="library/winreg.html#winreg.HKEY_CLASSES_ROOT">HKEY_CLASSES_ROOT() (在 winreg 模块中)</a>
</li>
<li><a href="library/winreg.html#winreg.HKEY_CURRENT_CONFIG">HKEY_CURRENT_CONFIG() (在 winreg 模块中)</a>
</li>
<li><a href="library/winreg.html#winreg.HKEY_CURRENT_USER">HKEY_CURRENT_USER() (在 winreg 模块中)</a>
</li>
<li><a href="library/winreg.html#winreg.HKEY_DYN_DATA">HKEY_DYN_DATA() (在 winreg 模块中)</a>
</li>
<li><a href="library/winreg.html#winreg.HKEY_LOCAL_MACHINE">HKEY_LOCAL_MACHINE() (在 winreg 模块中)</a>
</li>
<li><a href="library/winreg.html#winreg.HKEY_PERFORMANCE_DATA">HKEY_PERFORMANCE_DATA() (在 winreg 模块中)</a>
</li>
<li><a href="library/winreg.html#winreg.HKEY_USERS">HKEY_USERS() (在 winreg 模块中)</a>
</li>
<li><a href="library/curses.html#curses.window.hline">hline() (curses.window 方法)</a>
</li>
<li><a href="library/tkinter.tix.html#tkinter.tix.HList">HList (tkinter.tix 中的类)</a>
</li>
<li><a href="library/colorsys.html#colorsys.hls_to_rgb">hls_to_rgb() (在 colorsys 模块中)</a>
</li>
<li><a href="library/hmac.html#module-hmac">hmac (模块)</a>
</li>
<li><a href="distutils/apiref.html#index-1">HOME</a>, <a href="install/index.html#index-4">[1]</a>, <a href="install/index.html#index-5">[2]</a>, <a href="library/os.path.html#index-14">[3]</a>, <a href="library/os.path.html#index-15">[4]</a>
</li>
<li><a href="library/pathlib.html#pathlib.Path.home">home() (pathlib.Path 类方法)</a>
<ul>
<li><a href="library/turtle.html#turtle.home">(在 turtle 模块中)</a>
</li>
</ul></li>
<li><a href="install/index.html#index-7">HOMEDRIVE</a>, <a href="library/os.path.html#index-18">[1]</a>
</li>
<li><a href="install/index.html#index-8">HOMEPATH</a>, <a href="library/os.path.html#index-17">[1]</a>
</li>
<li><a href="library/fileinput.html#fileinput.hook_compressed">hook_compressed() (在 fileinput 模块中)</a>
</li>
<li><a href="library/fileinput.html#fileinput.hook_encoded">hook_encoded() (在 fileinput 模块中)</a>
</li>
<li>
hooks
<ul>
<li><a href="reference/import.html#index-9">import</a>
</li>
<li><a href="reference/import.html#index-9">meta</a>
</li>
<li><a href="reference/import.html#index-9">path</a>
</li>
</ul></li>
<li><a href="library/urllib.request.html#urllib.request.Request.host">host (urllib.request.Request 属性)</a>
</li>
<li><a href="library/ipaddress.html#ipaddress.IPv4Network.hostmask">hostmask (ipaddress.IPv4Network 属性)</a>
<ul>
<li><a href="library/ipaddress.html#ipaddress.IPv6Network.hostmask">(ipaddress.IPv6Network 属性)</a>
</li>
</ul></li>
<li><a href="library/ssl.html#ssl.SSLContext.hostname_checks_common_name">hostname_checks_common_name (ssl.SSLContext 属性)</a>
</li>
<li><a href="library/netrc.html#netrc.netrc.hosts">hosts (netrc.netrc 属性)</a>
</li>
<li><a href="library/ipaddress.html#ipaddress.IPv4Network.hosts">hosts() (ipaddress.IPv4Network 方法)</a>
<ul>
<li><a href="library/ipaddress.html#ipaddress.IPv6Network.hosts">(ipaddress.IPv6Network 方法)</a>
</li>
</ul></li>
<li><a href="library/datetime.html#datetime.datetime.hour">hour (datetime.datetime 属性)</a>
<ul>
<li><a href="library/datetime.html#datetime.time.hour">(datetime.time 属性)</a>
</li>
</ul></li>
<li><a href="library/ctypes.html#ctypes.HRESULT">HRESULT (ctypes 中的类)</a>
</li>
<li><a href="library/subprocess.html#subprocess.STARTUPINFO.hStdError">hStdError (subprocess.STARTUPINFO 属性)</a>
</li>
<li><a href="library/subprocess.html#subprocess.STARTUPINFO.hStdInput">hStdInput (subprocess.STARTUPINFO 属性)</a>
</li>
<li><a href="library/subprocess.html#subprocess.STARTUPINFO.hStdOutput">hStdOutput (subprocess.STARTUPINFO 属性)</a>
</li>
<li><a href="library/colorsys.html#colorsys.hsv_to_rgb">hsv_to_rgb() (在 colorsys 模块中)</a>
</li>
<li><a href="library/turtle.html#turtle.ht">ht() (在 turtle 模块中)</a>
</li>
<li><a href="library/html.parser.html#index-0">HTML</a>, <a href="library/urllib.request.html#index-12">[1]</a>
</li>
<li><a href="library/html.html#module-html">html (模块)</a>
</li>
<li><a href="library/cgitb.html#cgitb.html">html() (在 cgitb 模块中)</a>
</li>
<li><a href="library/html.entities.html#module-html.entities">html.entities (模块)</a>
</li>
<li><a href="library/html.parser.html#module-html.parser">html.parser (模块)</a>
</li>
<li><a href="library/html.entities.html#html.entities.html5">html5() (在 html.entities 模块中)</a>
</li>
<li><a href="library/calendar.html#calendar.HTMLCalendar">HTMLCalendar (calendar 中的类)</a>
</li>
<li><a href="library/difflib.html#difflib.HtmlDiff">HtmlDiff (difflib 中的类)</a>
</li>
<li><a href="library/html.parser.html#html.parser.HTMLParser">HTMLParser (html.parser 中的类)</a>
</li>
<li><a href="library/socket.html#socket.htonl">htonl() (在 socket 模块中)</a>
</li>
<li><a href="library/socket.html#socket.htons">htons() (在 socket 模块中)</a>
</li>
<li>
HTTP
<ul>
<li><a href="library/http.html#index-0">http (standard module)</a>
</li>
<li><a href="library/http.client.html#index-0">http.client (standard module)</a>
</li>
<li><a href="library/cgi.html#index-0">protocol</a>, <a href="library/http.client.html#index-0">[1]</a>, <a href="library/http.html#index-0">[2]</a>, <a href="library/http.server.html#index-0">[3]</a>, <a href="library/urllib.request.html#index-11">[4]</a>, <a href="library/urllib.request.html#index-12">[5]</a>
</li>
</ul></li>
<li><a href="library/http.html#module-http">http (模块)</a>
</li>
<li><a href="library/email.policy.html#email.policy.HTTP">HTTP() (在 email.policy 模块中)</a>
</li>
<li><a href="library/http.client.html#module-http.client">http.client (模块)</a>
</li>
<li><a href="library/http.cookiejar.html#module-http.cookiejar">http.cookiejar (模块)</a>
</li>
<li><a href="library/http.cookies.html#module-http.cookies">http.cookies (模块)</a>
</li>
<li><a href="library/http.server.html#module-http.server">http.server (模块)</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.HTTPRedirectHandler.http_error_301">http_error_301() (urllib.request.HTTPRedirectHandler 方法)</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.HTTPRedirectHandler.http_error_302">http_error_302() (urllib.request.HTTPRedirectHandler 方法)</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.HTTPRedirectHandler.http_error_303">http_error_303() (urllib.request.HTTPRedirectHandler 方法)</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.HTTPRedirectHandler.http_error_307">http_error_307() (urllib.request.HTTPRedirectHandler 方法)</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.HTTPBasicAuthHandler.http_error_401">http_error_401() (urllib.request.HTTPBasicAuthHandler 方法)</a>
<ul>
<li><a href="library/urllib.request.html#urllib.request.HTTPDigestAuthHandler.http_error_401">(urllib.request.HTTPDigestAuthHandler 方法)</a>
</li>
</ul></li>
<li><a href="library/urllib.request.html#urllib.request.ProxyBasicAuthHandler.http_error_407">http_error_407() (urllib.request.ProxyBasicAuthHandler 方法)</a>
<ul>
<li><a href="library/urllib.request.html#urllib.request.ProxyDigestAuthHandler.http_error_407">(urllib.request.ProxyDigestAuthHandler 方法)</a>
</li>
</ul></li>
<li><a href="library/urllib.request.html#urllib.request.AbstractBasicAuthHandler.http_error_auth_reqed">http_error_auth_reqed() (urllib.request.AbstractBasicAuthHandler 方法)</a>
<ul>
<li><a href="library/urllib.request.html#urllib.request.AbstractDigestAuthHandler.http_error_auth_reqed">(urllib.request.AbstractDigestAuthHandler 方法)</a>
</li>
</ul></li>
<li><a href="library/urllib.request.html#urllib.request.BaseHandler.http_error_default">http_error_default() (urllib.request.BaseHandler 方法)</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.HTTPHandler.http_open">http_open() (urllib.request.HTTPHandler 方法)</a>
</li>
<li><a href="library/http.client.html#http.client.HTTP_PORT">HTTP_PORT() (在 http.client 模块中)</a>
</li>
<li><a href="howto/urllib2.html#index-3">http_proxy</a>, <a href="library/urllib.request.html#index-0">[1]</a>, <a href="library/urllib.request.html#index-9">[2]</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.HTTPErrorProcessor.http_response">http_response() (urllib.request.HTTPErrorProcessor 方法)</a>
</li>
<li><a href="library/wsgiref.html#wsgiref.handlers.BaseHandler.http_version">http_version (wsgiref.handlers.BaseHandler 属性)</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.HTTPBasicAuthHandler">HTTPBasicAuthHandler (urllib.request 中的类)</a>
</li>
<li><a href="library/http.client.html#http.client.HTTPConnection">HTTPConnection (http.client 中的类)</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.HTTPCookieProcessor">HTTPCookieProcessor (urllib.request 中的类)</a>
</li>
<li><a href="library/http.server.html#index-0">httpd</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.HTTPDefaultErrorHandler">HTTPDefaultErrorHandler (urllib.request 中的类)</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.HTTPDigestAuthHandler">HTTPDigestAuthHandler (urllib.request 中的类)</a>
</li>
<li><a href="library/urllib.error.html#urllib.error.HTTPError">HTTPError</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.HTTPErrorProcessor">HTTPErrorProcessor (urllib.request 中的类)</a>
</li>
<li><a href="library/http.client.html#http.client.HTTPException">HTTPException</a>
</li>
<li><a href="library/logging.handlers.html#logging.handlers.HTTPHandler">HTTPHandler (logging.handlers 中的类)</a>
<ul>
<li><a href="library/urllib.request.html#urllib.request.HTTPHandler">(urllib.request 中的类)</a>
</li>
</ul></li>
<li><a href="library/urllib.request.html#urllib.request.HTTPPasswordMgr">HTTPPasswordMgr (urllib.request 中的类)</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.HTTPPasswordMgrWithDefaultRealm">HTTPPasswordMgrWithDefaultRealm (urllib.request 中的类)</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.HTTPPasswordMgrWithPriorAuth">HTTPPasswordMgrWithPriorAuth (urllib.request 中的类)</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.HTTPRedirectHandler">HTTPRedirectHandler (urllib.request 中的类)</a>
</li>
<li><a href="library/http.client.html#http.client.HTTPResponse">HTTPResponse (http.client 中的类)</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.HTTPSHandler.https_open">https_open() (urllib.request.HTTPSHandler 方法)</a>
</li>
<li><a href="library/http.client.html#http.client.HTTPS_PORT">HTTPS_PORT() (在 http.client 模块中)</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.HTTPErrorProcessor.https_response">https_response() (urllib.request.HTTPErrorProcessor 方法)</a>
</li>
<li><a href="library/http.client.html#http.client.HTTPSConnection">HTTPSConnection (http.client 中的类)</a>
</li>
<li><a href="library/http.server.html#http.server.HTTPServer">HTTPServer (http.server 中的类)</a>
</li>
<li><a href="library/urllib.request.html#urllib.request.HTTPSHandler">HTTPSHandler (urllib.request 中的类)</a>
</li>
<li><a href="library/http.html#http.HTTPStatus">HTTPStatus (http 中的类)</a>
</li>
<li><a href="library/math.html#math.hypot">hypot() (在 math 模块中)</a>
</li>
</ul></td>
</tr></table>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>导航</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="总目录"
>索引</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python 模块索引"
>模块</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> &#187;</li>
<li>
<a href="index.html">3.7.9 Documentation</a> &#187;
</li>
<li class="right">
<div class="inline-search" style="display: none" role="search">
<form class="inline-search" action="search.html" method="get">
<input placeholder="快速搜索" type="text" name="q" />
<input type="submit" value="转向" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('.inline-search').show(0);</script>
|
</li>
</ul>
</div>
<div class="footer">
&copy; <a href="copyright.html">版权所有</a> 2001-2020, Python Software Foundation.
<br />
Python 软件基金会是一个非盈利组织。
<a href="https://www.python.org/psf/donations/">请捐助。</a>
<br />
最后更新于 10月 07, 2020.
<a href="bugs.html">发现了问题</a>
<br />
使用<a href="http://sphinx.pocoo.org/">Sphinx</a>2.3.1 创建。
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/miao-yongyong/python-3.7.9-docs-chinese.git
git@gitee.com:miao-yongyong/python-3.7.9-docs-chinese.git
miao-yongyong
python-3.7.9-docs-chinese
Python3.7.9中文文档
master

搜索帮助