René's URL Explorer Experiment


Title: 索引 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
索引https://python.github.io/python-docs-zh-tw/genindex-D.html
D_FMT (於 locale 模組中)https://python.github.io/python-docs-zh-tw/library/locale.html#locale.D_FMT
D_T_FMT (於 locale 模組中)https://python.github.io/python-docs-zh-tw/library/locale.html#locale.D_T_FMT
daemon (multiprocessing.Process 的屬性)https://python.github.io/python-docs-zh-tw/library/multiprocessing.html#multiprocessing.Process.daemon
(threading.Thread 的屬性)https://python.github.io/python-docs-zh-tw/library/threading.html#threading.Thread.daemon
daemon_threads (socketserver.ThreadingMixIn 的屬性)https://python.github.io/python-docs-zh-tw/library/socketserver.html#socketserver.ThreadingMixIn.daemon_threads
elsehttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#index-2
data (collections.UserDict 的屬性)https://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserDict.data
(collections.UserList 的屬性)https://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserList.data
(collections.UserString 的屬性)https://python.github.io/python-docs-zh-tw/library/collections.html#collections.UserString.data
(plistlib.UID 的屬性)https://python.github.io/python-docs-zh-tw/library/plistlib.html#plistlib.UID.data
(select.kevent 的屬性)https://python.github.io/python-docs-zh-tw/library/select.html#select.kevent.data
(selectors.SelectorKey 的屬性)https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.SelectorKey.data
(urllib.request.Request 的屬性)https://python.github.io/python-docs-zh-tw/library/urllib.request.html#urllib.request.Request.data
(xml.dom.Comment 的屬性)https://python.github.io/python-docs-zh-tw/library/xml.dom.html#xml.dom.Comment.data
(xml.dom.ProcessingInstruction 的屬性)https://python.github.io/python-docs-zh-tw/library/xml.dom.html#xml.dom.ProcessingInstruction.data
(xml.dom.Text 的屬性)https://python.github.io/python-docs-zh-tw/library/xml.dom.html#xml.dom.Text.data
(xmlrpc.client.Binary 的屬性)https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Binary.data
data() (xml.etree.ElementTree.TreeBuilder 的方法)https://python.github.io/python-docs-zh-tw/library/xml.etree.elementtree.html#xml.etree.ElementTree.TreeBuilder.data
data_filter() (於 tarfile 模組中)https://python.github.io/python-docs-zh-tw/library/tarfile.html#tarfile.data_filter
data_open() (urllib.request.DataHandler 的方法)https://python.github.io/python-docs-zh-tw/library/urllib.request.html#urllib.request.DataHandler.data_open
data_received() (asyncio.Protocol 的方法)https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.Protocol.data_received
DatabaseErrorhttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#sqlite3.DatabaseError
databases(資料庫)https://python.github.io/python-docs-zh-tw/library/dbm.html#index-0
Unicodehttps://python.github.io/python-docs-zh-tw/library/unicodedata.html#index-0
dataclass() (於 dataclasses 模組中)https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.dataclass
dataclass_transform() (於 typing 模組中)https://python.github.io/python-docs-zh-tw/library/typing.html#typing.dataclass_transform
modulehttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#module-dataclasses
DataErrorhttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#sqlite3.DataError
datagram_received() (asyncio.DatagramProtocol 的方法)https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.DatagramProtocol.datagram_received
DatagramHandler (logging.handlers 中的類別)https://python.github.io/python-docs-zh-tw/library/logging.handlers.html#logging.handlers.DatagramHandler
DatagramProtocol (asyncio 中的類別)https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.DatagramProtocol
DatagramRequestHandler (socketserver 中的類別)https://python.github.io/python-docs-zh-tw/library/socketserver.html#socketserver.DatagramRequestHandler
DatagramTransport (asyncio 中的類別)https://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio.DatagramTransport
DataHandler (urllib.request 中的類別)https://python.github.io/python-docs-zh-tw/library/urllib.request.html#urllib.request.DataHandler
data(資料)https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-0
packing(打包) binary(二進位)https://python.github.io/python-docs-zh-tw/library/struct.html#index-0
tabular(表格)https://python.github.io/python-docs-zh-tw/library/csv.html#index-0
type(型別)https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-4
type(型別), immutablehttps://python.github.io/python-docs-zh-tw/reference/expressions.html#index-7
date (datetime 中的類別)https://python.github.io/python-docs-zh-tw/library/datetime.html#datetime.date
date() (datetime.datetime 的方法)https://python.github.io/python-docs-zh-tw/library/datetime.html#datetime.datetime.date
date_time (zipfile.ZipInfo 的屬性)https://python.github.io/python-docs-zh-tw/library/zipfile.html#zipfile.ZipInfo.date_time
date_time_string() (http.server.BaseHTTPRequestHandler 的方法)https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.BaseHTTPRequestHandler.date_time_string
DateHeader (email.headerregistry 中的類別)https://python.github.io/python-docs-zh-tw/library/email.headerregistry.html#email.headerregistry.DateHeader
modulehttps://python.github.io/python-docs-zh-tw/library/datetime.html#module-datetime
datetime (datetime 中的類別)https://python.github.io/python-docs-zh-tw/library/datetime.html#datetime.datetime
(email.headerregistry.DateHeader 的屬性)https://python.github.io/python-docs-zh-tw/library/email.headerregistry.html#email.headerregistry.DateHeader.datetime
DateTime (xmlrpc.client 中的類別)https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.DateTime
Day (calendar 中的類別)https://python.github.io/python-docs-zh-tw/library/calendar.html#calendar.Day
day (datetime.date 的屬性)https://python.github.io/python-docs-zh-tw/library/datetime.html#datetime.date.day
(datetime.datetime 的屬性)https://python.github.io/python-docs-zh-tw/library/datetime.html#datetime.datetime.day
DAY_1 (於 locale 模組中)https://python.github.io/python-docs-zh-tw/library/locale.html#locale.DAY_1
DAY_2 (於 locale 模組中)https://python.github.io/python-docs-zh-tw/library/locale.html#locale.DAY_2
DAY_3 (於 locale 模組中)https://python.github.io/python-docs-zh-tw/library/locale.html#locale.DAY_3
DAY_4 (於 locale 模組中)https://python.github.io/python-docs-zh-tw/library/locale.html#locale.DAY_4
DAY_5 (於 locale 模組中)https://python.github.io/python-docs-zh-tw/library/locale.html#locale.DAY_5
DAY_6 (於 locale 模組中)https://python.github.io/python-docs-zh-tw/library/locale.html#locale.DAY_6
DAY_7 (於 locale 模組中)https://python.github.io/python-docs-zh-tw/library/locale.html#locale.DAY_7
day_abbr (於 calendar 模組中)https://python.github.io/python-docs-zh-tw/library/calendar.html#calendar.day_abbr
day_name (於 calendar 模組中)https://python.github.io/python-docs-zh-tw/library/calendar.html#calendar.day_name
daylight (於 time 模組中)https://python.github.io/python-docs-zh-tw/library/time.html#time.daylight
Daylight Saving Time(日光節約時間)https://python.github.io/python-docs-zh-tw/library/time.html#index-5
days (datetime.timedelta 的屬性)https://python.github.io/python-docs-zh-tw/library/datetime.html#datetime.timedelta.days
DbfilenameShelf (shelve 中的類別)https://python.github.io/python-docs-zh-tw/library/shelve.html#shelve.DbfilenameShelf
modulehttps://python.github.io/python-docs-zh-tw/library/dbm.html#module-dbm
modulehttps://python.github.io/python-docs-zh-tw/library/dbm.html#module-dbm.dumb
modulehttps://python.github.io/python-docs-zh-tw/library/dbm.html#module-dbm.gnu
module(模組)https://python.github.io/python-docs-zh-tw/library/shelve.html#index-1
[1]https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-32
modulehttps://python.github.io/python-docs-zh-tw/library/dbm.html#module-dbm.ndbm
module(模組)https://python.github.io/python-docs-zh-tw/library/shelve.html#index-1
[1]https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-32
modulehttps://python.github.io/python-docs-zh-tw/library/dbm.html#module-dbm.sqlite3
DC1 (於 curses.ascii 模組中)https://python.github.io/python-docs-zh-tw/library/curses.ascii.html#curses.ascii.DC1
DC2 (於 curses.ascii 模組中)https://python.github.io/python-docs-zh-tw/library/curses.ascii.html#curses.ascii.DC2
DC3 (於 curses.ascii 模組中)https://python.github.io/python-docs-zh-tw/library/curses.ascii.html#curses.ascii.DC3
DC4 (於 curses.ascii 模組中)https://python.github.io/python-docs-zh-tw/library/curses.ascii.html#curses.ascii.DC4
dcgettext() (於 locale 模組中)https://python.github.io/python-docs-zh-tw/library/locale.html#locale.dcgettext
ddocumentation strings(說明字串)https://python.github.io/python-docs-zh-tw/tutorial/controlflow.html#index-3
[1]https://python.github.io/python-docs-zh-tw/tutorial/controlflow.html#index-6
deactivate_stack_trampoline() (於 sys 模組中)https://python.github.io/python-docs-zh-tw/library/sys.html#sys.deactivate_stack_trampoline
deallocation, objecthttps://python.github.io/python-docs-zh-tw/extending/newtypes.html#index-0
debug (imaplib.IMAP4 的屬性)https://python.github.io/python-docs-zh-tw/library/imaplib.html#imaplib.IMAP4.debug
(pdb command)https://python.github.io/python-docs-zh-tw/library/pdb.html#pdbcommand-debug
(shlex.shlex 的屬性)https://python.github.io/python-docs-zh-tw/library/shlex.html#shlex.shlex.debug
(sys.flags 的屬性)https://python.github.io/python-docs-zh-tw/library/sys.html#sys.flags.debug
(zipfile.ZipFile 的屬性)https://python.github.io/python-docs-zh-tw/library/zipfile.html#zipfile.ZipFile.debug
DEBUG (於 logging 模組中)https://python.github.io/python-docs-zh-tw/library/logging.html#logging.DEBUG
(於 re 模組中)https://python.github.io/python-docs-zh-tw/library/re.html#re.DEBUG
debug() (logging.Logger 的方法)https://python.github.io/python-docs-zh-tw/library/logging.html#logging.Logger.debug
(unittest.TestCase 的方法)https://python.github.io/python-docs-zh-tw/library/unittest.html#unittest.TestCase.debug
(unittest.TestSuite 的方法)https://python.github.io/python-docs-zh-tw/library/unittest.html#unittest.TestSuite.debug
(於 doctest 模組中)https://python.github.io/python-docs-zh-tw/library/doctest.html#doctest.debug
(於 logging 模組中)https://python.github.io/python-docs-zh-tw/library/logging.html#logging.debug
DEBUG_BYTECODE_SUFFIXES (於 importlib.machinery 模組中)https://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.machinery.DEBUG_BYTECODE_SUFFIXES
DEBUG_COLLECTABLE (於 gc 模組中)https://python.github.io/python-docs-zh-tw/library/gc.html#gc.DEBUG_COLLECTABLE
DEBUG_LEAK (於 gc 模組中)https://python.github.io/python-docs-zh-tw/library/gc.html#gc.DEBUG_LEAK
DEBUG_SAVEALL (於 gc 模組中)https://python.github.io/python-docs-zh-tw/library/gc.html#gc.DEBUG_SAVEALL
debug_src() (於 doctest 模組中)https://python.github.io/python-docs-zh-tw/library/doctest.html#doctest.debug_src
DEBUG_STATS (於 gc 模組中)https://python.github.io/python-docs-zh-tw/library/gc.html#gc.DEBUG_STATS
DEBUG_UNCOLLECTABLE (於 gc 模組中)https://python.github.io/python-docs-zh-tw/library/gc.html#gc.DEBUG_UNCOLLECTABLE
configuration(設定) file(檔案)https://python.github.io/python-docs-zh-tw/library/pdb.html#index-3
debugger(除錯器)https://python.github.io/python-docs-zh-tw/library/idle.html#index-3
[1]https://python.github.io/python-docs-zh-tw/library/sys.html#index-14
[2]https://python.github.io/python-docs-zh-tw/library/sys.html#index-35
[3]https://python.github.io/python-docs-zh-tw/library/threading.html#index-2
debugging(偵錯)https://python.github.io/python-docs-zh-tw/library/pdb.html#index-0
assertions(斷言)https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#index-18
debuglevel (http.client.HTTPResponse 的屬性)https://python.github.io/python-docs-zh-tw/library/http.client.html#http.client.HTTPResponse.debuglevel
DebugRunner (doctest 中的類別)https://python.github.io/python-docs-zh-tw/library/doctest.html#doctest.DebugRunner
DECEMBER (於 calendar 模組中)https://python.github.io/python-docs-zh-tw/library/calendar.html#calendar.DECEMBER
modulehttps://python.github.io/python-docs-zh-tw/library/decimal.html#module-decimal
Decimal (decimal 中的類別)https://python.github.io/python-docs-zh-tw/library/decimal.html#decimal.Decimal
decimal literal(十進位常數)https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#index-25
decimal() (於 unicodedata 模組中)https://python.github.io/python-docs-zh-tw/library/unicodedata.html#unicodedata.decimal
DecimalException (decimal 中的類別)https://python.github.io/python-docs-zh-tw/library/decimal.html#decimal.DecimalException
decode (codecs.CodecInfo 的屬性)https://python.github.io/python-docs-zh-tw/library/codecs.html#codecs.CodecInfo.decode
decode() (bytearray 的方法)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray.decode
(bytes 的方法)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.decode
(codecs.Codec 的方法)https://python.github.io/python-docs-zh-tw/library/codecs.html#codecs.Codec.decode
(codecs.IncrementalDecoder 的方法)https://python.github.io/python-docs-zh-tw/library/codecs.html#codecs.IncrementalDecoder.decode
(json.JSONDecoder 的方法)https://python.github.io/python-docs-zh-tw/library/json.html#json.JSONDecoder.decode
(xmlrpc.client.Binary 的方法)https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.Binary.decode
(xmlrpc.client.DateTime 的方法)https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.DateTime.decode
(於 base64 模組中)https://python.github.io/python-docs-zh-tw/library/base64.html#base64.decode
(於 codecs 模組中)https://python.github.io/python-docs-zh-tw/library/codecs.html#codecs.decode
(於 quopri 模組中)https://python.github.io/python-docs-zh-tw/library/quopri.html#quopri.decode
decode_header() (於 email.header 模組中)https://python.github.io/python-docs-zh-tw/library/email.header.html#email.header.decode_header
decode_params() (於 email.utils 模組中)https://python.github.io/python-docs-zh-tw/library/email.utils.html#email.utils.decode_params
decode_rfc2231() (於 email.utils 模組中)https://python.github.io/python-docs-zh-tw/library/email.utils.html#email.utils.decode_rfc2231
decode_source() (於 importlib.util 模組中)https://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.util.decode_source
decodebytes() (於 base64 模組中)https://python.github.io/python-docs-zh-tw/library/base64.html#base64.decodebytes
DecodedGenerator (email.generator 中的類別)https://python.github.io/python-docs-zh-tw/library/email.generator.html#email.generator.DecodedGenerator
decodestring() (於 quopri 模組中)https://python.github.io/python-docs-zh-tw/library/quopri.html#quopri.decodestring
Codecshttps://python.github.io/python-docs-zh-tw/library/codecs.html#index-0
decomposition() (於 unicodedata 模組中)https://python.github.io/python-docs-zh-tw/library/unicodedata.html#unicodedata.decomposition
decompress() (bz2.BZ2Decompressor 的方法)https://python.github.io/python-docs-zh-tw/library/bz2.html#bz2.BZ2Decompressor.decompress
(compression.zstd.ZstdDecompressor 的方法)https://python.github.io/python-docs-zh-tw/library/compression.zstd.html#compression.zstd.ZstdDecompressor.decompress
(lzma.LZMADecompressor 的方法)https://python.github.io/python-docs-zh-tw/library/lzma.html#lzma.LZMADecompressor.decompress
(zlib.Decompress 的方法)https://python.github.io/python-docs-zh-tw/library/zlib.html#zlib.Decompress.decompress
(於 bz2 模組中)https://python.github.io/python-docs-zh-tw/library/bz2.html#bz2.decompress
(於 compression.zstd 模組中)https://python.github.io/python-docs-zh-tw/library/compression.zstd.html#compression.zstd.decompress
(於 gzip 模組中)https://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.decompress
(於 lzma 模組中)https://python.github.io/python-docs-zh-tw/library/lzma.html#lzma.decompress
(於 zlib 模組中)https://python.github.io/python-docs-zh-tw/library/zlib.html#zlib.decompress
decompressed_size (compression.zstd.FrameInfo 的屬性)https://python.github.io/python-docs-zh-tw/library/compression.zstd.html#compression.zstd.FrameInfo.decompressed_size
DecompressionParameter (compression.zstd 中的類別)https://python.github.io/python-docs-zh-tw/library/compression.zstd.html#compression.zstd.DecompressionParameter
decompressobj() (於 zlib 模組中)https://python.github.io/python-docs-zh-tw/library/zlib.html#zlib.decompressobj
decorator(裝飾器)https://python.github.io/python-docs-zh-tw/glossary.html#term-decorator
DEDENT (於 token 模組中)https://python.github.io/python-docs-zh-tw/library/token.html#token.DEDENT
DEDENT token(縮排標誌)https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#index-2
[1]https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#index-8
dedent() (於 textwrap 模組中)https://python.github.io/python-docs-zh-tw/library/textwrap.html#textwrap.dedent
deepcopy() (於 copy 模組中)https://python.github.io/python-docs-zh-tw/library/copy.html#copy.deepcopy
statement(陳述式)https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#index-30
DEF_BUF_SIZE (於 zlib 模組中)https://python.github.io/python-docs-zh-tw/library/zlib.html#zlib.DEF_BUF_SIZE
DEF_MEM_LEVEL (於 zlib 模組中)https://python.github.io/python-docs-zh-tw/library/zlib.html#zlib.DEF_MEM_LEVEL
def_prog_mode() (於 curses 模組中)https://python.github.io/python-docs-zh-tw/library/curses.html#curses.def_prog_mode
def_shell_mode() (於 curses 模組中)https://python.github.io/python-docs-zh-tw/library/curses.html#curses.def_shell_mode
default (inspect.Parameter 的屬性)https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter.default
(optparse.Option 的屬性)https://python.github.io/python-docs-zh-tw/library/optparse.html#optparse.Option.default
(於 email.policy 模組中)https://python.github.io/python-docs-zh-tw/library/email.policy.html#email.policy.default
DEFAULT (於 unittest.mock 模組中)https://python.github.io/python-docs-zh-tw/library/unittest.mock.html#unittest.mock.DEFAULT
default() (cmd.Cmd 的方法)https://python.github.io/python-docs-zh-tw/library/cmd.html#cmd.Cmd.default
(json.JSONEncoder 的方法)https://python.github.io/python-docs-zh-tw/library/json.html#json.JSONEncoder.default
DEFAULT_BUFFER_SIZE (於 io 模組中)https://python.github.io/python-docs-zh-tw/library/io.html#io.DEFAULT_BUFFER_SIZE
default_bufsize (於 xml.dom.pulldom 模組中)https://python.github.io/python-docs-zh-tw/library/xml.dom.pulldom.html#xml.dom.pulldom.default_bufsize
default_exception_handler() (asyncio.loop 的方法)https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.default_exception_handler
default_factory (collections.defaultdict 的屬性)https://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict.default_factory
DEFAULT_FORMAT (於 tarfile 模組中)https://python.github.io/python-docs-zh-tw/library/tarfile.html#tarfile.DEFAULT_FORMAT
DEFAULT_IGNORES (於 filecmp 模組中)https://python.github.io/python-docs-zh-tw/library/filecmp.html#filecmp.DEFAULT_IGNORES
default_loader() (於 xml.etree.ElementInclude 模組中)https://python.github.io/python-docs-zh-tw/library/xml.etree.elementtree.html#xml.etree.ElementInclude.default_loader
default_max_str_digits (sys.int_info 的屬性)https://python.github.io/python-docs-zh-tw/library/sys.html#sys.int_info.default_max_str_digits
default_open() (urllib.request.BaseHandler 的方法)https://python.github.io/python-docs-zh-tw/library/urllib.request.html#urllib.request.BaseHandler.default_open
DEFAULT_PROTOCOL (於 pickle 模組中)https://python.github.io/python-docs-zh-tw/library/pickle.html#pickle.DEFAULT_PROTOCOL
DEFAULT_TIMEOUT (unittest.mock.ThreadingMock 的屬性)https://python.github.io/python-docs-zh-tw/library/unittest.mock.html#unittest.mock.ThreadingMock.DEFAULT_TIMEOUT
default_timer() (於 timeit 模組中)https://python.github.io/python-docs-zh-tw/library/timeit.html#timeit.default_timer
DefaultContext (於 decimal 模組中)https://python.github.io/python-docs-zh-tw/library/decimal.html#decimal.DefaultContext
DefaultCookiePolicy (http.cookiejar 中的類別)https://python.github.io/python-docs-zh-tw/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy
defaultdict (collections 中的類別)https://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict
DefaultDict (typing 中的類別)https://python.github.io/python-docs-zh-tw/library/typing.html#typing.DefaultDict
DefaultEventLoopPolicy (asyncio 中的類別)https://python.github.io/python-docs-zh-tw/library/asyncio-policy.html#asyncio.DefaultEventLoopPolicy
DefaultHandler() (xml.parsers.expat.xmlparser 的方法)https://python.github.io/python-docs-zh-tw/library/pyexpat.html#xml.parsers.expat.xmlparser.DefaultHandler
DefaultHandlerExpand() (xml.parsers.expat.xmlparser 的方法)https://python.github.io/python-docs-zh-tw/library/pyexpat.html#xml.parsers.expat.xmlparser.DefaultHandlerExpand
defaults() (configparser.ConfigParser 的方法)https://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.ConfigParser.defaults
DefaultSelector (selectors 中的類別)https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.DefaultSelector
defaultTestLoader (於 unittest 模組中)https://python.github.io/python-docs-zh-tw/library/unittest.html#unittest.defaultTestLoader
defaultTestResult() (unittest.TestCase 的方法)https://python.github.io/python-docs-zh-tw/library/unittest.html#unittest.TestCase.defaultTestResult
parameter(參數) value(值)https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#index-33
defects (email.headerregistry.BaseHeader 的屬性)https://python.github.io/python-docs-zh-tw/library/email.headerregistry.html#email.headerregistry.BaseHeader.defects
(email.message.EmailMessage 的屬性)https://python.github.io/python-docs-zh-tw/library/email.message.html#email.message.EmailMessage.defects
(email.message.Message 的屬性)https://python.github.io/python-docs-zh-tw/library/email.compat32-message.html#email.message.Message.defects
class(類別)https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#index-45
[1]https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#index-24
function (函式)https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#index-30
[1]https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#index-24
DEFLATED (於 zlib 模組中)https://python.github.io/python-docs-zh-tw/library/zlib.html#zlib.DEFLATED
defpath (於 os 模組中)https://python.github.io/python-docs-zh-tw/library/os.html#os.defpath
DefragResult (urllib.parse 中的類別)https://python.github.io/python-docs-zh-tw/library/urllib.parse.html#urllib.parse.DefragResult
DefragResultBytes (urllib.parse 中的類別)https://python.github.io/python-docs-zh-tw/library/urllib.parse.html#urllib.parse.DefragResultBytes
degrees() (於 math 模組中)https://python.github.io/python-docs-zh-tw/library/math.html#math.degrees
(於 turtle 模組中)https://python.github.io/python-docs-zh-tw/library/turtle.html#turtle.degrees
statement(陳述式)https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#index-21
[1]https://python.github.io/python-docs-zh-tw/library/stdtypes.html#index-24
[2]https://python.github.io/python-docs-zh-tw/library/stdtypes.html#index-53
[3]https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-80
Del (ast 中的類別)https://python.github.io/python-docs-zh-tw/library/ast.html#ast.Del
DEL (於 curses.ascii 模組中)https://python.github.io/python-docs-zh-tw/library/curses.ascii.html#curses.ascii.DEL
del_param() (email.message.EmailMessage 的方法)https://python.github.io/python-docs-zh-tw/library/email.message.html#email.message.EmailMessage.del_param
(email.message.Message 的方法)https://python.github.io/python-docs-zh-tw/library/email.compat32-message.html#email.message.Message.del_param
built-in functionhttps://python.github.io/python-docs-zh-tw/library/functions.html#delattr
delay() (於 turtle 模組中)https://python.github.io/python-docs-zh-tw/library/turtle.html#turtle.delay
delay_output() (於 curses 模組中)https://python.github.io/python-docs-zh-tw/library/curses.html#curses.delay_output
delayload (http.cookiejar.FileCookieJar 的屬性)https://python.github.io/python-docs-zh-tw/library/http.cookiejar.html#http.cookiejar.FileCookieJar.delayload
delch() (curses.window 的方法)https://python.github.io/python-docs-zh-tw/library/curses.html#curses.window.delch
dele() (poplib.POP3 的方法)https://python.github.io/python-docs-zh-tw/library/poplib.html#poplib.POP3.dele
Delete (ast 中的類別)https://python.github.io/python-docs-zh-tw/library/ast.html#ast.Delete
delete() (ftplib.FTP 的方法)https://python.github.io/python-docs-zh-tw/library/ftplib.html#ftplib.FTP.delete
(imaplib.IMAP4 的方法)https://python.github.io/python-docs-zh-tw/library/imaplib.html#imaplib.IMAP4.delete
(tkinter.ttk.Treeview 的方法)https://python.github.io/python-docs-zh-tw/library/tkinter.ttk.html#tkinter.ttk.Treeview.delete
DELETE_ATTR (opcode)https://python.github.io/python-docs-zh-tw/library/dis.html#opcode-DELETE_ATTR
DELETE_DEREF (opcode)https://python.github.io/python-docs-zh-tw/library/dis.html#opcode-DELETE_DEREF
DELETE_FAST (opcode)https://python.github.io/python-docs-zh-tw/library/dis.html#opcode-DELETE_FAST
DELETE_GLOBAL (opcode)https://python.github.io/python-docs-zh-tw/library/dis.html#opcode-DELETE_GLOBAL
DELETE_NAME (opcode)https://python.github.io/python-docs-zh-tw/library/dis.html#opcode-DELETE_NAME
DELETE_SUBSCR (opcode)https://python.github.io/python-docs-zh-tw/library/dis.html#opcode-DELETE_SUBSCR
deleteacl() (imaplib.IMAP4 的方法)https://python.github.io/python-docs-zh-tw/library/imaplib.html#imaplib.IMAP4.deleteacl
deletefilehandler() (_tkinter.Widget.tk 的方法)https://python.github.io/python-docs-zh-tw/library/tkinter.html#tkinter.Widget.tk.deletefilehandler
DeleteKey() (於 winreg 模組中)https://python.github.io/python-docs-zh-tw/library/winreg.html#winreg.DeleteKey
DeleteKeyEx() (於 winreg 模組中)https://python.github.io/python-docs-zh-tw/library/winreg.html#winreg.DeleteKeyEx
deleteln() (curses.window 的方法)https://python.github.io/python-docs-zh-tw/library/curses.html#curses.window.deleteln
deleteMe() (bdb.Breakpoint 的方法)https://python.github.io/python-docs-zh-tw/library/bdb.html#bdb.Breakpoint.deleteMe
DeleteValue() (於 winreg 模組中)https://python.github.io/python-docs-zh-tw/library/winreg.html#winreg.DeleteValue
attribute(屬性)https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#index-23
targethttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#index-21
target list(串列)https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#index-21
delimiter (csv.Dialect 的屬性)https://python.github.io/python-docs-zh-tw/library/csv.html#csv.Dialect.delimiter
delimiters(分隔符號)https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#index-29
delitem() (於 operator 模組中)https://python.github.io/python-docs-zh-tw/library/operator.html#operator.delitem
deliver_challenge() (於 multiprocessing.connection 模組中)https://python.github.io/python-docs-zh-tw/library/multiprocessing.html#multiprocessing.connection.deliver_challenge
delocalize() (於 locale 模組中)https://python.github.io/python-docs-zh-tw/library/locale.html#locale.delocalize
demo_app() (於 wsgiref.simple_server 模組中)https://python.github.io/python-docs-zh-tw/library/wsgiref.html#wsgiref.simple_server.demo_app
denominator (fractions.Fraction 的屬性)https://python.github.io/python-docs-zh-tw/library/fractions.html#fractions.Fraction.denominator
(numbers.Rational 的屬性)https://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Rational.denominator
deprecated() (於 warnings 模組中)https://python.github.io/python-docs-zh-tw/library/warnings.html#warnings.deprecated
DeprecationWarninghttps://python.github.io/python-docs-zh-tw/library/exceptions.html#DeprecationWarning
deque (collections 中的類別)https://python.github.io/python-docs-zh-tw/library/collections.html#collections.deque
Deque (typing 中的類別)https://python.github.io/python-docs-zh-tw/library/typing.html#typing.Deque
dequeue() (logging.handlers.QueueListener 的方法)https://python.github.io/python-docs-zh-tw/library/logging.handlers.html#logging.handlers.QueueListener.dequeue
DER_cert_to_PEM_cert() (於 ssl 模組中)https://python.github.io/python-docs-zh-tw/library/ssl.html#ssl.DER_cert_to_PEM_cert
derive() (BaseExceptionGroup 的方法)https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup.derive
derwin() (curses.window 的方法)https://python.github.io/python-docs-zh-tw/library/curses.html#curses.window.derwin
descrgetfunc (C type)https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.descrgetfunc
description (inspect.Parameter.kind 的屬性)https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter.kind.description
(sqlite3.Cursor 的屬性)https://python.github.io/python-docs-zh-tw/library/sqlite3.html#sqlite3.Cursor.description
descriptor(描述器)https://python.github.io/python-docs-zh-tw/glossary.html#term-descriptor
descrsetfunc (C type)https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.descrsetfunc
deserialize() (sqlite3.Connection 的方法)https://python.github.io/python-docs-zh-tw/library/sqlite3.html#sqlite3.Connection.deserialize
dest (optparse.Option 的屬性)https://python.github.io/python-docs-zh-tw/library/optparse.html#optparse.Option.dest
destructor (C type)https://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.destructor
destructor(解構函式)https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-80
[1]https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#index-7
detach() (io.BufferedIOBase 的方法)https://python.github.io/python-docs-zh-tw/library/io.html#io.BufferedIOBase.detach
(io.TextIOBase 的方法)https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase.detach
(socket.socket 的方法)https://python.github.io/python-docs-zh-tw/library/socket.html#socket.socket.detach
(tkinter.ttk.Treeview 的方法)https://python.github.io/python-docs-zh-tw/library/tkinter.ttk.html#tkinter.ttk.Treeview.detach
(weakref.finalize 的方法)https://python.github.io/python-docs-zh-tw/library/weakref.html#weakref.finalize.detach
Detach() (winreg.PyHKEY 的方法)https://python.github.io/python-docs-zh-tw/library/winreg.html#winreg.PyHKEY.Detach
DETACHED_PROCESS (於 subprocess 模組中)https://python.github.io/python-docs-zh-tw/library/subprocess.html#subprocess.DETACHED_PROCESS
details (ctypes.COMError 的屬性)https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.COMError.details
detect_api_mismatch() (於 test.support 模組中)https://python.github.io/python-docs-zh-tw/library/test.html#test.support.detect_api_mismatch
detect_encoding() (於 tokenize 模組中)https://python.github.io/python-docs-zh-tw/library/tokenize.html#tokenize.detect_encoding
deterministic profilinghttps://python.github.io/python-docs-zh-tw/library/profile.html#index-0
dev_mode (sys.flags 的屬性)https://python.github.io/python-docs-zh-tw/library/sys.html#sys.flags.dev_mode
device_encoding() (於 os 模組中)https://python.github.io/python-docs-zh-tw/library/os.html#os.device_encoding
devmajor (tarfile.TarInfo 的屬性)https://python.github.io/python-docs-zh-tw/library/tarfile.html#tarfile.TarInfo.devmajor
devminor (tarfile.TarInfo 的屬性)https://python.github.io/python-docs-zh-tw/library/tarfile.html#tarfile.TarInfo.devminor
devnull (於 os 模組中)https://python.github.io/python-docs-zh-tw/library/os.html#os.devnull
DEVNULL (於 subprocess 模組中)https://python.github.io/python-docs-zh-tw/library/subprocess.html#subprocess.DEVNULL
devpoll() (於 select 模組中)https://python.github.io/python-docs-zh-tw/library/select.html#select.devpoll
DevpollSelector (selectors 中的類別)https://python.github.io/python-docs-zh-tw/library/selectors.html#selectors.DevpollSelector
dfast (compression.zstd.Strategy 的屬性)https://python.github.io/python-docs-zh-tw/library/compression.zstd.html#compression.zstd.Strategy.dfast
dgettext() (於 gettext 模組中)https://python.github.io/python-docs-zh-tw/library/gettext.html#gettext.dgettext
(於 locale 模組中)https://python.github.io/python-docs-zh-tw/library/locale.html#locale.dgettext
Dialect (csv 中的類別)https://python.github.io/python-docs-zh-tw/library/csv.html#csv.Dialect
dialect (csv.csvreader 的屬性)https://python.github.io/python-docs-zh-tw/library/csv.html#csv.csvreader.dialect
(csv.csvwriter 的屬性)https://python.github.io/python-docs-zh-tw/library/csv.html#csv.csvwriter.dialect
Dialog (tkinter.commondialog 中的類別)https://python.github.io/python-docs-zh-tw/library/dialog.html#tkinter.commondialog.Dialog
(tkinter.simpledialog 中的類別)https://python.github.io/python-docs-zh-tw/library/dialog.html#tkinter.simpledialog.Dialog
Dict (ast 中的類別)https://python.github.io/python-docs-zh-tw/library/ast.html#ast.Dict
(typing 中的類別)https://python.github.io/python-docs-zh-tw/library/typing.html#typing.Dict
dict (內建類別)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
dict() (multiprocessing.managers.SyncManager 的方法)https://python.github.io/python-docs-zh-tw/library/multiprocessing.html#multiprocessing.managers.SyncManager.dict
dict_content (compression.zstd.ZstdDict 的屬性)https://python.github.io/python-docs-zh-tw/library/compression.zstd.html#compression.zstd.ZstdDict.dict_content
dict_id (compression.zstd.ZstdDict 的屬性)https://python.github.io/python-docs-zh-tw/library/compression.zstd.html#compression.zstd.ZstdDict.dict_id
dict_id_flag (compression.zstd.CompressionParameter 的屬性)https://python.github.io/python-docs-zh-tw/library/compression.zstd.html#compression.zstd.CompressionParameter.dict_id_flag
DICT_MERGE (opcode)https://python.github.io/python-docs-zh-tw/library/dis.html#opcode-DICT_MERGE
DICT_UPDATE (opcode)https://python.github.io/python-docs-zh-tw/library/dis.html#opcode-DICT_UPDATE
DictComp (ast 中的類別)https://python.github.io/python-docs-zh-tw/library/ast.html#ast.DictComp
dictConfig() (於 logging.config 模組中)https://python.github.io/python-docs-zh-tw/library/logging.config.html#logging.config.dictConfig
dictionary comprehension(字典綜合運算)https://python.github.io/python-docs-zh-tw/glossary.html#term-dictionary-comprehension
dictionary view(字典檢視)https://python.github.io/python-docs-zh-tw/glossary.html#term-dictionary-view
dictionary_id (compression.zstd.FrameInfo 的屬性)https://python.github.io/python-docs-zh-tw/library/compression.zstd.html#compression.zstd.FrameInfo.dictionary_id
dictionary(字典)https://python.github.io/python-docs-zh-tw/glossary.html#term-dictionary
comprehensionshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#index-17
displayhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#index-17
object(物件)https://python.github.io/python-docs-zh-tw/c-api/dict.html#index-0
[1]https://python.github.io/python-docs-zh-tw/library/stdtypes.html#index-53
[2]https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-31
[3]https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-51
[4]https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-86
[5]https://python.github.io/python-docs-zh-tw/reference/expressions.html#index-17
[6]https://python.github.io/python-docs-zh-tw/reference/expressions.html#index-42
[7]https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#index-11
type(型別), operations on(操作於)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#index-53
DictReader (csv 中的類別)https://python.github.io/python-docs-zh-tw/library/csv.html#csv.DictReader
DictWriter (csv 中的類別)https://python.github.io/python-docs-zh-tw/library/csv.html#csv.DictWriter
diff_bytes() (於 difflib 模組中)https://python.github.io/python-docs-zh-tw/library/difflib.html#difflib.diff_bytes
diff_files (filecmp.dircmp 的屬性)https://python.github.io/python-docs-zh-tw/library/filecmp.html#filecmp.dircmp.diff_files
Differ (difflib 中的類別)https://python.github.io/python-docs-zh-tw/library/difflib.html#difflib.Differ
difference() (frozenset 的方法)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.difference
difference_update() (frozenset 的方法)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.difference_update
modulehttps://python.github.io/python-docs-zh-tw/library/difflib.html#module-difflib
dig (sys.float_info 的屬性)https://python.github.io/python-docs-zh-tw/library/sys.html#sys.float_info.dig
digest() (hashlib.hash 的方法)https://python.github.io/python-docs-zh-tw/library/hashlib.html#hashlib.hash.digest
(hashlib.shake 的方法)https://python.github.io/python-docs-zh-tw/library/hashlib.html#hashlib.shake.digest
(hmac.HMAC 的方法)https://python.github.io/python-docs-zh-tw/library/hmac.html#hmac.HMAC.digest
(於 hmac 模組中)https://python.github.io/python-docs-zh-tw/library/hmac.html#hmac.digest
digest_size (hmac.HMAC 的屬性)https://python.github.io/python-docs-zh-tw/library/hmac.html#hmac.HMAC.digest_size
digit() (於 unicodedata 模組中)https://python.github.io/python-docs-zh-tw/library/unicodedata.html#unicodedata.digit
digits (於 string 模組中)https://python.github.io/python-docs-zh-tw/library/string.html#string.digits
built-in functionhttps://python.github.io/python-docs-zh-tw/library/functions.html#dir
dir() (ftplib.FTP 的方法)https://python.github.io/python-docs-zh-tw/library/ftplib.html#ftplib.FTP.dir
dircmp (filecmp 中的類別)https://python.github.io/python-docs-zh-tw/library/filecmp.html#filecmp.dircmp
compileall 命令列選項https://python.github.io/python-docs-zh-tw/library/compileall.html#cmdoption-compileall-arg-directory
Directory (tkinter.filedialog 中的類別)https://python.github.io/python-docs-zh-tw/library/dialog.html#tkinter.filedialog.Directory
changing(改變)https://python.github.io/python-docs-zh-tw/library/os.html#index-26
creating(建立)https://python.github.io/python-docs-zh-tw/library/os.html#index-28
deleting(刪除)https://python.github.io/python-docs-zh-tw/library/os.html#index-29
[1]https://python.github.io/python-docs-zh-tw/library/shutil.html#index-1
site-packageshttps://python.github.io/python-docs-zh-tw/library/site.html#index-1
traversal(遍歷)https://python.github.io/python-docs-zh-tw/library/os.html#index-31
[1]https://python.github.io/python-docs-zh-tw/library/os.html#index-32
walkinghttps://python.github.io/python-docs-zh-tw/library/os.html#index-31
[1]https://python.github.io/python-docs-zh-tw/library/os.html#index-32
DirEntry (os 中的類別)https://python.github.io/python-docs-zh-tw/library/os.html#os.DirEntry
dirname() (於 os.path 模組中)https://python.github.io/python-docs-zh-tw/library/os.path.html#os.path.dirname
dirs_double_event() (tkinter.filedialog.FileDialog 的方法)https://python.github.io/python-docs-zh-tw/library/dialog.html#tkinter.filedialog.FileDialog.dirs_double_event
dirs_select_event() (tkinter.filedialog.FileDialog 的方法)https://python.github.io/python-docs-zh-tw/library/dialog.html#tkinter.filedialog.FileDialog.dirs_select_event
DirsOnSysPath (test.support.import_helper 中的類別)https://python.github.io/python-docs-zh-tw/library/test.html#test.support.import_helper.DirsOnSysPath
DIRTYPE (於 tarfile 模組中)https://python.github.io/python-docs-zh-tw/library/tarfile.html#tarfile.DIRTYPE
modulehttps://python.github.io/python-docs-zh-tw/library/dis.html#module-dis
--helphttps://python.github.io/python-docs-zh-tw/library/dis.html#cmdoption-dis-h
--show-cacheshttps://python.github.io/python-docs-zh-tw/library/dis.html#cmdoption-dis-C
--show-offsetshttps://python.github.io/python-docs-zh-tw/library/dis.html#cmdoption-dis-O
--show-positionshttps://python.github.io/python-docs-zh-tw/library/dis.html#cmdoption-dis-P
--specializedhttps://python.github.io/python-docs-zh-tw/library/dis.html#cmdoption-dis-S
-Chttps://python.github.io/python-docs-zh-tw/library/dis.html#cmdoption-dis-C
-hhttps://python.github.io/python-docs-zh-tw/library/dis.html#cmdoption-dis-h
-Ohttps://python.github.io/python-docs-zh-tw/library/dis.html#cmdoption-dis-O
-Phttps://python.github.io/python-docs-zh-tw/library/dis.html#cmdoption-dis-P
-Shttps://python.github.io/python-docs-zh-tw/library/dis.html#cmdoption-dis-S
dis() (dis.Bytecode 的方法)https://python.github.io/python-docs-zh-tw/library/dis.html#dis.Bytecode.dis
(於 dis 模組中)https://python.github.io/python-docs-zh-tw/library/dis.html#dis.dis
(於 pickletools 模組中)https://python.github.io/python-docs-zh-tw/library/pickletools.html#pickletools.dis
disable (pdb command)https://python.github.io/python-docs-zh-tw/library/pdb.html#pdbcommand-disable
DISABLE (於 sys.monitoring 模組中)https://python.github.io/python-docs-zh-tw/library/sys.monitoring.html#sys.monitoring.DISABLE
disable() (bdb.Breakpoint 的方法)https://python.github.io/python-docs-zh-tw/library/bdb.html#bdb.Breakpoint.disable
(profile.Profile 的方法)https://python.github.io/python-docs-zh-tw/library/profile.html#profile.Profile.disable
(於 faulthandler 模組中)https://python.github.io/python-docs-zh-tw/library/faulthandler.html#faulthandler.disable
(於 gc 模組中)https://python.github.io/python-docs-zh-tw/library/gc.html#gc.disable
(於 logging 模組中)https://python.github.io/python-docs-zh-tw/library/logging.html#logging.disable
disable_current_event() (bdb.Bdb 的方法)https://python.github.io/python-docs-zh-tw/library/bdb.html#bdb.Bdb.disable_current_event
disable_faulthandler() (於 test.support 模組中)https://python.github.io/python-docs-zh-tw/library/test.html#test.support.disable_faulthandler
disable_gc() (於 test.support 模組中)https://python.github.io/python-docs-zh-tw/library/test.html#test.support.disable_gc
disable_interspersed_args() (optparse.OptionParser 的方法)https://python.github.io/python-docs-zh-tw/library/optparse.html#optparse.OptionParser.disable_interspersed_args
disabled (logging.Logger 的屬性)https://python.github.io/python-docs-zh-tw/library/logging.html#logging.Logger.disabled
DisableReflectionKey() (於 winreg 模組中)https://python.github.io/python-docs-zh-tw/library/winreg.html#winreg.DisableReflectionKey
disassemble() (於 dis 模組中)https://python.github.io/python-docs-zh-tw/library/dis.html#dis.disassemble
discard (http.cookiejar.Cookie 的屬性)https://python.github.io/python-docs-zh-tw/library/http.cookiejar.html#http.cookiejar.Cookie.discard
discard() (frozenset 的方法)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.discard
(mailbox.Mailbox 的方法)https://python.github.io/python-docs-zh-tw/library/mailbox.html#mailbox.Mailbox.discard
(mailbox.MH 的方法)https://python.github.io/python-docs-zh-tw/library/mailbox.html#mailbox.MH.discard
disco() (於 dis 模組中)https://python.github.io/python-docs-zh-tw/library/dis.html#dis.disco
discover() (unittest.TestLoader 的方法)https://python.github.io/python-docs-zh-tw/library/unittest.html#unittest.TestLoader.discover
disk_usage() (於 shutil 模組中)https://python.github.io/python-docs-zh-tw/library/shutil.html#shutil.disk_usage
dispatch_call() (bdb.Bdb 的方法)https://python.github.io/python-docs-zh-tw/library/bdb.html#bdb.Bdb.dispatch_call
dispatch_exception() (bdb.Bdb 的方法)https://python.github.io/python-docs-zh-tw/library/bdb.html#bdb.Bdb.dispatch_exception
dispatch_line() (bdb.Bdb 的方法)https://python.github.io/python-docs-zh-tw/library/bdb.html#bdb.Bdb.dispatch_line
dispatch_return() (bdb.Bdb 的方法)https://python.github.io/python-docs-zh-tw/library/bdb.html#bdb.Bdb.dispatch_return
dispatch_table (pickle.Pickler 的屬性)https://python.github.io/python-docs-zh-tw/library/pickle.html#pickle.Pickler.dispatch_table
DISPLAYhttps://python.github.io/python-docs-zh-tw/library/tkinter.html#index-8
dictionary(字典)https://python.github.io/python-docs-zh-tw/reference/expressions.html#index-17
list(串列)https://python.github.io/python-docs-zh-tw/reference/expressions.html#index-15
set(集合)https://python.github.io/python-docs-zh-tw/reference/expressions.html#index-16
display (pdb command)https://python.github.io/python-docs-zh-tw/library/pdb.html#pdbcommand-display
display_name (email.headerregistry.Address 的屬性)https://python.github.io/python-docs-zh-tw/library/email.headerregistry.html#email.headerregistry.Address.display_name
(email.headerregistry.Group 的屬性)https://python.github.io/python-docs-zh-tw/library/email.headerregistry.html#email.headerregistry.Group.display_name
displayhook() (於 sys 模組中)https://python.github.io/python-docs-zh-tw/library/sys.html#sys.displayhook
dist() (於 math 模組中)https://python.github.io/python-docs-zh-tw/library/math.html#math.dist
distance() (於 turtle 模組中)https://python.github.io/python-docs-zh-tw/library/turtle.html#turtle.distance
distb() (於 dis 模組中)https://python.github.io/python-docs-zh-tw/library/dis.html#dis.distb
Distribution (importlib.metadata 中的類別)https://python.github.io/python-docs-zh-tw/library/importlib.metadata.html#importlib.metadata.Distribution
distribution() (於 importlib.metadata 模組中)https://python.github.io/python-docs-zh-tw/library/importlib.metadata.html#importlib.metadata.distribution
modulehttps://python.github.io/python-docs-zh-tw/library/distutils.html#module-distutils
Div (ast 中的類別)https://python.github.io/python-docs-zh-tw/library/ast.html#ast.Div
divide() (decimal.Context 的方法)https://python.github.io/python-docs-zh-tw/library/decimal.html#decimal.Context.divide
divide_int() (decimal.Context 的方法)https://python.github.io/python-docs-zh-tw/library/decimal.html#decimal.Context.divide_int
division (於 __future__ 模組中)https://python.github.io/python-docs-zh-tw/library/__future__.html#future__.division
DivisionByZero (decimal 中的類別)https://python.github.io/python-docs-zh-tw/library/decimal.html#decimal.DivisionByZero
division(除)https://python.github.io/python-docs-zh-tw/reference/expressions.html#index-68
built-in function(內建函式)https://python.github.io/python-docs-zh-tw/c-api/number.html#index-0
[1]https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-106
[2]https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-107
built-in functionhttps://python.github.io/python-docs-zh-tw/library/functions.html#divmod
divmod() (decimal.Context 的方法)https://python.github.io/python-docs-zh-tw/library/decimal.html#decimal.Context.divmod
DLE (於 curses.ascii 模組中)https://python.github.io/python-docs-zh-tw/library/curses.ascii.html#curses.ascii.DLE
DllCanUnloadNow() (於 ctypes 模組中)https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.DllCanUnloadNow
DllGetClassObject() (於 ctypes 模組中)https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.DllGetClassObject
dllhandle (於 sys 模組中)https://python.github.io/python-docs-zh-tw/library/sys.html#sys.dllhandle
dllist() (於 ctypes.util 模組中)https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.util.dllist
dnd_start() (於 tkinter.dnd 模組中)https://python.github.io/python-docs-zh-tw/library/tkinter.dnd.html#tkinter.dnd.dnd_start
DndHandler (tkinter.dnd 中的類別)https://python.github.io/python-docs-zh-tw/library/tkinter.dnd.html#tkinter.dnd.DndHandler
dngettext() (於 gettext 模組中)https://python.github.io/python-docs-zh-tw/library/gettext.html#gettext.dngettext
dnpgettext() (於 gettext 模組中)https://python.github.io/python-docs-zh-tw/library/gettext.html#gettext.dnpgettext
do_clear() (bdb.Bdb 的方法)https://python.github.io/python-docs-zh-tw/library/bdb.html#bdb.Bdb.do_clear
do_command() (curses.textpad.Textbox 的方法)https://python.github.io/python-docs-zh-tw/library/curses.html#curses.textpad.Textbox.do_command
do_GET() (http.server.SimpleHTTPRequestHandler 的方法)https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.SimpleHTTPRequestHandler.do_GET
do_handshake() (ssl.SSLSocket 的方法)https://python.github.io/python-docs-zh-tw/library/ssl.html#ssl.SSLSocket.do_handshake
do_HEAD() (http.server.SimpleHTTPRequestHandler 的方法)https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.SimpleHTTPRequestHandler.do_HEAD
do_help() (cmd.Cmd 的方法)https://python.github.io/python-docs-zh-tw/library/cmd.html#cmd.Cmd.do_help
do_POST() (http.server.CGIHTTPRequestHandler 的方法)https://python.github.io/python-docs-zh-tw/library/http.server.html#http.server.CGIHTTPRequestHandler.do_POST
doc (json.JSONDecodeError 的屬性)https://python.github.io/python-docs-zh-tw/library/json.html#json.JSONDecodeError.doc
(tomllib.TOMLDecodeError 的屬性)https://python.github.io/python-docs-zh-tw/library/tomllib.html#tomllib.TOMLDecodeError.doc
doc_header (cmd.Cmd 的屬性)https://python.github.io/python-docs-zh-tw/library/cmd.html#cmd.Cmd.doc_header
DocCGIXMLRPCRequestHandler (xmlrpc.server 中的類別)https://python.github.io/python-docs-zh-tw/library/xmlrpc.server.html#xmlrpc.server.DocCGIXMLRPCRequestHandler
DocFileSuite() (於 doctest 模組中)https://python.github.io/python-docs-zh-tw/library/doctest.html#doctest.DocFileSuite
doClassCleanups() (unittest.TestCase 的類別方法)https://python.github.io/python-docs-zh-tw/library/unittest.html#unittest.TestCase.doClassCleanups
doCleanups() (unittest.TestCase 的方法)https://python.github.io/python-docs-zh-tw/library/unittest.html#unittest.TestCase.doCleanups
docmd() (smtplib.SMTP 的方法)https://python.github.io/python-docs-zh-tw/library/smtplib.html#smtplib.SMTP.docmd
docstring (doctest.DocTest 的屬性)https://python.github.io/python-docs-zh-tw/library/doctest.html#doctest.DocTest.docstring
docstrings(說明字串)https://python.github.io/python-docs-zh-tw/tutorial/controlflow.html#index-3
[1]https://python.github.io/python-docs-zh-tw/tutorial/controlflow.html#index-6
docstring(說明字串)https://python.github.io/python-docs-zh-tw/glossary.html#term-docstring
[1]https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#index-45
modulehttps://python.github.io/python-docs-zh-tw/library/doctest.html#module-doctest
DocTest (doctest 中的類別)https://python.github.io/python-docs-zh-tw/library/doctest.html#doctest.DocTest
--fail-fasthttps://python.github.io/python-docs-zh-tw/library/doctest.html#cmdoption-doctest-f
--optionhttps://python.github.io/python-docs-zh-tw/library/doctest.html#cmdoption-doctest-o
--verbosehttps://python.github.io/python-docs-zh-tw/library/doctest.html#cmdoption-doctest-v
-fhttps://python.github.io/python-docs-zh-tw/library/doctest.html#cmdoption-doctest-f
-ohttps://python.github.io/python-docs-zh-tw/library/doctest.html#cmdoption-doctest-o
-vhttps://python.github.io/python-docs-zh-tw/library/doctest.html#cmdoption-doctest-v
DocTestFailurehttps://python.github.io/python-docs-zh-tw/library/doctest.html#doctest.DocTestFailure
DocTestFinder (doctest 中的類別)https://python.github.io/python-docs-zh-tw/library/doctest.html#doctest.DocTestFinder
DocTestParser (doctest 中的類別)https://python.github.io/python-docs-zh-tw/library/doctest.html#doctest.DocTestParser
DocTestRunner (doctest 中的類別)https://python.github.io/python-docs-zh-tw/library/doctest.html#doctest.DocTestRunner
DocTestSuite() (於 doctest 模組中)https://python.github.io/python-docs-zh-tw/library/doctest.html#doctest.DocTestSuite
doctype() (xml.etree.ElementTree.TreeBuilder 的方法)https://python.github.io/python-docs-zh-tw/library/xml.etree.elementtree.html#xml.etree.ElementTree.TreeBuilder.doctype
documentation string(文件字串)https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-66
generation(產生)https://python.github.io/python-docs-zh-tw/library/pydoc.html#index-0
online(線上)https://python.github.io/python-docs-zh-tw/library/pydoc.html#index-0
documentElement (xml.dom.Document 的屬性)https://python.github.io/python-docs-zh-tw/library/xml.dom.html#xml.dom.Document.documentElement
DocXMLRPCRequestHandler (xmlrpc.server 中的類別)https://python.github.io/python-docs-zh-tw/library/xmlrpc.server.html#xmlrpc.server.DocXMLRPCRequestHandler
DocXMLRPCServer (xmlrpc.server 中的類別)https://python.github.io/python-docs-zh-tw/library/xmlrpc.server.html#xmlrpc.server.DocXMLRPCServer
does_esmtp (smtplib.SMTP 的屬性)https://python.github.io/python-docs-zh-tw/library/smtplib.html#smtplib.SMTP.does_esmtp
domain (email.headerregistry.Address 的屬性)https://python.github.io/python-docs-zh-tw/library/email.headerregistry.html#email.headerregistry.Address.domain
(http.cookiejar.Cookie 的屬性)https://python.github.io/python-docs-zh-tw/library/http.cookiejar.html#http.cookiejar.Cookie.domain
(http.cookies.Morsel 的屬性)https://python.github.io/python-docs-zh-tw/library/http.cookies.html#http.cookies.Morsel.domain
(tracemalloc.DomainFilter 的屬性)https://python.github.io/python-docs-zh-tw/library/tracemalloc.html#tracemalloc.DomainFilter.domain
(tracemalloc.Filter 的屬性)https://python.github.io/python-docs-zh-tw/library/tracemalloc.html#tracemalloc.Filter.domain
(tracemalloc.Trace 的屬性)https://python.github.io/python-docs-zh-tw/library/tracemalloc.html#tracemalloc.Trace.domain
domain_initial_dot (http.cookiejar.Cookie 的屬性)https://python.github.io/python-docs-zh-tw/library/http.cookiejar.html#http.cookiejar.Cookie.domain_initial_dot
domain_return_ok() (http.cookiejar.CookiePolicy 的方法)https://python.github.io/python-docs-zh-tw/library/http.cookiejar.html#http.cookiejar.CookiePolicy.domain_return_ok
domain_specified (http.cookiejar.Cookie 的屬性)https://python.github.io/python-docs-zh-tw/library/http.cookiejar.html#http.cookiejar.Cookie.domain_specified
DomainFilter (tracemalloc 中的類別)https://python.github.io/python-docs-zh-tw/library/tracemalloc.html#tracemalloc.DomainFilter
DomainLiberal (http.cookiejar.DefaultCookiePolicy 的屬性)https://python.github.io/python-docs-zh-tw/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.DomainLiberal
DomainRFC2965Match (http.cookiejar.DefaultCookiePolicy 的屬性)https://python.github.io/python-docs-zh-tw/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.DomainRFC2965Match
DomainStrict (http.cookiejar.DefaultCookiePolicy 的屬性)https://python.github.io/python-docs-zh-tw/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.DomainStrict
DomainStrictNoDots (http.cookiejar.DefaultCookiePolicy 的屬性)https://python.github.io/python-docs-zh-tw/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.DomainStrictNoDots
DomainStrictNonDomain (http.cookiejar.DefaultCookiePolicy 的屬性)https://python.github.io/python-docs-zh-tw/library/http.cookiejar.html#http.cookiejar.DefaultCookiePolicy.DomainStrictNonDomain
DOMEventStream (xml.dom.pulldom 中的類別)https://python.github.io/python-docs-zh-tw/library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream
DOMExceptionhttps://python.github.io/python-docs-zh-tw/library/xml.dom.html#xml.dom.DOMException
doModuleCleanups() (於 unittest 模組中)https://python.github.io/python-docs-zh-tw/library/unittest.html#unittest.doModuleCleanups
DomstringSizeErrhttps://python.github.io/python-docs-zh-tw/library/xml.dom.html#xml.dom.DomstringSizeErr
done() (asyncio.Future 的方法)https://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future.done
(asyncio.Task 的方法)https://python.github.io/python-docs-zh-tw/library/asyncio-task.html#asyncio.Task.done
(concurrent.futures.Future 的方法)https://python.github.io/python-docs-zh-tw/library/concurrent.futures.html#concurrent.futures.Future.done
(graphlib.TopologicalSorter 的方法)https://python.github.io/python-docs-zh-tw/library/graphlib.html#graphlib.TopologicalSorter.done
(於 turtle 模組中)https://python.github.io/python-docs-zh-tw/library/turtle.html#turtle.done
DONT_ACCEPT_BLANKLINE (於 doctest 模組中)https://python.github.io/python-docs-zh-tw/library/doctest.html#doctest.DONT_ACCEPT_BLANKLINE
DONT_ACCEPT_TRUE_FOR_1 (於 doctest 模組中)https://python.github.io/python-docs-zh-tw/library/doctest.html#doctest.DONT_ACCEPT_TRUE_FOR_1
dont_write_bytecode (sys.flags 的屬性)https://python.github.io/python-docs-zh-tw/library/sys.html#sys.flags.dont_write_bytecode
(於 sys 模組中)https://python.github.io/python-docs-zh-tw/library/sys.html#sys.dont_write_bytecode
doRollover() (logging.handlers.RotatingFileHandler 的方法)https://python.github.io/python-docs-zh-tw/library/logging.handlers.html#logging.handlers.RotatingFileHandler.doRollover
(logging.handlers.TimedRotatingFileHandler 的方法)https://python.github.io/python-docs-zh-tw/library/logging.handlers.html#logging.handlers.TimedRotatingFileHandler.doRollover
DOT (於 token 模組中)https://python.github.io/python-docs-zh-tw/library/token.html#token.DOT
dot() (於 turtle 模組中)https://python.github.io/python-docs-zh-tw/library/turtle.html#turtle.dot
DOTALL (於 re 模組中)https://python.github.io/python-docs-zh-tw/library/re.html#re.DOTALL
doublequote (csv.Dialect 的屬性)https://python.github.io/python-docs-zh-tw/library/csv.html#csv.Dialect.doublequote
DOUBLESLASH (於 token 模組中)https://python.github.io/python-docs-zh-tw/library/token.html#token.DOUBLESLASH
DOUBLESLASHEQUAL (於 token 模組中)https://python.github.io/python-docs-zh-tw/library/token.html#token.DOUBLESLASHEQUAL
DOUBLESTAR (於 token 模組中)https://python.github.io/python-docs-zh-tw/library/token.html#token.DOUBLESTAR
DOUBLESTAREQUAL (於 token 模組中)https://python.github.io/python-docs-zh-tw/library/token.html#token.DOUBLESTAREQUAL
doupdate() (於 curses 模組中)https://python.github.io/python-docs-zh-tw/library/curses.html#curses.doupdate
down (pdb command)https://python.github.io/python-docs-zh-tw/library/pdb.html#pdbcommand-down
down() (於 turtle 模組中)https://python.github.io/python-docs-zh-tw/library/turtle.html#turtle.down
dpgettext() (於 gettext 模組中)https://python.github.io/python-docs-zh-tw/library/gettext.html#gettext.dpgettext
drain() (asyncio.StreamWriter 的方法)https://python.github.io/python-docs-zh-tw/library/asyncio-stream.html#asyncio.StreamWriter.drain
drive (pathlib.PurePath 的屬性)https://python.github.io/python-docs-zh-tw/library/pathlib.html#pathlib.PurePath.drive
drop_whitespace (textwrap.TextWrapper 的屬性)https://python.github.io/python-docs-zh-tw/library/textwrap.html#textwrap.TextWrapper.drop_whitespace
dropwhile() (於 itertools 模組中)https://python.github.io/python-docs-zh-tw/library/itertools.html#itertools.dropwhile
dst() (datetime.datetime 的方法)https://python.github.io/python-docs-zh-tw/library/datetime.html#datetime.datetime.dst
(datetime.time 的方法)https://python.github.io/python-docs-zh-tw/library/datetime.html#datetime.time.dst
(datetime.timezone 的方法)https://python.github.io/python-docs-zh-tw/library/datetime.html#datetime.timezone.dst
(datetime.tzinfo 的方法)https://python.github.io/python-docs-zh-tw/library/datetime.html#datetime.tzinfo.dst
DTDHandler (xml.sax.handler 中的類別)https://python.github.io/python-docs-zh-tw/library/xml.sax.handler.html#xml.sax.handler.DTDHandler
duck-typing(鴨子型別)https://python.github.io/python-docs-zh-tw/glossary.html#term-duck-typing
dump() (pickle.Pickler 的方法)https://python.github.io/python-docs-zh-tw/library/pickle.html#pickle.Pickler.dump
(tracemalloc.Snapshot 的方法)https://python.github.io/python-docs-zh-tw/library/tracemalloc.html#tracemalloc.Snapshot.dump
(於 ast 模組中)https://python.github.io/python-docs-zh-tw/library/ast.html#ast.dump
(於 json 模組中)https://python.github.io/python-docs-zh-tw/library/json.html#json.dump
(於 marshal 模組中)https://python.github.io/python-docs-zh-tw/library/marshal.html#marshal.dump
(於 pickle 模組中)https://python.github.io/python-docs-zh-tw/library/pickle.html#pickle.dump
(於 plistlib 模組中)https://python.github.io/python-docs-zh-tw/library/plistlib.html#plistlib.dump
(於 xml.etree.ElementTree 模組中)https://python.github.io/python-docs-zh-tw/library/xml.etree.elementtree.html#xml.etree.ElementTree.dump
dump_c_stack() (於 faulthandler 模組中)https://python.github.io/python-docs-zh-tw/library/faulthandler.html#faulthandler.dump_c_stack
dump_stats() (profile.Profile 的方法)https://python.github.io/python-docs-zh-tw/library/profile.html#profile.Profile.dump_stats
(pstats.Stats 的方法)https://python.github.io/python-docs-zh-tw/library/profile.html#pstats.Stats.dump_stats
dump_traceback() (於 faulthandler 模組中)https://python.github.io/python-docs-zh-tw/library/faulthandler.html#faulthandler.dump_traceback
dump_traceback_later() (於 faulthandler 模組中)https://python.github.io/python-docs-zh-tw/library/faulthandler.html#faulthandler.dump_traceback_later
dumps() (於 json 模組中)https://python.github.io/python-docs-zh-tw/library/json.html#json.dumps
(於 marshal 模組中)https://python.github.io/python-docs-zh-tw/library/marshal.html#marshal.dumps
(於 pickle 模組中)https://python.github.io/python-docs-zh-tw/library/pickle.html#pickle.dumps
(於 plistlib 模組中)https://python.github.io/python-docs-zh-tw/library/plistlib.html#plistlib.dumps
(於 xmlrpc.client 模組中)https://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#xmlrpc.client.dumps
dunder(雙底線)https://python.github.io/python-docs-zh-tw/glossary.html#term-dunder
dup() (socket.socket 的方法)https://python.github.io/python-docs-zh-tw/library/socket.html#socket.socket.dup
(於 os 模組中)https://python.github.io/python-docs-zh-tw/library/os.html#os.dup
dup2() (於 os 模組中)https://python.github.io/python-docs-zh-tw/library/os.html#os.dup2
DuplicateOptionErrorhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.DuplicateOptionError
DuplicateSectionErrorhttps://python.github.io/python-docs-zh-tw/library/configparser.html#configparser.DuplicateSectionError
dwFlags (subprocess.STARTUPINFO 的屬性)https://python.github.io/python-docs-zh-tw/library/subprocess.html#subprocess.STARTUPINFO.dwFlags
DynamicClassAttribute() (於 types 模組中)https://python.github.io/python-docs-zh-tw/library/types.html#types.DynamicClassAttribute
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
索引https://python.github.io/python-docs-zh-tw/genindex-D.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.