dev (3.14)
3.13
3.12
3.11
3.10
3.9
3.8.20
3.7
3.6
3.5
3.4
3.3
3.2
3.1
3.0
2.7
2.6
English
Spanish
French
Italian
Japanese
Korean
Polish
Brazilian Portuguese
Turkish
Simplified Chinese
Traditional Chinese
zh_cn
这个文档所针对的是一个已不再受支持的 Python 旧版本。 你应当升级版本,并阅读
Python 当前稳定版本的文档
.
导航
索引
模块
|
Python
»
English
Spanish
French
Italian
Japanese
Korean
Polish
Brazilian Portuguese
Turkish
Simplified Chinese
Traditional Chinese
zh_cn
dev (3.14)
3.13
3.12
3.11
3.10
3.9
3.8.20
3.7
3.6
3.5
3.4
3.3
3.2
3.1
3.0
2.7
2.6
3.8.20 Documentation
»
|
索引 – R
r"
raw string literal
r'
raw string literal
R_OK() (在 os 模块中)
radians() (在 math 模块中)
(在 turtle 模块中)
RadioButtonGroup (msilib 中的类)
radiogroup() (msilib.Dialog 方法)
radix() (decimal.Context 方法)
(decimal.Decimal 方法)
RADIXCHAR() (在 locale 模块中)
raise
语句
,
[1]
raise (2to3 fixer)
raise an exception
raise_on_defect (email.policy.Policy 属性)
raise_signal() (在 signal 模块中)
RAISE_VARARGS (opcode)
raising
exception
RAND_add() (在 ssl 模块中)
RAND_bytes() (在 ssl 模块中)
RAND_egd() (在 ssl 模块中)
RAND_pseudo_bytes() (在 ssl 模块中)
RAND_status() (在 ssl 模块中)
randbelow() (在 secrets 模块中)
randbits() (在 secrets 模块中)
randint() (在 random 模块中)
Random (random 中的类)
random (模块)
random() (在 random 模块中)
randrange() (在 random 模块中)
range
內置函数
对象
range (內置类)
RARROW() (在 token 模块中)
ratecv() (在 audioop 模块中)
ratio() (difflib.SequenceMatcher 方法)
Rational (numbers 中的类)
raw (io.BufferedIOBase 属性)
raw string
raw() (pickle.PickleBuffer 方法)
(在 curses 模块中)
raw_data_manager() (在 email.contentmanager 模块中)
raw_decode() (json.JSONDecoder 方法)
raw_input (2to3 fixer)
raw_input() (code.InteractiveConsole 方法)
RawArray() (在 multiprocessing.sharedctypes 模块中)
RawConfigParser (configparser 中的类)
RawDescriptionHelpFormatter (argparse 中的类)
RawIOBase (io 中的类)
RawPen (turtle 中的类)
RawTextHelpFormatter (argparse 中的类)
RawTurtle (turtle 中的类)
RawValue() (在 multiprocessing.sharedctypes 模块中)
RBRACE() (在 token 模块中)
rcpttos (smtpd.SMTPChannel 属性)
re
模块
,
[1]
re (re.Match 属性)
(模块)
read() (asyncio.StreamReader 方法)
(chunk.Chunk 方法)
(codecs.StreamReader 方法)
(configparser.ConfigParser 方法)
(http.client.HTTPResponse 方法)
(imaplib.IMAP4 方法)
(io.BufferedIOBase 方法)
(io.BufferedReader 方法)
(io.RawIOBase 方法)
(io.TextIOBase 方法)
(mimetypes.MimeTypes 方法)
(mmap.mmap 方法)
(ossaudiodev.oss_audio_device 方法)
(ssl.MemoryBIO 方法)
(ssl.SSLSocket 方法)
(urllib.robotparser.RobotFileParser 方法)
(zipfile.ZipFile 方法)
(在 os 模块中)
read1() (io.BufferedIOBase 方法)
(io.BufferedReader 方法)
(io.BytesIO 方法)
read_all() (telnetlib.Telnet 方法)
read_binary() (在 importlib.resources 模块中)
read_byte() (mmap.mmap 方法)
read_bytes() (pathlib.Path 方法)
(zipfile.Path 方法)
read_dict() (configparser.ConfigParser 方法)
read_eager() (telnetlib.Telnet 方法)
read_environ() (在 wsgiref.handlers 模块中)
read_events() (xml.etree.ElementTree.XMLPullParser 方法)
read_file() (configparser.ConfigParser 方法)
read_history_file() (在 readline 模块中)
read_init_file() (在 readline 模块中)
read_lazy() (telnetlib.Telnet 方法)
read_mime_types() (在 mimetypes 模块中)
READ_RESTRICTED
read_sb_data() (telnetlib.Telnet 方法)
read_some() (telnetlib.Telnet 方法)
read_string() (configparser.ConfigParser 方法)
read_text() (pathlib.Path 方法)
(zipfile.Path 方法)
(在 importlib.resources 模块中)
read_token() (shlex.shlex 方法)
read_until() (telnetlib.Telnet 方法)
read_very_eager() (telnetlib.Telnet 方法)
read_very_lazy() (telnetlib.Telnet 方法)
read_windows_registry() (mimetypes.MimeTypes 方法)
readable() (asyncore.dispatcher 方法)
(io.IOBase 方法)
READABLE() (在 tkinter 模块中)
readall() (io.RawIOBase 方法)
reader() (在 csv 模块中)
ReadError
readexactly() (asyncio.StreamReader 方法)
readfp() (configparser.ConfigParser 方法)
(mimetypes.MimeTypes 方法)
readframes() (aifc.aifc 方法)
(sunau.AU_read 方法)
(wave.Wave_read 方法)
readinto() (http.client.HTTPResponse 方法)
(io.BufferedIOBase 方法)
(io.RawIOBase 方法)
readinto1() (io.BufferedIOBase 方法)
(io.BytesIO 方法)
readline (模块)
readline() (asyncio.StreamReader 方法)
(codecs.StreamReader 方法)
(distutils.text_file.TextFile 方法)
(imaplib.IMAP4 方法)
(io.IOBase 方法)
(io.TextIOBase 方法)
(mmap.mmap 方法)
readlines() (codecs.StreamReader 方法)
(distutils.text_file.TextFile 方法)
(io.IOBase 方法)
readlink() (在 os 模块中)
readmodule() (在 pyclbr 模块中)
readmodule_ex() (在 pyclbr 模块中)
READONLY
readonly (memoryview 属性)
readPlist() (在 plistlib 模块中)
readPlistFromBytes() (在 plistlib 模块中)
ReadTransport (asyncio 中的类)
readuntil() (asyncio.StreamReader 方法)
readv() (在 os 模块中)
ready() (multiprocessing.pool.AsyncResult 方法)
Real (numbers 中的类)
real (numbers.Complex 属性)
Real Media File Format
real_max_memuse() (在 test.support 模块中)
real_quick_ratio() (difflib.SequenceMatcher 方法)
realloc()
realpath() (在 os.path 模块中)
REALTIME_PRIORITY_CLASS() (在 subprocess 模块中)
reap_children() (在 test.support 模块中)
reap_threads() (在 test.support 模块中)
reason (http.client.HTTPResponse 属性)
(ssl.SSLError 属性)
(UnicodeError 属性)
(urllib.error.HTTPError 属性)
(urllib.error.URLError 属性)
reattach() (tkinter.ttk.Treeview 方法)
rebinding
name
reccontrols() (ossaudiodev.oss_mixer_device 方法)
received_data (smtpd.SMTPChannel 属性)
received_lines (smtpd.SMTPChannel 属性)
recent() (imaplib.IMAP4 方法)
reconfigure() (io.TextIOWrapper 方法)
record_original_stdout() (在 test.support 模块中)
records (unittest.TestCase 属性)
rect() (在 cmath 模块中)
rectangle() (在 curses.textpad 模块中)
RecursionError
recursive_repr() (在 reprlib 模块中)
recv() (asyncore.dispatcher 方法)
(multiprocessing.connection.Connection 方法)
(socket.socket 方法)
recv_bytes() (multiprocessing.connection.Connection 方法)
recv_bytes_into() (multiprocessing.connection.Connection 方法)
recv_into() (socket.socket 方法)
recvfrom() (socket.socket 方法)
recvfrom_into() (socket.socket 方法)
recvmsg() (socket.socket 方法)
recvmsg_into() (socket.socket 方法)
redirect_request() (urllib.request.HTTPRedirectHandler 方法)
redirect_stderr() (在 contextlib 模块中)
redirect_stdout() (在 contextlib 模块中)
redisplay() (在 readline 模块中)
redrawln() (curses.window 方法)
redrawwin() (curses.window 方法)
reduce (2to3 fixer)
reduce() (在 functools 模块中)
reducer_override() (pickle.Pickler 方法)
ref (weakref 中的类)
refcount_test() (在 test.support 模块中)
reference
attribute
reference count -- 引用计数
reference counting
ReferenceError
ReferenceType() (在 weakref 模块中)
refold_source (email.policy.EmailPolicy 属性)
refresh() (curses.window 方法)
REG_BINARY() (在 winreg 模块中)
REG_DWORD() (在 winreg 模块中)
REG_DWORD_BIG_ENDIAN() (在 winreg 模块中)
REG_DWORD_LITTLE_ENDIAN() (在 winreg 模块中)
REG_EXPAND_SZ() (在 winreg 模块中)
REG_FULL_RESOURCE_DESCRIPTOR() (在 winreg 模块中)
REG_LINK() (在 winreg 模块中)
REG_MULTI_SZ() (在 winreg 模块中)
REG_NONE() (在 winreg 模块中)
REG_QWORD() (在 winreg 模块中)
REG_QWORD_LITTLE_ENDIAN() (在 winreg 模块中)
REG_RESOURCE_LIST() (在 winreg 模块中)
REG_RESOURCE_REQUIREMENTS_LIST() (在 winreg 模块中)
REG_SZ() (在 winreg 模块中)
register() (abc.ABCMeta 方法)
(multiprocessing.managers.BaseManager 方法)
(select.devpoll 方法)
(select.epoll 方法)
(select.poll 方法)
(selectors.BaseSelector 方法)
(在 atexit 模块中)
(在 codecs 模块中)
(在 faulthandler 模块中)
(在 webbrowser 模块中)
register_adapter() (在 sqlite3 模块中)
register_archive_format() (在 shutil 模块中)
register_at_fork() (在 os 模块中)
register_converter() (在 sqlite3 模块中)
register_defect() (email.policy.Policy 方法)
register_dialect() (在 csv 模块中)
register_error() (在 codecs 模块中)
register_function() (xmlrpc.server.CGIXMLRPCRequestHandler 方法)
(xmlrpc.server.SimpleXMLRPCServer 方法)
register_instance() (xmlrpc.server.CGIXMLRPCRequestHandler 方法)
(xmlrpc.server.SimpleXMLRPCServer 方法)
register_introspection_functions() (xmlrpc.server.CGIXMLRPCRequestHandler 方法)
(xmlrpc.server.SimpleXMLRPCServer 方法)
register_multicall_functions() (xmlrpc.server.CGIXMLRPCRequestHandler 方法)
(xmlrpc.server.SimpleXMLRPCServer 方法)
register_namespace() (在 xml.etree.ElementTree 模块中)
register_optionflag() (在 doctest 模块中)
register_shape() (在 turtle 模块中)
register_unpack_format() (在 shutil 模块中)
registerDOMImplementation() (在 xml.dom 模块中)
registerResult() (在 unittest 模块中)
regular
package
regular package -- 常规包
relative
import
URL
relative_to() (pathlib.PurePath 方法)
release() (_thread.lock 方法)
(asyncio.Condition 方法)
(asyncio.Lock 方法)
(asyncio.Semaphore 方法)
(logging.Handler 方法)
(memoryview 方法)
(multiprocessing.Lock 方法)
(multiprocessing.RLock 方法)
(pickle.PickleBuffer 方法)
(threading.Condition 方法)
(threading.Lock 方法)
(threading.RLock 方法)
(threading.Semaphore 方法)
(在 platform 模块中)
release_lock() (在 imp 模块中)
releasebufferproc (C 类型)
reload (2to3 fixer)
reload() (在 imp 模块中)
(在 importlib 模块中)
relpath() (在 os.path 模块中)
remainder() (decimal.Context 方法)
(在 math 模块中)
remainder_near() (decimal.Context 方法)
(decimal.Decimal 方法)
RemoteDisconnected
remove() (array.array 方法)
(collections.deque 方法)
(frozenset 方法)
(mailbox.Mailbox 方法)
(mailbox.MH 方法)
(sequence method)
(xml.etree.ElementTree.Element 方法)
(在 os 模块中)
remove_child_handler() (asyncio.AbstractChildWatcher 方法)
remove_done_callback() (asyncio.Future 方法)
(asyncio.Task 方法)
remove_flag() (mailbox.MaildirMessage 方法)
(mailbox.mboxMessage 方法)
(mailbox.MMDFMessage 方法)
remove_folder() (mailbox.Maildir 方法)
(mailbox.MH 方法)
remove_header() (urllib.request.Request 方法)
remove_history_item() (在 readline 模块中)
remove_label() (mailbox.BabylMessage 方法)
remove_option() (configparser.ConfigParser 方法)
(optparse.OptionParser 方法)
remove_pyc() (msilib.Directory 方法)
remove_reader() (asyncio.loop 方法)
remove_section() (configparser.ConfigParser 方法)
remove_sequence() (mailbox.MHMessage 方法)
remove_signal_handler() (asyncio.loop 方法)
remove_tree() (在 distutils.dir_util 模块中)
remove_writer() (asyncio.loop 方法)
removeAttribute() (xml.dom.Element 方法)
removeAttributeNode() (xml.dom.Element 方法)
removeAttributeNS() (xml.dom.Element 方法)
removeChild() (xml.dom.Node 方法)
removedirs() (在 os 模块中)
removeFilter() (logging.Handler 方法)
(logging.Logger 方法)
removeHandler() (logging.Logger 方法)
(在 unittest 模块中)
removeResult() (在 unittest 模块中)
removexattr() (在 os 模块中)
rename() (ftplib.FTP 方法)
(imaplib.IMAP4 方法)
(pathlib.Path 方法)
(在 os 模块中)
renames (2to3 fixer)
renames() (在 os 模块中)
reopenIfNeeded() (logging.handlers.WatchedFileHandler 方法)
reorganize() (dbm.gnu.gdbm 方法)
repeat() (timeit.Timer 方法)
(在 itertools 模块中)
(在 timeit 模块中)
repetition
operation
replace() (bytearray 方法)
(bytes 方法)
(curses.panel.Panel 方法)
(datetime.date 方法)
(datetime.datetime 方法)
(datetime.time 方法)
(inspect.Parameter 方法)
(inspect.Signature 方法)
(pathlib.Path 方法)
(str 方法)
(types.CodeType 方法)
(在 dataclasses 模块中)
(在 os 模块中)
replace_errors() (在 codecs 模块中)
replace_header() (email.message.EmailMessage 方法)
(email.message.Message 方法)
replace_history_item() (在 readline 模块中)
replace_whitespace (textwrap.TextWrapper 属性)
replaceChild() (xml.dom.Node 方法)
ReplacePackage() (在 modulefinder 模块中)
report() (filecmp.dircmp 方法)
(modulefinder.ModuleFinder 方法)
REPORT_CDIFF() (在 doctest 模块中)
report_failure() (doctest.DocTestRunner 方法)
report_full_closure() (filecmp.dircmp 方法)
REPORT_NDIFF() (在 doctest 模块中)
REPORT_ONLY_FIRST_FAILURE() (在 doctest 模块中)
report_partial_closure() (filecmp.dircmp 方法)
report_start() (doctest.DocTestRunner 方法)
report_success() (doctest.DocTestRunner 方法)
REPORT_UDIFF() (在 doctest 模块中)
report_unexpected_exception() (doctest.DocTestRunner 方法)
REPORTING_FLAGS() (在 doctest 模块中)
repr
內置函数
,
[1]
,
[2]
,
[3]
repr (2to3 fixer)
Repr (reprlib 中的类)
repr() (built-in function)
__repr__() (object method)
repr() (reprlib.Repr 方法)
(內置函数)
(在 reprlib 模块中)
repr1() (reprlib.Repr 方法)
representation
integer
reprfunc (C 类型)
reprlib (模块)
Request (urllib.request 中的类)
request() (http.client.HTTPConnection 方法)
request_queue_size (socketserver.BaseServer 属性)
request_rate() (urllib.robotparser.RobotFileParser 方法)
request_uri() (在 wsgiref.util 模块中)
request_version (http.server.BaseHTTPRequestHandler 属性)
RequestHandlerClass (socketserver.BaseServer 属性)
requestline (http.server.BaseHTTPRequestHandler 属性)
requires() (在 test.support 模块中)
requires_bz2() (在 test.support 模块中)
requires_docstrings() (在 test.support 模块中)
requires_freebsd_version() (在 test.support 模块中)
requires_gzip() (在 test.support 模块中)
requires_IEEE_754() (在 test.support 模块中)
requires_linux_version() (在 test.support 模块中)
requires_lzma() (在 test.support 模块中)
requires_mac_version() (在 test.support 模块中)
requires_resource() (在 test.support 模块中)
requires_zlib() (在 test.support 模块中)
reserved (zipfile.ZipInfo 属性)
reserved word
RESERVED_FUTURE() (在 uuid 模块中)
RESERVED_MICROSOFT() (在 uuid 模块中)
RESERVED_NCS() (在 uuid 模块中)
reset() (bdb.Bdb 方法)
(codecs.IncrementalDecoder 方法)
(codecs.IncrementalEncoder 方法)
(codecs.StreamReader 方法)
(codecs.StreamWriter 方法)
(contextvars.ContextVar 方法)
(html.parser.HTMLParser 方法)
(ossaudiodev.oss_audio_device 方法)
(pipes.Template 方法)
(threading.Barrier 方法)
(xdrlib.Packer 方法)
(xdrlib.Unpacker 方法)
(xml.dom.pulldom.DOMEventStream 方法)
(xml.sax.xmlreader.IncrementalParser 方法)
(在 turtle 模块中)
reset_mock() (unittest.mock.AsyncMock 方法)
(unittest.mock.Mock 方法)
reset_prog_mode() (在 curses 模块中)
reset_shell_mode() (在 curses 模块中)
resetbuffer() (code.InteractiveConsole 方法)
resetlocale() (在 locale 模块中)
resetscreen() (在 turtle 模块中)
resetty() (在 curses 模块中)
resetwarnings() (在 warnings 模块中)
resize() (curses.window 方法)
(mmap.mmap 方法)
(在 ctypes 模块中)
resize_term() (在 curses 模块中)
resizemode() (在 turtle 模块中)
resizeterm() (在 curses 模块中)
resolution (datetime.date 属性)
(datetime.datetime 属性)
(datetime.time 属性)
(datetime.timedelta 属性)
resolve() (pathlib.Path 方法)
resolve_bases() (在 types 模块中)
resolve_name() (在 importlib.util 模块中)
resolveEntity() (xml.sax.handler.EntityResolver 方法)
resource (模块)
Resource() (在 importlib.resources 模块中)
resource_path() (importlib.abc.ResourceReader 方法)
ResourceDenied
ResourceLoader (importlib.abc 中的类)
ResourceReader (importlib.abc 中的类)
ResourceWarning
response (nntplib.NNTPError 属性)
response() (imaplib.IMAP4 方法)
ResponseNotReady
responses (http.server.BaseHTTPRequestHandler 属性)
responses() (在 http.client 模块中)
restart (pdb command)
restore() (在 difflib 模块中)
RESTRICTED
restricted
execution
restype (ctypes._FuncPtr 属性)
result() (asyncio.Future 方法)
(asyncio.Task 方法)
(concurrent.futures.Future 方法)
results() (trace.Trace 方法)
resume_reading() (asyncio.ReadTransport 方法)
resume_writing() (asyncio.BaseProtocol 方法)
retr() (poplib.POP3 方法)
retrbinary() (ftplib.FTP 方法)
retrieve() (urllib.request.URLopener 方法)
retrlines() (ftplib.FTP 方法)
return
语句
,
[1]
,
[2]
return (pdb command)
return_annotation (inspect.Signature 属性)
return_ok() (http.cookiejar.CookiePolicy 方法)
RETURN_VALUE (opcode)
return_value (unittest.mock.Mock 属性)
returncode (asyncio.asyncio.subprocess.Process 属性)
(subprocess.CalledProcessError 属性)
(subprocess.CompletedProcess 属性)
(subprocess.Popen 属性)
retval (pdb command)
reverse() (array.array 方法)
(collections.deque 方法)
(sequence method)
(在 audioop 模块中)
reverse_order() (pstats.Stats 方法)
reverse_pointer (ipaddress.IPv4Address 属性)
(ipaddress.IPv6Address 属性)
reversed() (內置函数)
Reversible (collections.abc 中的类)
(typing 中的类)
revert() (http.cookiejar.FileCookieJar 方法)
rewind() (aifc.aifc 方法)
(sunau.AU_read 方法)
(wave.Wave_read 方法)
RFC
RFC 1014
,
[1]
RFC 1123
RFC 1321
RFC 1422
,
[1]
RFC 1521
,
[1]
,
[2]
RFC 1522
,
[1]
,
[2]
RFC 1524
,
[1]
RFC 1730
RFC 1738
RFC 1750
RFC 1766
,
[1]
RFC 1808
,
[1]
,
[2]
RFC 1832
,
[1]
RFC 1869
,
[1]
RFC 1870
,
[1]
,
[2]
RFC 1939
,
[1]
RFC 2033
RFC 2045
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
,
[8]
,
[9]
,
[10]
,
[11]
,
[12]
,
[13]
,
[14]
RFC 2045#section-6.8
RFC 2046
,
[1]
,
[2]
RFC 2047
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
,
[8]
,
[9]
,
[10]
,
[11]
,
[12]
RFC 2060
,
[1]
RFC 2068
RFC 2104
,
[1]
RFC 2109
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
,
[8]
,
[9]
,
[10]
,
[11]
,
[12]
,
[13]
,
[14]
RFC 2183
,
[1]
,
[2]
RFC 2231
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
,
[8]
,
[9]
,
[10]
,
[11]
,
[12]
,
[13]
,
[14]
RFC 2295
RFC 2342
,
[1]
RFC 2368
RFC 2373
,
[1]
,
[2]
RFC 2396
,
[1]
,
[2]
,
[3]
,
[4]
RFC 2397
RFC 2449
RFC 2487
RFC 2595
,
[1]
RFC 2616
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
,
[8]
,
[9]
RFC 2732
,
[1]
,
[2]
RFC 2818
,
[1]
RFC 2821
RFC 2822
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
,
[8]
,
[9]
,
[10]
,
[11]
,
[12]
,
[13]
,
[14]
,
[15]
,
[16]
,
[17]
,
[18]
RFC 2964
RFC 2965
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
,
[8]
,
[9]
,
[10]
,
[11]
,
[12]
,
[13]
,
[14]
,
[15]
,
[16]
,
[17]
,
[18]
,
[19]
RFC 2980
,
[1]
RFC 3171
RFC 3207
RFC 3280
RFC 3330
RFC 3339
RFC 3454
,
[1]
RFC 3490
,
[1]
,
[2]
,
[3]
RFC 3490#section-3.1
RFC 3492
,
[1]
RFC 3493
RFC 3501
RFC 3542
,
[1]
RFC 3548
,
[1]
,
[2]
,
[3]
,
[4]
RFC 3659
RFC 3879
RFC 3927
RFC 3977
,
[1]
,
[2]
,
[3]
,
[4]
RFC 3986
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
,
[8]
RFC 4086
RFC 4122
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
,
[8]
RFC 4180
RFC 4193
RFC 4217
RFC 4291
RFC 4380
RFC 4627
,
[1]
RFC 4642
RFC 4954
,
[1]
RFC 5161
,
[1]
RFC 5246
,
[1]
RFC 5280
,
[1]
,
[2]
,
[3]
,
[4]
RFC 5321
,
[1]
,
[2]
,
[3]
,
[4]
RFC 5322
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
,
[8]
,
[9]
,
[10]
,
[11]
,
[12]
,
[13]
,
[14]
,
[15]
,
[16]
,
[17]
,
[18]
,
[19]
,
[20]
,
[21]
,
[22]
,
[23]
RFC 5424
,
[1]
,
[2]
,
[3]
RFC 5424#section-6
RFC 5735
RFC 5891
RFC 5895
RFC 5929
RFC 6066
,
[1]
,
[2]
RFC 6125
,
[1]
RFC 6152
,
[1]
RFC 6531
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
,
[8]
RFC 6532
,
[1]
,
[2]
,
[3]
,
[4]
RFC 6585
RFC 6855
,
[1]
,
[2]
,
[3]
RFC 6856
,
[1]
RFC 7159
,
[1]
,
[2]
RFC 7230
,
[1]
RFC 7231
,
[1]
,
[2]
RFC 7238
RFC 7301
,
[1]
,
[2]
RFC 7525
RFC 7540
RFC 7693
RFC 7725
RFC 7914
RFC 821
,
[1]
RFC 822
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
,
[8]
,
[9]
,
[10]
,
[11]
RFC 8305
,
[1]
RFC 854
,
[1]
RFC 959
,
[1]
RFC 977
rfc2109 (http.cookiejar.Cookie 属性)
rfc2109_as_netscape (http.cookiejar.DefaultCookiePolicy 属性)
rfc2965 (http.cookiejar.CookiePolicy 属性)
rfc822_escape() (在 distutils.util 模块中)
RFC_4122() (在 uuid 模块中)
rfile (http.server.BaseHTTPRequestHandler 属性)
rfind() (bytearray 方法)
(bytes 方法)
(mmap.mmap 方法)
(str 方法)
rgb_to_hls() (在 colorsys 模块中)
rgb_to_hsv() (在 colorsys 模块中)
rgb_to_yiq() (在 colorsys 模块中)
rglob() (pathlib.Path 方法)
richcmpfunc (C 类型)
right (filecmp.dircmp 属性)
right() (在 turtle 模块中)
right_list (filecmp.dircmp 属性)
right_only (filecmp.dircmp 属性)
RIGHTSHIFT() (在 token 模块中)
RIGHTSHIFTEQUAL() (在 token 模块中)
rindex() (bytearray 方法)
(bytes 方法)
(str 方法)
rjust() (bytearray 方法)
(bytes 方法)
(str 方法)
rlcompleter (模块)
rlecode_hqx() (在 binascii 模块中)
rledecode_hqx() (在 binascii 模块中)
RLIM_INFINITY() (在 resource 模块中)
RLIMIT_AS() (在 resource 模块中)
RLIMIT_CORE() (在 resource 模块中)
RLIMIT_CPU() (在 resource 模块中)
RLIMIT_DATA() (在 resource 模块中)
RLIMIT_FSIZE() (在 resource 模块中)
RLIMIT_MEMLOCK() (在 resource 模块中)
RLIMIT_MSGQUEUE() (在 resource 模块中)
RLIMIT_NICE() (在 resource 模块中)
RLIMIT_NOFILE() (在 resource 模块中)
RLIMIT_NPROC() (在 resource 模块中)
RLIMIT_NPTS() (在 resource 模块中)
RLIMIT_OFILE() (在 resource 模块中)
RLIMIT_RSS() (在 resource 模块中)
RLIMIT_RTPRIO() (在 resource 模块中)
RLIMIT_RTTIME() (在 resource 模块中)
RLIMIT_SBSIZE() (在 resource 模块中)
RLIMIT_SIGPENDING() (在 resource 模块中)
RLIMIT_STACK() (在 resource 模块中)
RLIMIT_SWAP() (在 resource 模块中)
RLIMIT_VMEM() (在 resource 模块中)
RLock (multiprocessing 中的类)
(threading 中的类)
RLock() (multiprocessing.managers.SyncManager 方法)
rmd() (ftplib.FTP 方法)
rmdir() (pathlib.Path 方法)
(在 os 模块中)
(在 test.support 模块中)
RMFF
rms() (在 audioop 模块中)
rmtree() (在 shutil 模块中)
(在 test.support 模块中)
RobotFileParser (urllib.robotparser 中的类)
robots.txt
rollback() (sqlite3.Connection 方法)
ROT_FOUR (opcode)
ROT_THREE (opcode)
ROT_TWO (opcode)
rotate() (collections.deque 方法)
(decimal.Context 方法)
(decimal.Decimal 方法)
(logging.handlers.BaseRotatingHandler 方法)
RotatingFileHandler (logging.handlers 中的类)
rotation_filename() (logging.handlers.BaseRotatingHandler 方法)
rotator (logging.handlers.BaseRotatingHandler 属性)
round
內置函数
round() (內置函数)
ROUND_05UP() (在 decimal 模块中)
ROUND_CEILING() (在 decimal 模块中)
ROUND_DOWN() (在 decimal 模块中)
ROUND_FLOOR() (在 decimal 模块中)
ROUND_HALF_DOWN() (在 decimal 模块中)
ROUND_HALF_EVEN() (在 decimal 模块中)
ROUND_HALF_UP() (在 decimal 模块中)
ROUND_UP() (在 decimal 模块中)
Rounded (decimal 中的类)
Row (sqlite3 中的类)
row_factory (sqlite3.Connection 属性)
rowcount (sqlite3.Cursor 属性)
RPAR() (在 token 模块中)
rpartition() (bytearray 方法)
(bytes 方法)
(str 方法)
rpc_paths (xmlrpc.server.SimpleXMLRPCRequestHandler 属性)
rpop() (poplib.POP3 方法)
rset() (poplib.POP3 方法)
rshift() (在 operator 模块中)
rsplit() (bytearray 方法)
(bytes 方法)
(str 方法)
RSQB() (在 token 模块中)
rstrip() (bytearray 方法)
(bytes 方法)
(str 方法)
rt() (在 turtle 模块中)
RTLD_DEEPBIND() (在 os 模块中)
RTLD_GLOBAL() (在 os 模块中)
RTLD_LAZY() (在 os 模块中)
RTLD_LOCAL() (在 os 模块中)
RTLD_NODELETE() (在 os 模块中)
RTLD_NOLOAD() (在 os 模块中)
RTLD_NOW() (在 os 模块中)
ruler (cmd.Cmd 属性)
run (pdb command)
Run script
run() (bdb.Bdb 方法)
(contextvars.Context 方法)
(distutils.cmd.Command 方法)
(doctest.DocTestRunner 方法)
(multiprocessing.Process 方法)
(pdb.Pdb 方法)
(profile.Profile 方法)
(sched.scheduler 方法)
(test.support.BasicTestRunner 方法)
(threading.Thread 方法)
(trace.Trace 方法)
(unittest.IsolatedAsyncioTestCase 方法)
(unittest.TestCase 方法)
(unittest.TestSuite 方法)
(unittest.TextTestRunner 方法)
(wsgiref.handlers.BaseHandler 方法)
(在 asyncio 模块中)
(在 pdb 模块中)
(在 profile 模块中)
(在 subprocess 模块中)
run_coroutine_threadsafe() (在 asyncio 模块中)
run_docstring_examples() (在 doctest 模块中)
run_doctest() (在 test.support 模块中)
run_forever() (asyncio.loop 方法)
run_in_executor() (asyncio.loop 方法)
run_in_subinterp() (在 test.support 模块中)
run_module() (在 runpy 模块中)
run_path() (在 runpy 模块中)
run_python_until_end() (在 test.support.script_helper 模块中)
run_script() (modulefinder.ModuleFinder 方法)
run_setup() (在 distutils.core 模块中)
run_unittest() (在 test.support 模块中)
run_until_complete() (asyncio.loop 方法)
run_with_locale() (在 test.support 模块中)
run_with_tz() (在 test.support 模块中)
runcall() (bdb.Bdb 方法)
(pdb.Pdb 方法)
(profile.Profile 方法)
(在 pdb 模块中)
runcode() (code.InteractiveInterpreter 方法)
runctx() (bdb.Bdb 方法)
(profile.Profile 方法)
(trace.Trace 方法)
(在 profile 模块中)
runeval() (bdb.Bdb 方法)
(pdb.Pdb 方法)
(在 pdb 模块中)
runfunc() (trace.Trace 方法)
running() (concurrent.futures.Future 方法)
runpy (模块)
runsource() (code.InteractiveInterpreter 方法)
runtime_checkable() (在 typing 模块中)
runtime_library_dir_option() (distutils.ccompiler.CCompiler 方法)
RuntimeError
RuntimeWarning
RUSAGE_BOTH() (在 resource 模块中)
RUSAGE_CHILDREN() (在 resource 模块中)
RUSAGE_SELF() (在 resource 模块中)
RUSAGE_THREAD() (在 resource 模块中)
RWF_DSYNC() (在 os 模块中)
RWF_HIPRI() (在 os 模块中)
RWF_NOWAIT() (在 os 模块中)
RWF_SYNC() (在 os 模块中)
«
导航
索引
模块
|
Python
»
English
Spanish
French
Italian
Japanese
Korean
Polish
Brazilian Portuguese
Turkish
Simplified Chinese
Traditional Chinese
zh_cn
dev (3.14)
3.13
3.12
3.11
3.10
3.9
3.8.20
3.7
3.6
3.5
3.4
3.3
3.2
3.1
3.0
2.7
2.6
3.8.20 Documentation
»
|