这个文档所针对的是一个已不再受支持的 Python 旧版本。 你应当升级版本,并阅读
Python 当前稳定版本的文档
.
瀏覽
索引
模組
|
Python
»
3.5.10 Documentation
»
|
索引 – C
C
language
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
structures
C-contiguous
,
[1]
c_bool (ctypes 中的類別)
C_BUILTIN (於 imp 模組中)
c_byte (ctypes 中的類別)
c_char (ctypes 中的類別)
c_char_p (ctypes 中的類別)
c_contiguous (memoryview 的屬性)
c_double (ctypes 中的類別)
C_EXTENSION (於 imp 模組中)
c_float (ctypes 中的類別)
c_int (ctypes 中的類別)
c_int16 (ctypes 中的類別)
c_int32 (ctypes 中的類別)
c_int64 (ctypes 中的類別)
c_int8 (ctypes 中的類別)
c_long (ctypes 中的類別)
c_longdouble (ctypes 中的類別)
c_longlong (ctypes 中的類別)
c_short (ctypes 中的類別)
c_size_t (ctypes 中的類別)
c_ssize_t (ctypes 中的類別)
c_ubyte (ctypes 中的類別)
c_uint (ctypes 中的類別)
c_uint16 (ctypes 中的類別)
c_uint32 (ctypes 中的類別)
c_uint64 (ctypes 中的類別)
c_uint8 (ctypes 中的類別)
c_ulong (ctypes 中的類別)
c_ulonglong (ctypes 中的類別)
c_ushort (ctypes 中的類別)
c_void_p (ctypes 中的類別)
c_wchar (ctypes 中的類別)
c_wchar_p (ctypes 中的類別)
CAB (msilib 中的類別)
cache_from_source() (於 imp 模組中)
(於 importlib.util 模組中)
cached (importlib.machinery.ModuleSpec 的屬性)
CacheFTPHandler (urllib.request 中的類別)
calcsize() (於 struct 模組中)
Calendar (calendar 中的類別)
calendar (模組)
calendar() (於 calendar 模組中)
call
built-in function
built-in method
class instance
class object
,
[1]
,
[2]
function
,
[1]
,
[2]
instance
,
[1]
method
procedure
user-defined function
call() (於 subprocess 模組中)
(於 unittest.mock 模組中)
call_args (unittest.mock.Mock 的屬性)
call_args_list (unittest.mock.Mock 的屬性)
call_at() (asyncio.AbstractEventLoop 的成員函數)
call_count (unittest.mock.Mock 的屬性)
call_exception_handler() (asyncio.AbstractEventLoop 的成員函數)
CALL_FUNCTION (opcode)
CALL_FUNCTION_KW (opcode)
CALL_FUNCTION_VAR (opcode)
CALL_FUNCTION_VAR_KW (opcode)
call_later() (asyncio.AbstractEventLoop 的成員函數)
call_list() (unittest.mock.call 的成員函數)
call_soon() (asyncio.AbstractEventLoop 的成員函數)
call_soon_threadsafe() (asyncio.AbstractEventLoop 的成員函數)
call_tracing() (於 sys 模組中)
callable
物件
,
[1]
Callable (collections.abc 中的類別)
(於 typing 模組中)
callable() (內建函式)
CallableProxyType (於 weakref 模組中)
callback (optparse.Option 的屬性)
callback() (contextlib.ExitStack 的成員函數)
callback_args (optparse.Option 的屬性)
callback_kwargs (optparse.Option 的屬性)
callbacks (於 gc 模組中)
called (unittest.mock.Mock 的屬性)
CalledProcessError
calloc()
CAN_BCM (於 socket 模組中)
can_change_color() (於 curses 模組中)
can_fetch() (urllib.robotparser.RobotFileParser 的成員函數)
CAN_RAW_FD_FRAMES (於 socket 模組中)
can_symlink() (於 test.support 模組中)
can_write_eof() (asyncio.StreamWriter 的成員函數)
(asyncio.WriteTransport 的成員函數)
cancel() (asyncio.Future 的成員函數)
(asyncio.Handle 的成員函數)
(asyncio.Task 的成員函數)
(concurrent.futures.Future 的成員函數)
(sched.scheduler 的成員函數)
(threading.Timer 的成員函數)
cancel_dump_traceback_later() (於 faulthandler 模組中)
cancel_join_thread() (multiprocessing.Queue 的成員函數)
cancelled() (asyncio.Future 的成員函數)
(concurrent.futures.Future 的成員函數)
CancelledError
CannotSendHeader
CannotSendRequest
canonic() (bdb.Bdb 的成員函數)
canonical() (decimal.Context 的成員函數)
(decimal.Decimal 的成員函數)
capa() (poplib.POP3 的成員函數)
capitalize() (bytearray 的方法)
(bytes 的方法)
(str 的方法)
Capsule
物件
captured_stderr() (於 test.support 模組中)
captured_stdin() (於 test.support 模組中)
captured_stdout() (於 test.support 模組中)
captureWarnings() (於 logging 模組中)
capwords() (於 string 模組中)
casefold() (str 的方法)
cast() (memoryview 的方法)
(於 ctypes 模組中)
(於 typing 模組中)
cat() (於 nis 模組中)
catch_warnings (warnings 中的類別)
category() (於 unicodedata 模組中)
cbreak() (於 curses 模組中)
CC
ccc() (ftplib.FTP_TLS 的成員函數)
CCompiler (distutils.ccompiler 中的類別)
CDLL (ctypes 中的類別)
ceil() (in module math)
(於 math 模組中)
center() (bytearray 的方法)
(bytes 的方法)
(str 的方法)
CERT_NONE (於 ssl 模組中)
CERT_OPTIONAL (於 ssl 模組中)
CERT_REQUIRED (於 ssl 模組中)
cert_store_stats() (ssl.SSLContext 的成員函數)
cert_time_to_seconds() (於 ssl 模組中)
CertificateError
certificates
CFLAGS
,
[1]
,
[2]
CFUNCTYPE() (於 ctypes 模組中)
CGI
debugging
exceptions
protocol
security
tracebacks
cgi (模組)
cgi_directories (http.server.CGIHTTPRequestHandler 的屬性)
CGIHandler (wsgiref.handlers 中的類別)
CGIHTTPRequestHandler (http.server 中的類別)
cgitb (模組)
CGIXMLRPCRequestHandler (xmlrpc.server 中的類別)
chain() (於 itertools 模組中)
chaining
comparisons
,
[1]
exception
ChainMap (collections 中的類別)
change_cwd() (於 test.support 模組中)
change_root() (於 distutils.util 模組中)
CHANNEL_BINDING_TYPES (於 ssl 模組中)
channel_class (smtpd.SMTPServer 的屬性)
channels() (ossaudiodev.oss_audio_device 的成員函數)
CHAR_MAX (於 locale 模組中)
character
,
[1]
,
[2]
CharacterDataHandler() (xml.parsers.expat.xmlparser 的成員函數)
characters() (xml.sax.handler.ContentHandler 的成員函數)
characters_written (BlockingIOError 的屬性)
Charset (email.charset 中的類別)
charset() (gettext.NullTranslations 的成員函數)
chdir() (於 os 模組中)
check (lzma.LZMADecompressor 的屬性)
check() (imaplib.IMAP4 的成員函數)
(於 tabnanny 模組中)
check_call() (於 subprocess 模組中)
check_environ() (於 distutils.util 模組中)
check_hostname (ssl.SSLContext 的屬性)
check_output() (doctest.OutputChecker 的成員函數)
(於 subprocess 模組中)
check_returncode() (subprocess.CompletedProcess 的成員函數)
check_unused_args() (string.Formatter 的成員函數)
check_warnings() (於 test.support 模組中)
checkbox() (msilib.Dialog 的成員函數)
checkcache() (於 linecache 模組中)
checkfuncname() (於 bdb 模組中)
CheckList (tkinter.tix 中的類別)
checksum
Cyclic Redundancy Check
chflags() (於 os 模組中)
chgat() (curses.window 的成員函數)
childNodes (xml.dom.Node 的屬性)
ChildProcessError
chmod() (pathlib.Path 的成員函數)
(於 os 模組中)
choice() (於 random 模組中)
choices (optparse.Option 的屬性)
chown() (於 os 模組中)
(於 shutil 模組中)
chr
內建函式
chr() (內建函式)
chroot() (於 os 模組中)
Chunk (chunk 中的類別)
chunk (模組)
cipher
DES
cipher() (ssl.SSLSocket 的成員函數)
circle() (於 turtle 模組中)
CIRCUMFLEX (於 token 模組中)
CIRCUMFLEXEQUAL (於 token 模組中)
Clamped (decimal 中的類別)
class
attribute
attribute assignment
constructor
definition
,
[1]
instance
name
物件
,
[1]
,
[2]
陳述式
Class (symtable 中的類別)
class -- 类
Class browser
class instance
attribute
attribute assignment
call
物件
,
[1]
,
[2]
class object
call
,
[1]
,
[2]
classmethod
內建函式
classmethod() (內建函式)
ClassVar (於 typing 模組中)
clause
CLD_CONTINUED (於 os 模組中)
CLD_DUMPED (於 os 模組中)
CLD_EXITED (於 os 模組中)
CLD_TRAPPED (於 os 模組中)
clean() (mailbox.Maildir 的成員函數)
cleandoc() (於 inspect 模組中)
cleanup functions
clear (pdb command)
Clear Breakpoint
clear() (asyncio.Event 的成員函數)
(collections.deque 的成員函數)
(curses.window 的成員函數)
(dict 的方法)
(email.message.EmailMessage 的成員函數)
(frame 的方法)
(frozenset 的方法)
(http.cookiejar.CookieJar 的成員函數)
(mailbox.Mailbox 的成員函數)
(sequence method)
(threading.Event 的成員函數)
(xml.etree.ElementTree.Element 的成員函數)
(於 turtle 模組中)
,
[1]
clear_all_breaks() (bdb.Bdb 的成員函數)
clear_all_file_breaks() (bdb.Bdb 的成員函數)
clear_bpbynumber() (bdb.Bdb 的成員函數)
clear_break() (bdb.Bdb 的成員函數)
clear_cache() (於 filecmp 模組中)
clear_content() (email.message.EmailMessage 的成員函數)
clear_flags() (decimal.Context 的成員函數)
clear_frames() (於 traceback 模組中)
clear_history() (於 readline 模組中)
clear_session_cookies() (http.cookiejar.CookieJar 的成員函數)
clear_traces() (於 tracemalloc 模組中)
clear_traps() (decimal.Context 的成員函數)
clearcache() (於 linecache 模組中)
ClearData() (msilib.Record 的成員函數)
clearok() (curses.window 的成員函數)
clearscreen() (於 turtle 模組中)
clearstamp() (於 turtle 模組中)
clearstamps() (於 turtle 模組中)
Client() (於 multiprocessing.connection 模組中)
client_address (http.server.BaseHTTPRequestHandler 的屬性)
clock() (於 time 模組中)
clock_getres() (於 time 模組中)
clock_gettime() (於 time 模組中)
CLOCK_HIGHRES (於 time 模組中)
CLOCK_MONOTONIC (於 time 模組中)
CLOCK_MONOTONIC_RAW (於 time 模組中)
CLOCK_PROCESS_CPUTIME_ID (於 time 模組中)
CLOCK_REALTIME (於 time 模組中)
clock_settime() (於 time 模組中)
CLOCK_THREAD_CPUTIME_ID (於 time 模組中)
clone() (email.generator.BytesGenerator 的成員函數)
(email.generator.Generator 的成員函數)
(email.policy.Policy 的成員函數)
(pipes.Template 的成員函數)
(於 turtle 模組中)
cloneNode() (xml.dom.Node 的成員函數)
close() (aifc.aifc 的成員函數)
,
[1]
(asyncio.AbstractEventLoop 的成員函數)
(asyncio.BaseSubprocessTransport 的成員函數)
(asyncio.BaseTransport 的成員函數)
(asyncio.Server 的成員函數)
(asyncio.StreamWriter 的成員函數)
(asyncore.dispatcher 的成員函數)
(chunk.Chunk 的成員函數)
(contextlib.ExitStack 的成員函數)
(coroutine 的方法)
(dbm.dumb.dumbdbm 的成員函數)
(dbm.gnu.gdbm 的成員函數)
(dbm.ndbm.ndbm 的成員函數)
(distutils.text_file.TextFile 的成員函數)
(email.parser.FeedParser 的成員函數)
(ftplib.FTP 的成員函數)
(generator 的方法)
(html.parser.HTMLParser 的成員函數)
(http.client.HTTPConnection 的成員函數)
(imaplib.IMAP4 的成員函數)
(in module os)
(io.IOBase 的成員函數)
(logging.FileHandler 的成員函數)
(logging.Handler 的成員函數)
(logging.handlers.MemoryHandler 的成員函數)
(logging.handlers.NTEventLogHandler 的成員函數)
(logging.handlers.SocketHandler 的成員函數)
(logging.handlers.SysLogHandler 的成員函數)
(mailbox.MH 的成員函數)
(mailbox.Mailbox 的成員函數)
(mailbox.Maildir 的成員函數)
(mmap.mmap 的成員函數)
Close() (msilib.View 的成員函數)
close() (multiprocessing.Connection 的成員函數)
(multiprocessing.Queue 的成員函數)
(multiprocessing.connection.Listener 的成員函數)
(multiprocessing.pool.Pool 的成員函數)
(ossaudiodev.oss_audio_device 的成員函數)
(ossaudiodev.oss_mixer_device 的成員函數)
(select.devpoll 的成員函數)
(select.epoll 的成員函數)
(select.kqueue 的成員函數)
(selectors.BaseSelector 的成員函數)
(shelve.Shelf 的成員函數)
(socket.socket 的成員函數)
(sqlite3.Connection 的成員函數)
(sqlite3.Cursor 的成員函數)
(sunau.AU_read 的成員函數)
(sunau.AU_write 的成員函數)
(tarfile.TarFile 的成員函數)
(telnetlib.Telnet 的成員函數)
(urllib.request.BaseHandler 的成員函數)
(wave.Wave_read 的成員函數)
(wave.Wave_write 的成員函數)
Close() (winreg.PyHKEY 的成員函數)
close() (xml.etree.ElementTree.TreeBuilder 的成員函數)
(xml.etree.ElementTree.XMLParser 的成員函數)
(xml.etree.ElementTree.XMLPullParser 的成員函數)
(xml.sax.xmlreader.IncrementalParser 的成員函數)
(zipfile.ZipFile 的成員函數)
(於 fileinput 模組中)
(於 os 模組中)
close_connection (http.server.BaseHTTPRequestHandler 的屬性)
close_when_done() (asynchat.async_chat 的成員函數)
closed (http.client.HTTPResponse 的屬性)
(io.IOBase 的屬性)
(mmap.mmap 的屬性)
(ossaudiodev.oss_audio_device 的屬性)
(select.devpoll 的屬性)
(select.epoll 的屬性)
(select.kqueue 的屬性)
CloseKey() (於 winreg 模組中)
closelog() (於 syslog 模組中)
closerange() (於 os 模組中)
closing() (於 contextlib 模組中)
clrtobot() (curses.window 的成員函數)
clrtoeol() (curses.window 的成員函數)
cmath (模組)
cmd
模組
Cmd (cmd 中的類別)
cmd (subprocess.CalledProcessError 的屬性)
(subprocess.TimeoutExpired 的屬性)
(模組)
cmdloop() (cmd.Cmd 的成員函數)
cmdqueue (cmd.Cmd 的屬性)
cmp() (於 filecmp 模組中)
cmp_op (於 dis 模組中)
cmp_to_key() (於 functools 模組中)
cmpfiles() (於 filecmp 模組中)
CMSG_LEN() (於 socket 模組中)
CMSG_SPACE() (於 socket 模組中)
co_argcount (code object attribute)
co_cellvars (code object attribute)
co_code (code object attribute)
co_consts (code object attribute)
CO_COROUTINE (於 inspect 模組中)
co_filename (code object attribute)
co_firstlineno (code object attribute)
co_flags (code object attribute)
co_freevars (code object attribute)
CO_FUTURE_DIVISION (C 變數)
CO_GENERATOR (於 inspect 模組中)
CO_ITERABLE_COROUTINE (於 inspect 模組中)
co_lnotab (code object attribute)
co_name (code object attribute)
co_names (code object attribute)
CO_NESTED (於 inspect 模組中)
CO_NEWLOCALS (於 inspect 模組中)
co_nlocals (code object attribute)
CO_NOFREE (於 inspect 模組中)
CO_OPTIMIZED (於 inspect 模組中)
co_stacksize (code object attribute)
CO_VARARGS (於 inspect 模組中)
CO_VARKEYWORDS (於 inspect 模組中)
co_varnames (code object attribute)
code
block
code (SystemExit 的屬性)
(urllib.error.HTTPError 的屬性)
(xml.etree.ElementTree.ParseError 的屬性)
(xml.parsers.expat.ExpatError 的屬性)
(模組)
code object
,
[1]
,
[2]
,
[3]
code_info() (於 dis 模組中)
CodecInfo (codecs 中的類別)
Codecs
decode
encode
codecs (模組)
coded_value (http.cookies.Morsel 的屬性)
codeop (模組)
codepoint2name (於 html.entities 模組中)
codes (於 xml.parsers.expat.errors 模組中)
CODESET (於 locale 模組中)
CodeType (於 types 模組中)
coding
style
coercion -- 强制类型转换
col_offset (ast.AST 的屬性)
collapse_addresses() (於 ipaddress 模組中)
collapse_rfc2231_value() (於 email.utils 模組中)
collect() (於 gc 模組中)
collect_incoming_data() (asynchat.async_chat 的成員函數)
collections (模組)
collections.abc (模組)
colno (json.JSONDecodeError 的屬性)
(re.error 的屬性)
COLON (於 token 模組中)
color() (於 turtle 模組中)
color_content() (於 curses 模組中)
color_pair() (於 curses 模組中)
colormode() (於 turtle 模組中)
colorsys (模組)
COLS
,
[1]
column() (tkinter.ttk.Treeview 的成員函數)
COLUMNS
,
[1]
columns (os.terminal_size 的屬性)
combinations() (於 itertools 模組中)
combinations_with_replacement() (於 itertools 模組中)
combine() (datetime.datetime 的類別成員)
combining() (於 unicodedata 模組中)
ComboBox (tkinter.tix 中的類別)
Combobox (tkinter.ttk 中的類別)
comma
trailing
COMMA (於 token 模組中)
Command (distutils.cmd 中的類別)
(distutils.core 中的類別)
command (http.server.BaseHTTPRequestHandler 的屬性)
command line
CommandCompiler (codeop 中的類別)
commands (pdb command)
comment
(http.cookiejar.Cookie 的屬性)
(zipfile.ZipFile 的屬性)
(zipfile.ZipInfo 的屬性)
COMMENT (於 tokenize 模組中)
Comment() (於 xml.etree.ElementTree 模組中)
comment_url (http.cookiejar.Cookie 的屬性)
commenters (shlex.shlex 的屬性)
CommentHandler() (xml.parsers.expat.xmlparser 的成員函數)
commit() (msilib.CAB 的成員函數)
Commit() (msilib.Database 的成員函數)
commit() (sqlite3.Connection 的成員函數)
common (filecmp.dircmp 的屬性)
Common Gateway Interface
common_dirs (filecmp.dircmp 的屬性)
common_files (filecmp.dircmp 的屬性)
common_funny (filecmp.dircmp 的屬性)
common_types (於 mimetypes 模組中)
commonpath() (於 os.path 模組中)
commonprefix() (於 os.path 模組中)
communicate() (asyncio.asyncio.subprocess.Process 的成員函數)
(subprocess.Popen 的成員函數)
compare() (decimal.Context 的成員函數)
(decimal.Decimal 的成員函數)
(difflib.Differ 的成員函數)
compare_digest() (於 hmac 模組中)
compare_networks() (ipaddress.IPv4Network 的成員函數)
(ipaddress.IPv6Network 的成員函數)
COMPARE_OP (opcode)
compare_signal() (decimal.Context 的成員函數)
(decimal.Decimal 的成員函數)
compare_to() (tracemalloc.Snapshot 的成員函數)
compare_total() (decimal.Context 的成員函數)
(decimal.Decimal 的成員函數)
compare_total_mag() (decimal.Context 的成員函數)
(decimal.Decimal 的成員函數)
comparing
objects
comparison
operator
COMPARISON_FLAGS (於 doctest 模組中)
comparisons
chaining
,
[1]
Compat32 (email.policy 中的類別)
compat32 (於 email.policy 模組中)
compile
內建函式
,
[1]
,
[2]
,
[3]
,
[4]
Compile (codeop 中的類別)
compile() (distutils.ccompiler.CCompiler 的成員函數)
(parser.ST 的成員函數)
(內建函式)
(於 py_compile 模組中)
(於 re 模組中)
compile_command() (於 code 模組中)
(於 codeop 模組中)
compile_dir() (於 compileall 模組中)
compile_file() (於 compileall 模組中)
compile_path() (於 compileall 模組中)
compileall (模組)
compileall 命令列選項
-b
-d destdir
-f
-i list
-j N
-l
-q
-r
-x regex
directory ...
file ...
compilest() (於 parser 模組中)
complete() (rlcompleter.Completer 的成員函數)
complete_statement() (於 sqlite3 模組中)
completedefault() (cmd.Cmd 的成員函數)
CompletedProcess (subprocess 中的類別)
complex
number
內建函式
,
[1]
物件
Complex (numbers 中的類別)
complex (內建類別)
complex literal
complex number
literals
物件
,
[1]
complex number -- 复数
compound
statement
comprehensions
list
compress() (bz2.BZ2Compressor 的成員函數)
(lzma.LZMACompressor 的成員函數)
(zlib.Compress 的成員函數)
(於 bz2 模組中)
(於 gzip 模組中)
(於 itertools 模組中)
(於 lzma 模組中)
(於 zlib 模組中)
compress_size (zipfile.ZipInfo 的屬性)
compress_type (zipfile.ZipInfo 的屬性)
compressed (ipaddress.IPv4Address 的屬性)
(ipaddress.IPv4Network 的屬性)
(ipaddress.IPv6Address 的屬性)
(ipaddress.IPv6Network 的屬性)
compression() (ssl.SSLSocket 的成員函數)
CompressionError
compressobj() (於 zlib 模組中)
COMSPEC
,
[1]
concat() (於 operator 模組中)
concatenation
operation
concurrent.futures (模組)
Condition (asyncio 中的類別)
(multiprocessing 中的類別)
condition (pdb command)
Condition (threading 中的類別)
condition() (msilib.Control 的成員函數)
Condition() (multiprocessing.managers.SyncManager 的成員函數)
Conditional
expression
conditional
expression
ConfigParser (configparser 中的類別)
configparser (模組)
configuration
file
file, debugger
file, path
configuration information
configure() (tkinter.ttk.Style 的成員函數)
configure_mock() (unittest.mock.Mock 的成員函數)
confstr() (於 os 模組中)
confstr_names (於 os 模組中)
conjugate() (complex number method)
(decimal.Decimal 的成員函數)
(numbers.Complex 的成員函數)
conn (smtpd.SMTPChannel 的屬性)
connect() (asyncore.dispatcher 的成員函數)
(ftplib.FTP 的成員函數)
(http.client.HTTPConnection 的成員函數)
(multiprocessing.managers.BaseManager 的成員函數)
(smtplib.SMTP 的成員函數)
(socket.socket 的成員函數)
(於 sqlite3 模組中)
connect_accepted_socket() (asyncio.BaseEventLoop 的成員函數)
connect_ex() (socket.socket 的成員函數)
connect_read_pipe() (asyncio.AbstractEventLoop 的成員函數)
connect_write_pipe() (asyncio.AbstractEventLoop 的成員函數)
Connection (multiprocessing 中的類別)
(sqlite3 中的類別)
connection (sqlite3.Cursor 的屬性)
connection_lost() (asyncio.BaseProtocol 的成員函數)
connection_made() (asyncio.BaseProtocol 的成員函數)
ConnectionAbortedError
ConnectionError
ConnectionRefusedError
ConnectionResetError
ConnectRegistry() (於 winreg 模組中)
const (optparse.Option 的屬性)
constant
constructor
class
constructor() (於 copyreg 模組中)
consumed (asyncio.LimitOverrunError 的屬性)
container
,
[1]
iteration over
Container (collections.abc 中的類別)
(typing 中的類別)
contains() (於 operator 模組中)
content type
MIME
content_manager (email.policy.EmailPolicy 的屬性)
content_type (email.headerregistry.ContentTypeHeader 的屬性)
ContentDispositionHeader (email.headerregistry 中的類別)
ContentHandler (xml.sax.handler 中的類別)
ContentManager (email.contentmanager 中的類別)
contents (ctypes._Pointer 的屬性)
ContentTooShortError
ContentTransferEncoding (email.headerregistry 中的類別)
ContentTypeHeader (email.headerregistry 中的類別)
Context (decimal 中的類別)
context (ssl.SSLSocket 的屬性)
context management protocol
context manager
,
[1]
context manager -- 上下文管理器
context_diff() (於 difflib 模組中)
ContextDecorator (contextlib 中的類別)
contextlib (模組)
contextmanager() (於 contextlib 模組中)
contiguous
(memoryview 的屬性)
contiguous -- 连续
continue
陳述式
,
[1]
,
[2]
,
[3]
,
[4]
continue (pdb command)
CONTINUE_LOOP (opcode)
Control (msilib 中的類別)
(tkinter.tix 中的類別)
control() (msilib.Dialog 的成員函數)
(select.kqueue 的成員函數)
controlnames (於 curses.ascii 模組中)
controls() (ossaudiodev.oss_mixer_device 的成員函數)
conversion
arithmetic
string
,
[1]
ConversionError
conversions
numeric
convert_arg_line_to_args() (argparse.ArgumentParser 的成員函數)
convert_field() (string.Formatter 的成員函數)
convert_path() (於 distutils.util 模組中)
Cookie (http.cookiejar 中的類別)
CookieError
CookieJar (http.cookiejar 中的類別)
cookiejar (urllib.request.HTTPCookieProcessor 的屬性)
CookiePolicy (http.cookiejar 中的類別)
Coordinated Universal Time
Copy
copy
protocol
模組
copy (模組)
copy() (collections.deque 的成員函數)
(decimal.Context 的成員函數)
(dict 的方法)
(frozenset 的方法)
(hashlib.hash 的成員函數)
(hmac.HMAC 的成員函數)
(http.cookies.Morsel 的成員函數)
(imaplib.IMAP4 的成員函數)
(pipes.Template 的成員函數)
(sequence method)
(types.MappingProxyType 的成員函數)
(zlib.Compress 的成員函數)
(zlib.Decompress 的成員函數)
(於 copy 模組中)
(於 multiprocessing.sharedctypes 模組中)
(於 shutil 模組中)
copy2() (於 shutil 模組中)
copy_abs() (decimal.Context 的成員函數)
(decimal.Decimal 的成員函數)
copy_decimal() (decimal.Context 的成員函數)
copy_file() (於 distutils.file_util 模組中)
copy_location() (於 ast 模組中)
copy_negate() (decimal.Context 的成員函數)
(decimal.Decimal 的成員函數)
copy_sign() (decimal.Context 的成員函數)
(decimal.Decimal 的成員函數)
copy_tree() (於 distutils.dir_util 模組中)
copyfile() (於 shutil 模組中)
copyfileobj() (於 shutil 模組中)
copying files
copymode() (於 shutil 模組中)
copyreg (模組)
copyright (in module sys)
(內建變數)
(於 sys 模組中)
copysign() (於 math 模組中)
copystat() (於 shutil 模組中)
copytree() (於 shutil 模組中)
coroutine
,
[1]
function
Coroutine (collections.abc 中的類別)
(typing 中的類別)
coroutine -- 协程
coroutine function -- 协程函数
coroutine() (於 asyncio 模組中)
(於 types 模組中)
CoroutineType (於 types 模組中)
cos() (於 cmath 模組中)
(於 math 模組中)
cosh() (於 cmath 模組中)
(於 math 模組中)
count (tracemalloc.Statistic 的屬性)
(tracemalloc.StatisticDiff 的屬性)
count() (array.array 的成員函數)
(bytearray 的方法)
(bytes 的方法)
(collections.deque 的成員函數)
(sequence method)
(str 的方法)
(於 itertools 模組中)
count_diff (tracemalloc.StatisticDiff 的屬性)
Counter (collections 中的類別)
countOf() (於 operator 模組中)
countTestCases() (unittest.TestCase 的成員函數)
(unittest.TestSuite 的成員函數)
CoverageResults (trace 中的類別)
CPP
CPPFLAGS
cProfile (模組)
CPU time
cpu_count() (於 multiprocessing 模組中)
(於 os 模組中)
CPython
CRC (zipfile.ZipInfo 的屬性)
crc32() (於 binascii 模組中)
(於 zlib 模組中)
crc_hqx() (於 binascii 模組中)
create() (imaplib.IMAP4 的成員函數)
(venv.EnvBuilder 的成員函數)
(於 venv 模組中)
create_aggregate() (sqlite3.Connection 的成員函數)
create_archive() (於 zipapp 模組中)
create_autospec() (於 unittest.mock 模組中)
create_collation() (sqlite3.Connection 的成員函數)
create_configuration() (venv.EnvBuilder 的成員函數)
create_connection() (asyncio.AbstractEventLoop 的成員函數)
(於 socket 模組中)
create_datagram_endpoint() (asyncio.AbstractEventLoop 的成員函數)
create_decimal() (decimal.Context 的成員函數)
create_decimal_from_float() (decimal.Context 的成員函數)
create_default_context() (於 ssl 模組中)
create_function() (sqlite3.Connection 的成員函數)
create_future() (asyncio.AbstractEventLoop 的成員函數)
create_module (C 函式)
create_module() (importlib.abc.Loader 的成員函數)
(importlib.machinery.ExtensionFileLoader 的成員函數)
CREATE_NEW_CONSOLE (於 subprocess 模組中)
CREATE_NEW_PROCESS_GROUP (於 subprocess 模組中)
create_server() (asyncio.AbstractEventLoop 的成員函數)
create_shortcut() (內建函式)
create_socket() (asyncore.dispatcher 的成員函數)
create_static_lib() (distutils.ccompiler.CCompiler 的成員函數)
create_stats() (profile.Profile 的成員函數)
create_string_buffer() (於 ctypes 模組中)
create_subprocess_exec() (於 asyncio 模組中)
create_subprocess_shell() (於 asyncio 模組中)
create_system (zipfile.ZipInfo 的屬性)
create_task() (asyncio.AbstractEventLoop 的成員函數)
create_tree() (於 distutils.dir_util 模組中)
create_unicode_buffer() (於 ctypes 模組中)
create_unix_connection() (asyncio.AbstractEventLoop 的成員函數)
create_unix_server() (asyncio.AbstractEventLoop 的成員函數)
create_version (zipfile.ZipInfo 的屬性)
createAttribute() (xml.dom.Document 的成員函數)
createAttributeNS() (xml.dom.Document 的成員函數)
createComment() (xml.dom.Document 的成員函數)
createDocument() (xml.dom.DOMImplementation 的成員函數)
createDocumentType() (xml.dom.DOMImplementation 的成員函數)
createElement() (xml.dom.Document 的成員函數)
createElementNS() (xml.dom.Document 的成員函數)
createfilehandler() (tkinter.Widget.tk 的成員函數)
CreateKey() (於 winreg 模組中)
CreateKeyEx() (於 winreg 模組中)
createLock() (logging.Handler 的成員函數)
(logging.NullHandler 的成員函數)
createProcessingInstruction() (xml.dom.Document 的成員函數)
CreateRecord() (於 msilib 模組中)
createSocket() (logging.handlers.SocketHandler 的成員函數)
createTextNode() (xml.dom.Document 的成員函數)
credits (內建變數)
critical() (logging.Logger 的成員函數)
(於 logging 模組中)
CRNCYSTR (於 locale 模組中)
cross() (於 audioop 模組中)
crypt
模組
crypt (模組)
crypt() (於 crypt 模組中)
crypt(3)
,
[1]
,
[2]
cryptography
csv
(模組)
cte (email.headerregistry.ContentTransferEncoding 的屬性)
cte_type (email.policy.Policy 的屬性)
ctermid() (於 os 模組中)
ctime() (datetime.date 的成員函數)
(datetime.datetime 的成員函數)
(於 time 模組中)
ctrl() (於 curses.ascii 模組中)
CTRL_BREAK_EVENT (於 signal 模組中)
CTRL_C_EVENT (於 signal 模組中)
ctypes (模組)
curdir (於 os 模組中)
currency() (於 locale 模組中)
current() (tkinter.ttk.Combobox 的成員函數)
current_process() (於 multiprocessing 模組中)
current_task() (asyncio.Task 的類別成員)
current_thread() (於 threading 模組中)
CurrentByteIndex (xml.parsers.expat.xmlparser 的屬性)
CurrentColumnNumber (xml.parsers.expat.xmlparser 的屬性)
currentframe() (於 inspect 模組中)
CurrentLineNumber (xml.parsers.expat.xmlparser 的屬性)
curs_set() (於 curses 模組中)
curses (模組)
curses.ascii (模組)
curses.panel (模組)
curses.textpad (模組)
Cursor (sqlite3 中的類別)
cursor() (sqlite3.Connection 的成員函數)
cursyncup() (curses.window 的成員函數)
customize_compiler() (於 distutils.sysconfig 模組中)
Cut
cwd() (ftplib.FTP 的成員函數)
(pathlib.Path 的類別成員)
cycle() (於 itertools 模組中)
Cyclic Redundancy Check
瀏覽
索引
模組
|
Python
»
3.5.10 Documentation
»
|