René's URL Explorer Experiment


Title: 3. 資料模型 — 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/contents.html
3. 資料模型https://python.github.io/python-docs-zh-tw/reference/datamodel.html
3.1. 物件、數值和型別https://python.github.io/python-docs-zh-tw/reference/datamodel.html#objects-values-and-types
3.2. 標準型別階層https://python.github.io/python-docs-zh-tw/reference/datamodel.html#the-standard-type-hierarchy
3.2.1. Nonehttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#none
3.2.2. NotImplementedhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#notimplemented
3.2.3. Ellipsishttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#ellipsis
3.2.4. numbers.Numberhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#numbers-number
3.2.4.1. numbers.Integralhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#numbers-integral
3.2.4.2. numbers.Real (float)https://python.github.io/python-docs-zh-tw/reference/datamodel.html#numbers-real-float
3.2.4.3. numbers.Complex (complex)https://python.github.io/python-docs-zh-tw/reference/datamodel.html#numbers-complex-complex
3.2.5. Sequenceshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#sequences
3.2.5.1. Immutable sequenceshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#immutable-sequences
3.2.5.2. 可變序列https://python.github.io/python-docs-zh-tw/reference/datamodel.html#mutable-sequences
3.2.6. Set(集合)型別https://python.github.io/python-docs-zh-tw/reference/datamodel.html#set-types
3.2.7. 對映https://python.github.io/python-docs-zh-tw/reference/datamodel.html#mappings
3.2.7.1. 字典https://python.github.io/python-docs-zh-tw/reference/datamodel.html#dictionaries
3.2.8. 可呼叫型別https://python.github.io/python-docs-zh-tw/reference/datamodel.html#callable-types
3.2.8.1. 自訂函式https://python.github.io/python-docs-zh-tw/reference/datamodel.html#user-defined-functions
3.2.8.1.1. 特殊唯讀屬性https://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-read-only-attributes
3.2.8.1.2. 特殊可寫屬性https://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-writable-attributes
3.2.8.2. 實例方法https://python.github.io/python-docs-zh-tw/reference/datamodel.html#instance-methods
3.2.8.3. 產生器函式https://python.github.io/python-docs-zh-tw/reference/datamodel.html#generator-functions
3.2.8.4. Coroutine(協程)函式https://python.github.io/python-docs-zh-tw/reference/datamodel.html#coroutine-functions
3.2.8.5. 非同步產生器函式https://python.github.io/python-docs-zh-tw/reference/datamodel.html#asynchronous-generator-functions
3.2.8.6. 內建函式https://python.github.io/python-docs-zh-tw/reference/datamodel.html#built-in-functions
3.2.8.7. 內建方法https://python.github.io/python-docs-zh-tw/reference/datamodel.html#built-in-methods
3.2.8.8. Classeshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#classes
3.2.8.9. 類別實例https://python.github.io/python-docs-zh-tw/reference/datamodel.html#class-instances
3.2.9. 模組https://python.github.io/python-docs-zh-tw/reference/datamodel.html#modules
3.2.9.1. Import-related attributes on module objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#import-related-attributes-on-module-objects
3.2.9.2. 模組物件的其他可寫入屬性https://python.github.io/python-docs-zh-tw/reference/datamodel.html#other-writable-attributes-on-module-objects
3.2.9.3. 模組字典https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module-dictionaries
3.2.10. Custom classeshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#custom-classes
3.2.10.1. 特殊屬性https://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-attributes
3.2.10.2. 特殊方法https://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-methods
3.2.11. 類別實例https://python.github.io/python-docs-zh-tw/reference/datamodel.html#id4
3.2.11.1. 特殊屬性https://python.github.io/python-docs-zh-tw/reference/datamodel.html#id5
3.2.12. I/O objects (also known as file objects)https://python.github.io/python-docs-zh-tw/reference/datamodel.html#i-o-objects-also-known-as-file-objects
3.2.13. Internal typeshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#internal-types
3.2.13.1. 程式碼物件https://python.github.io/python-docs-zh-tw/reference/datamodel.html#code-objects
3.2.13.1.1. 特殊唯讀屬性https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-64
3.2.13.1.2. 用於程式碼物件的方法https://python.github.io/python-docs-zh-tw/reference/datamodel.html#methods-on-code-objects
3.2.13.2. Frame objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame-objects
3.2.13.2.1. 特殊唯讀屬性https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-70
3.2.13.2.2. 特殊可寫屬性https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-71
3.2.13.2.3. Frame object methodshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame-object-methods
3.2.13.3. Traceback objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#traceback-objects
3.2.13.4. Slice objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#slice-objects
3.2.13.5. Static method objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#static-method-objects
3.2.13.6. Class method objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#class-method-objects
3.3. Special method nameshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-method-names
3.3.1. Basic customizationhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#basic-customization
3.3.2. Customizing attribute accesshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#customizing-attribute-access
3.3.2.1. Customizing module attribute accesshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#customizing-module-attribute-access
3.3.2.2. 實作描述器https://python.github.io/python-docs-zh-tw/reference/datamodel.html#implementing-descriptors
3.3.2.3. Invoking Descriptorshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#invoking-descriptors
3.3.2.4. __slots__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#slots
3.3.3. Customizing class creationhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#customizing-class-creation
3.3.3.1. Metaclasseshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#metaclasses
3.3.3.2. Resolving MRO entrieshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#resolving-mro-entries
3.3.3.3. Determining the appropriate metaclasshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#determining-the-appropriate-metaclass
3.3.3.4. Preparing the class namespacehttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#preparing-the-class-namespace
3.3.3.5. Executing the class bodyhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#executing-the-class-body
3.3.3.6. Creating the class objecthttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#creating-the-class-object
3.3.3.7. Uses for metaclasseshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#uses-for-metaclasses
3.3.4. Customizing instance and subclass checkshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#customizing-instance-and-subclass-checks
3.3.5. Emulating generic typeshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#emulating-generic-types
3.3.5.1. The purpose of __class_getitem__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#the-purpose-of-class-getitem
3.3.5.2. __class_getitem__ versus __getitem__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#class-getitem-versus-getitem
3.3.6. Emulating callable objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#emulating-callable-objects
3.3.7. Emulating container typeshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#emulating-container-types
3.3.8. Emulating numeric typeshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#emulating-numeric-types
3.3.9. With 陳述式的情境管理器https://python.github.io/python-docs-zh-tw/reference/datamodel.html#with-statement-context-managers
3.3.10. Customizing positional arguments in class pattern matchinghttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#customizing-positional-arguments-in-class-pattern-matching
3.3.11. Emulating buffer typeshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#emulating-buffer-types
3.3.12. Annotationshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#annotations
3.3.13. Special method lookuphttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-method-lookup
3.4. 協程https://python.github.io/python-docs-zh-tw/reference/datamodel.html#coroutines
3.4.1. Awaitable Objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#awaitable-objects
3.4.2. 協程物件https://python.github.io/python-docs-zh-tw/reference/datamodel.html#coroutine-objects
3.4.3. Asynchronous Iteratorshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#asynchronous-iterators
3.4.4. Asynchronous Context Managershttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#asynchronous-context-managers
2. 詞法分析https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html
4. 執行模型https://python.github.io/python-docs-zh-tw/reference/executionmodel.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/reference/datamodel.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/reference/executionmodel.html
上一頁https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 語言參考手冊https://python.github.io/python-docs-zh-tw/reference/index.html
3. 資料模型https://python.github.io/python-docs-zh-tw/reference/datamodel.html
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#data-model
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#objects-values-and-types
ishttps://python.github.io/python-docs-zh-tw/reference/expressions.html#is
id()https://python.github.io/python-docs-zh-tw/library/functions.html#id
type()https://python.github.io/python-docs-zh-tw/library/functions.html#type
[1]https://python.github.io/python-docs-zh-tw/reference/datamodel.html#id20
gchttps://python.github.io/python-docs-zh-tw/library/gc.html#module-gc
tryhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#try
excepthttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#except
tryhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#try
finallyhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#finally
withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#with
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#the-standard-type-hierarchy
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#none
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#notimplemented
NotImplementedhttps://python.github.io/python-docs-zh-tw/library/constants.html#NotImplemented
實作算術操作https://python.github.io/python-docs-zh-tw/library/numbers.html#implementing-the-arithmetic-operations
NotImplementedhttps://python.github.io/python-docs-zh-tw/library/constants.html#NotImplemented
NotImplementedhttps://python.github.io/python-docs-zh-tw/library/constants.html#NotImplemented
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
Truehttps://python.github.io/python-docs-zh-tw/library/constants.html#True
DeprecationWarninghttps://python.github.io/python-docs-zh-tw/library/exceptions.html#DeprecationWarning
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#ellipsis
numbers.Numberhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Number
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#numbers-number
__repr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__repr__
__str__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__str__
numbers.Integralhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Integral
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#numbers-integral
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
boolhttps://python.github.io/python-docs-zh-tw/library/functions.html#bool
numbers.Realhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Real
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#numbers-real-float
numbers.Complexhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Complex
complexhttps://python.github.io/python-docs-zh-tw/library/functions.html#complex
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#numbers-complex-complex
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#sequences
len()https://python.github.io/python-docs-zh-tw/library/functions.html#len
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#immutable-sequences
ord()https://python.github.io/python-docs-zh-tw/library/functions.html#ord
chr()https://python.github.io/python-docs-zh-tw/library/functions.html#chr
str.encode()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.encode
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytes.decode()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.decode
bytes()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
decode()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.decode
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#mutable-sequences
delhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#del
collectionshttps://python.github.io/python-docs-zh-tw/library/collections.html#module-collections
arrayhttps://python.github.io/python-docs-zh-tw/library/array.html#module-array
bytearray()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#set-types
len()https://python.github.io/python-docs-zh-tw/library/functions.html#len
set()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
addhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset.add
frozenset()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset
hashablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#mappings
delhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#del
len()https://python.github.io/python-docs-zh-tw/library/functions.html#len
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#dictionaries
Dictionary displayshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#dict
dbm.ndbmhttps://python.github.io/python-docs-zh-tw/library/dbm.html#module-dbm.ndbm
dbm.gnuhttps://python.github.io/python-docs-zh-tw/library/dbm.html#module-dbm.gnu
collectionshttps://python.github.io/python-docs-zh-tw/library/collections.html#module-collections
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#callable-types
Callshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#calls
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#user-defined-functions
函式定義https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#function
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-read-only-attributes
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__globals__
dictionaryhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
global variableshttps://python.github.io/python-docs-zh-tw/reference/executionmodel.html#naming
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__closure__
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
co_freevarshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_freevars
code objecthttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__code__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-writable-attributes
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__doc__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__name__
__name__ attributeshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#definition.__name__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__qualname__
qualified namehttps://python.github.io/python-docs-zh-tw/glossary.html#term-qualified-name
__qualname__ attributeshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#definition.__qualname__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__module__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__defaults__
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
parameterhttps://python.github.io/python-docs-zh-tw/glossary.html#term-parameter
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__code__
程式碼物件https://python.github.io/python-docs-zh-tw/reference/datamodel.html#code-objects
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__dict__
__dict__ attributeshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__annotations__
dictionaryhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
parametershttps://python.github.io/python-docs-zh-tw/glossary.html#term-parameter
object.__annotations__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__annotations__
lazily evaluatedhttps://python.github.io/python-docs-zh-tw/reference/executionmodel.html#lazy-evaluation
PEP 649https://peps.python.org/pep-0649/
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__annotate__
annotate functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-annotate-function
object.__annotate__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__annotate__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__kwdefaults__
dictionaryhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
parametershttps://python.github.io/python-docs-zh-tw/glossary.html#term-parameter
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__type_params__
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
type parametershttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#type-params
generic functionhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#generic-functions
built-in functionshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#builtin-functions
code objecthttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#code-objects
__code__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__code__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#instance-methods
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#method.__self__
boundhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#method-binding
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#method.__func__
function objecthttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#user-defined-funcs
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#method.__doc__
method.__func__.__doc__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__doc__
stringhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#method.__name__
method.__func__.__name__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__name__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#method.__module__
function objecthttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#user-defined-funcs
function objecthttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#user-defined-funcs
classmethodhttps://python.github.io/python-docs-zh-tw/library/functions.html#classmethod
function objecthttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#user-defined-funcs
__self__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#method.__self__
__func__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#method.__func__
classmethodhttps://python.github.io/python-docs-zh-tw/library/functions.html#classmethod
__self__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#method.__self__
__func__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#method.__func__
__func__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#method.__func__
__self__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#method.__self__
classmethodhttps://python.github.io/python-docs-zh-tw/library/functions.html#classmethod
__self__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#method.__self__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#generator-functions
yieldhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#yield
yield 陳述式https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#yield
iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
iterator.__next__()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#iterator.__next__
returnhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#return
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#coroutine-functions
async defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-def
coroutinehttps://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine
awaithttps://python.github.io/python-docs-zh-tw/reference/expressions.html#await
async withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-with
async forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-for
協程物件https://python.github.io/python-docs-zh-tw/reference/datamodel.html#coroutine-objects
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#asynchronous-generator-functions
async defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-def
yieldhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#yield
asynchronous iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-iterator
async forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-for
aiterator.__anext__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__anext__
awaitablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-awaitable
yieldhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#yield
returnhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#return
StopAsyncIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopAsyncIteration
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#built-in-functions
len()https://python.github.io/python-docs-zh-tw/library/functions.html#len
math.sin()https://python.github.io/python-docs-zh-tw/library/math.html#math.sin
mathhttps://python.github.io/python-docs-zh-tw/library/math.html#module-math
function.__doc__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__doc__
function.__name__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__name__
function.__module__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__module__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#built-in-methods
other instance methodshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#method.__self__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#classes
__new__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__new__
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#class-instances
__call__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__call__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#modules
import systemhttps://python.github.io/python-docs-zh-tw/reference/import.html#importsystem
importhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#import
importlib.import_module()https://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.import_module
__import__()https://python.github.io/python-docs-zh-tw/library/functions.html#import__
dictionaryhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
__globals__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__globals__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#import-related-attributes-on-module-objects
import systemhttps://python.github.io/python-docs-zh-tw/reference/import.html#importsystem
spechttps://python.github.io/python-docs-zh-tw/glossary.html#term-module-spec
loaderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-loader
importlib.util.module_from_spec()https://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.util.module_from_spec
types.ModuleTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.ModuleType
__name__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__name__
__spec__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__spec__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__name__
module.__spec__.namehttps://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.machinery.ModuleSpec.name
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__spec__
module spechttps://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.machinery.ModuleSpec
模組規格https://python.github.io/python-docs-zh-tw/reference/import.html#module-specs
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__package__
packagehttps://python.github.io/python-docs-zh-tw/glossary.html#term-package
module.__name__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__name__
PEP 366https://peps.python.org/pep-0366/
__name__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__name__
types.ModuleTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.ModuleType
importlib.util.module_from_spec()https://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.util.module_from_spec
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
module.__spec__.parenthttps://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.machinery.ModuleSpec.parent
__package__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__package__
types.ModuleTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.ModuleType
__spec__.parenthttps://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.machinery.ModuleSpec.parent
__package__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__package__
ImportWarninghttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ImportWarning
__spec__.parenthttps://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.machinery.ModuleSpec.parent
DeprecationWarninghttps://python.github.io/python-docs-zh-tw/library/exceptions.html#DeprecationWarning
ImportWarninghttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ImportWarning
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__loader__
loaderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-loader
types.ModuleTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.ModuleType
importlib.util.module_from_spec()https://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.util.module_from_spec
loaderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-loader
module.__spec__.loaderhttps://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.machinery.ModuleSpec.loader
types.ModuleTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.ModuleType
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__path__
sequencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-sequence
__path__ attributes on moduleshttps://python.github.io/python-docs-zh-tw/reference/import.html#package-path-rules
module.__spec__.submodule_search_locationshttps://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.machinery.ModuleSpec.submodule_search_locations
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__file__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__cached__
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
import systemhttps://python.github.io/python-docs-zh-tw/reference/import.html#importsystem
PEP 3147https://peps.python.org/pep-3147/
loaderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-loader
finderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-finder
module.__spec__.cachedhttps://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.machinery.ModuleSpec.cached
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#other-writable-attributes-on-module-objects
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__doc__
__doc__ attributeshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#definition.__doc__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__annotations__
variable annotationshttps://python.github.io/python-docs-zh-tw/glossary.html#term-variable-annotation
annotationlibhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#module-annotationlib
lazily evaluatedhttps://python.github.io/python-docs-zh-tw/reference/executionmodel.html#lazy-evaluation
PEP 649https://peps.python.org/pep-0649/
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__annotate__
annotate functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-annotate-function
__annotate__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__annotate__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module-dictionaries
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__dict__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#custom-classes
類別定義https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#class
Python 2.3 方法解析順序https://python.github.io/python-docs-zh-tw/howto/mro.html#python-2-3-mro
__self__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#method.__self__
staticmethodhttps://python.github.io/python-docs-zh-tw/library/functions.html#staticmethod
實作描述器https://python.github.io/python-docs-zh-tw/reference/datamodel.html#descriptors
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-attributes
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__name__
__name__ attributeshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#definition.__name__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__qualname__
qualified namehttps://python.github.io/python-docs-zh-tw/glossary.html#term-qualified-name
__qualname__ attributeshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#definition.__qualname__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__module__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__dict__
mapping proxyhttps://python.github.io/python-docs-zh-tw/library/types.html#types.MappingProxyType
__dict__ attributeshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__bases__
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__base__
tp_basehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_base
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__doc__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__annotations__
variable annotationshttps://python.github.io/python-docs-zh-tw/glossary.html#term-variable-annotation
__annotations__ attributeshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__annotations__
__annotations__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__annotations__
annotationlibhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#module-annotationlib
annotationlib.get_annotations()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.get_annotations
749https://peps.python.org/pep-0749/#pep749-metaclasses
lazily evaluatedhttps://python.github.io/python-docs-zh-tw/reference/executionmodel.html#lazy-evaluation
PEP 649https://peps.python.org/pep-0649/
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__annotate__
annotate functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-annotate-function
__annotate__ attributeshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__annotate__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__type_params__
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
type parametershttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#type-params
generic classhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#generic-classes
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__static_attributes__
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__firstlineno__
__module__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__module__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__mro__
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-methods
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.mro
__mro__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__mro__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__subclasses__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#id4
__self__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#method.__self__
實作描述器https://python.github.io/python-docs-zh-tw/reference/datamodel.html#descriptors
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
__getattr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattr__
__setattr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__setattr__
__delattr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__delattr__
Special method nameshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#specialnames
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#id5
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
__slots__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#slots
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#i-o-objects-also-known-as-file-objects
file objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-file-object
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
os.popen()https://python.github.io/python-docs-zh-tw/library/os.html#os.popen
os.fdopen()https://python.github.io/python-docs-zh-tw/library/os.html#os.fdopen
makefile()https://python.github.io/python-docs-zh-tw/library/socket.html#socket.socket.makefile
io.TextIOBasehttps://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#internal-types
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#code-objects
bytecodehttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytecode
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-64
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_name
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_qualname
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_argcount
parametershttps://python.github.io/python-docs-zh-tw/glossary.html#term-parameter
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_posonlyargcount
parametershttps://python.github.io/python-docs-zh-tw/glossary.html#term-parameter
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_kwonlyargcount
parametershttps://python.github.io/python-docs-zh-tw/glossary.html#term-parameter
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_nlocals
local variableshttps://python.github.io/python-docs-zh-tw/reference/executionmodel.html#naming
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_varnames
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_cellvars
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
local variableshttps://python.github.io/python-docs-zh-tw/reference/executionmodel.html#naming
nested scopehttps://python.github.io/python-docs-zh-tw/glossary.html#term-nested-scope
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_freevars
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
free (closure) variableshttps://python.github.io/python-docs-zh-tw/glossary.html#term-closure-variable
nested scopehttps://python.github.io/python-docs-zh-tw/glossary.html#term-nested-scope
function.__closure__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#function.__closure__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_code
bytecodehttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytecode
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_consts
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
bytecodehttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytecode
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_names
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
bytecodehttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytecode
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_filename
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_firstlineno
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_lnotab
bytecodehttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytecode
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_stacksize
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_flags
integerhttps://python.github.io/python-docs-zh-tw/library/functions.html#int
co_flagshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_flags
Code Objects Bit Flagshttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect-module-co-flags
co_flagshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_flags
compiler_flaghttps://python.github.io/python-docs-zh-tw/library/__future__.html#future__._Feature.compiler_flag
co_flagshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_flags
CO_HAS_DOCSTRINGhttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.CO_HAS_DOCSTRING
co_flagshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_flags
co_constshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_consts
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#methods-on-code-objects
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_positions
bytecodehttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytecode
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
-Xhttps://python.github.io/python-docs-zh-tw/using/cmdline.html#cmdoption-X
-Xhttps://python.github.io/python-docs-zh-tw/using/cmdline.html#cmdoption-X
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
-Xhttps://python.github.io/python-docs-zh-tw/using/cmdline.html#cmdoption-X
PYTHONNODEBUGRANGEShttps://python.github.io/python-docs-zh-tw/using/cmdline.html#envvar-PYTHONNODEBUGRANGES
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_lines
bytecodehttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytecode
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
bytecodehttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytecode
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
bytecodehttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytecode
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
bytecodehttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytecode
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
bytecodehttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytecode
bytecodehttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytecode
PEP 626https://peps.python.org/pep-0626/
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.replace
copy.replace()https://python.github.io/python-docs-zh-tw/library/copy.html#copy.replace
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame-objects
traceback objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#traceback-objects
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-70
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_back
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_code
程式碼物件 (code object)https://python.github.io/python-docs-zh-tw/reference/datamodel.html#code-objects
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_locals
local variableshttps://python.github.io/python-docs-zh-tw/reference/executionmodel.html#naming
optimized scopehttps://python.github.io/python-docs-zh-tw/glossary.html#term-optimized-scope
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_globals
global variableshttps://python.github.io/python-docs-zh-tw/reference/executionmodel.html#naming
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_builtins
built-in (intrinsic) nameshttps://python.github.io/python-docs-zh-tw/reference/executionmodel.html#naming
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_lasti
bytecodehttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytecode
code objecthttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#code-objects
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_generator
generatorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-generator
coroutinehttps://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-71
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_trace
f_trace_lineshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_trace_lines
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_trace_lines
Falsehttps://python.github.io/python-docs-zh-tw/library/constants.html#False
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_trace_opcodes
Truehttps://python.github.io/python-docs-zh-tw/library/constants.html#True
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_lineno
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame-object-methods
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.clear
local variableshttps://python.github.io/python-docs-zh-tw/reference/executionmodel.html#naming
generatorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-generator
exceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#bltin-exceptions
tracebackhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#traceback-objects
RuntimeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeError
RuntimeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeError
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#traceback-objects
exceptionhttps://python.github.io/python-docs-zh-tw/tutorial/errors.html#tut-errors
types.TracebackTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.TracebackType
try 陳述式https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#try
sys.exc_info()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.exc_info
__traceback__https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.__traceback__
sys.last_tracebackhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.last_traceback
tb_nexthttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#traceback.tb_next
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#traceback.tb_frame
framehttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame-objects
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#traceback.tb_lineno
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#traceback.tb_lasti
frame objecthttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame-objects
tryhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#try
finallyhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#finally
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#traceback.tb_next
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#slice-objects
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
slice()https://python.github.io/python-docs-zh-tw/library/functions.html#slice
starthttps://python.github.io/python-docs-zh-tw/library/functions.html#slice.start
stophttps://python.github.io/python-docs-zh-tw/library/functions.html#slice.stop
stephttps://python.github.io/python-docs-zh-tw/library/functions.html#slice.step
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#slice.indices
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#static-method-objects
staticmethod()https://python.github.io/python-docs-zh-tw/library/functions.html#staticmethod
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#class-method-objects
"instance methods"https://python.github.io/python-docs-zh-tw/reference/datamodel.html#instance-methods
classmethod()https://python.github.io/python-docs-zh-tw/library/functions.html#classmethod
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-method-names
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
__iter__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__iter__
iter()https://python.github.io/python-docs-zh-tw/library/functions.html#iter
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
[2]https://python.github.io/python-docs-zh-tw/reference/datamodel.html#id21
NodeListhttps://python.github.io/python-docs-zh-tw/library/xml.dom.html#dom-nodelist-objects
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#basic-customization
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__new__
__new__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__new__
__new__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__new__
__new__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__new__
__new__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__new__
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
__new__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__new__
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
__new__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__new__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
__new__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__new__
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
__new__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__new__
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
__new__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__new__
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__del__
__del__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__del__
__del__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__del__
__del__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__del__
__del__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__del__
CPythonhttps://python.github.io/python-docs-zh-tw/glossary.html#term-CPython
__del__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__del__
weakref.finalizehttps://python.github.io/python-docs-zh-tw/library/weakref.html#weakref.finalize
cyclic garbage collectorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-garbage-collection
gchttps://python.github.io/python-docs-zh-tw/library/gc.html#module-gc
__del__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__del__
__del__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__del__
__del__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__del__
__del__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__del__
__del__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__del__
__del__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__del__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__repr__
repr()https://python.github.io/python-docs-zh-tw/library/functions.html#repr
__repr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__repr__
__str__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__str__
__repr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__repr__
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__str__
str(object)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
__format__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__format__
print()https://python.github.io/python-docs-zh-tw/library/functions.html#print
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#textseq
object.__repr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__repr__
__str__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__str__
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
object.__repr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__repr__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__bytes__
byteshttps://python.github.io/python-docs-zh-tw/library/functions.html#func-bytes
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__format__
format()https://python.github.io/python-docs-zh-tw/library/functions.html#format
formatted string literalshttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#f-strings
str.format()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.format
__format__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__format__
格式規格 (Format Specification) 迷你語言https://python.github.io/python-docs-zh-tw/library/string.html#formatspec
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
__str__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__str__
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__lt__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__le__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__ne__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__gt__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__ge__
NotImplementedhttps://python.github.io/python-docs-zh-tw/library/constants.html#NotImplemented
bool()https://python.github.io/python-docs-zh-tw/library/functions.html#bool
__eq__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
NotImplementedhttps://python.github.io/python-docs-zh-tw/library/constants.html#NotImplemented
__ne__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__ne__
__eq__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
functools.total_ordering()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.total_ordering
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
Value comparisonshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#expressions-value-comparisons
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
NotImplementedhttps://python.github.io/python-docs-zh-tw/library/constants.html#NotImplemented
__hash__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
hashablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
__lt__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__lt__
__gt__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__gt__
__le__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__le__
__ge__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__ge__
__eq__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
__ne__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__ne__
NotImplementedhttps://python.github.io/python-docs-zh-tw/library/constants.html#NotImplemented
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
hash()https://python.github.io/python-docs-zh-tw/library/functions.html#hash
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
frozensethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#frozenset
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
hash()https://python.github.io/python-docs-zh-tw/library/functions.html#hash
__hash__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
__hash__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
__eq__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
__hash__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
__eq__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
__hash__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
__eq__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
__hash__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
hashablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
__eq__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
__hash__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
__eq__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
__hash__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
__hash__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
__hash__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
__eq__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
__hash__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
__eq__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
__hash__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
__hash__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
http://ocert.org/advisories/ocert-2011-003.htmlhttp://ocert.org/advisories/ocert-2011-003.html
PYTHONHASHSEEDhttps://python.github.io/python-docs-zh-tw/using/cmdline.html#envvar-PYTHONHASHSEED
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__bool__
__len__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__len__
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#customizing-attribute-access
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattr__
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
__getattribute__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattribute__
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
__get__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__get__
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
__getattr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattr__
__getattr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattr__
__setattr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__setattr__
__getattr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattr__
__getattribute__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattribute__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattribute__
__getattr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattr__
__getattribute__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattribute__
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
built-in functionshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#builtin-functions
Special method lookuphttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-lookup
auditing eventhttps://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__setattr__
__setattr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__setattr__
auditing eventhttps://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__delattr__
__setattr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__setattr__
auditing eventhttps://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dir__
dir()https://python.github.io/python-docs-zh-tw/library/functions.html#dir
dir()https://python.github.io/python-docs-zh-tw/library/functions.html#dir
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#customizing-module-attribute-access
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__getattr__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__dir__
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
object.__getattribute__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattribute__
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
dir()https://python.github.io/python-docs-zh-tw/library/functions.html#dir
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module.__class__
types.ModuleTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.ModuleType
PEP 562https://peps.python.org/pep-0562/
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#implementing-descriptors
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__get__
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
PEP 252https://peps.python.org/pep-0252/
__get__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__get__
__getattribute__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattribute__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__set__
__set__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__set__
__delete__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__delete__
Invoking Descriptorshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#descriptor-invocation
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__delete__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__objclass__
inspecthttps://python.github.io/python-docs-zh-tw/library/inspect.html#module-inspect
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#invoking-descriptors
__get__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__get__
__set__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__set__
__delete__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__delete__
__get__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__get__
__set__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__set__
__delete__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__delete__
@staticmethodhttps://python.github.io/python-docs-zh-tw/library/functions.html#staticmethod
@classmethodhttps://python.github.io/python-docs-zh-tw/library/functions.html#classmethod
property()https://python.github.io/python-docs-zh-tw/library/functions.html#property
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#slots
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__slots__
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
weak referenceshttps://python.github.io/python-docs-zh-tw/library/weakref.html#module-weakref
descriptorshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#descriptors
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__dict__
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
"variable-length" built-in typehttps://python.github.io/python-docs-zh-tw/c-api/typeobj.html#c.PyTypeObject.tp_itemsize
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
iterablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterable
dictionaryhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
inspect.getdoc()https://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.getdoc
help()https://python.github.io/python-docs-zh-tw/library/functions.html#help
__class__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class__
Multiple inheritancehttps://python.github.io/python-docs-zh-tw/tutorial/classes.html#tut-multiple
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
descriptorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-descriptor
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#customizing-class-creation
__init_subclass__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init_subclass__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init_subclass__
__set_name__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__set_name__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__set_name__
__set_name__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__set_name__
__set_name__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__set_name__
Creating the class objecthttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#class-object-creation
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#metaclasses
type()https://python.github.io/python-docs-zh-tw/library/functions.html#type
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#resolving-mro-entries
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__mro_entries__
typehttps://python.github.io/python-docs-zh-tw/library/functions.html#type
types.resolve_bases()https://python.github.io/python-docs-zh-tw/library/types.html#types.resolve_bases
typehttps://python.github.io/python-docs-zh-tw/library/functions.html#type
types.get_original_bases()https://python.github.io/python-docs-zh-tw/library/types.html#types.get_original_bases
__mro_entries__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__mro_entries__
PEP 560https://peps.python.org/pep-0560/
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#determining-the-appropriate-metaclass
type()https://python.github.io/python-docs-zh-tw/library/functions.html#type
type()https://python.github.io/python-docs-zh-tw/library/functions.html#type
type()https://python.github.io/python-docs-zh-tw/library/functions.html#type
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#preparing-the-class-namespace
classmethodhttps://python.github.io/python-docs-zh-tw/library/functions.html#classmethod
PEP 3115https://peps.python.org/pep-3115/
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#executing-the-class-body
exec()https://python.github.io/python-docs-zh-tw/library/functions.html#exec
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#creating-the-class-object
super()https://python.github.io/python-docs-zh-tw/library/functions.html#super
super()https://python.github.io/python-docs-zh-tw/library/functions.html#super
RuntimeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeError
typehttps://python.github.io/python-docs-zh-tw/library/functions.html#type
__set_name__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__set_name__
__init_subclass__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init_subclass__
__dict__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__dict__
PEP 3135https://peps.python.org/pep-3135/
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#uses-for-metaclasses
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#customizing-instance-and-subclass-checks
isinstance()https://python.github.io/python-docs-zh-tw/library/functions.html#isinstance
issubclass()https://python.github.io/python-docs-zh-tw/library/functions.html#issubclass
abc.ABCMetahttps://python.github.io/python-docs-zh-tw/library/abc.html#abc.ABCMeta
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__instancecheck__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__subclasscheck__
PEP 3119https://peps.python.org/pep-3119/
isinstance()https://python.github.io/python-docs-zh-tw/library/functions.html#isinstance
issubclass()https://python.github.io/python-docs-zh-tw/library/functions.html#issubclass
__instancecheck__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__instancecheck__
__subclasscheck__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#type.__subclasscheck__
abchttps://python.github.io/python-docs-zh-tw/library/abc.html#module-abc
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#emulating-generic-types
type annotationshttps://python.github.io/python-docs-zh-tw/glossary.html#term-annotation
generic typehttps://python.github.io/python-docs-zh-tw/glossary.html#term-generic-type
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
PEP 484https://peps.python.org/pep-0484/
泛型別名型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#types-genericalias
泛型https://python.github.io/python-docs-zh-tw/library/typing.html#generics
user-defined genericshttps://python.github.io/python-docs-zh-tw/library/typing.html#user-defined-generics
typing.Generichttps://python.github.io/python-docs-zh-tw/library/typing.html#typing.Generic
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class_getitem__
@classmethodhttps://python.github.io/python-docs-zh-tw/library/functions.html#classmethod
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#the-purpose-of-class-getitem
__class_getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class_getitem__
type hintshttps://python.github.io/python-docs-zh-tw/glossary.html#term-type-hint
__class_getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class_getitem__
typing.Generichttps://python.github.io/python-docs-zh-tw/library/typing.html#typing.Generic
__class_getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class_getitem__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#class-getitem-versus-getitem
subscriptionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#subscriptions
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
__class_getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class_getitem__
GenericAliashttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#types-genericalias
expressionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-expression
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
__class_getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class_getitem__
metaclasshttps://python.github.io/python-docs-zh-tw/glossary.html#term-metaclass
typehttps://python.github.io/python-docs-zh-tw/library/functions.html#type
typehttps://python.github.io/python-docs-zh-tw/library/functions.html#type
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
__class_getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class_getitem__
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
enumhttps://python.github.io/python-docs-zh-tw/library/enum.html#module-enum
PEP 560https://peps.python.org/pep-0560/
__class_getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class_getitem__
subscriptionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#subscriptions
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#emulating-callable-objects
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__call__
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#emulating-container-types
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
sequenceshttps://python.github.io/python-docs-zh-tw/glossary.html#term-sequence
listshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
tupleshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
mappingshttps://python.github.io/python-docs-zh-tw/glossary.html#term-mapping
dictionarieshttps://python.github.io/python-docs-zh-tw/glossary.html#term-dictionary
slicehttps://python.github.io/python-docs-zh-tw/library/functions.html#slice
dictionaryhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
collections.abchttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#module-collections.abc
MutableMappinghttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.MutableMapping
abstract base classhttps://python.github.io/python-docs-zh-tw/glossary.html#term-abstract-base-class
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
__setitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__setitem__
__delitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__delitem__
append()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.append
clear()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.clear
count()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.count
extend()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.extend
index()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.index
insert()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.insert
pop()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.pop
remove()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.remove
reverse()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.reverse
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
__add__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__add__
__radd__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__radd__
__iadd__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__iadd__
__mul__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__mul__
__rmul__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rmul__
__imul__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__imul__
__contains__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__contains__
__iter__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__iter__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__len__
len()https://python.github.io/python-docs-zh-tw/library/functions.html#len
__bool__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__bool__
sys.maxsizehttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.maxsize
len()https://python.github.io/python-docs-zh-tw/library/functions.html#len
OverflowErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OverflowError
__bool__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__bool__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__length_hint__
operator.length_hint()https://python.github.io/python-docs-zh-tw/library/operator.html#operator.length_hint
NotImplementedhttps://python.github.io/python-docs-zh-tw/library/constants.html#NotImplemented
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
sequencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-sequence
slicehttps://python.github.io/python-docs-zh-tw/library/functions.html#slice
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
IndexErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IndexError
mappinghttps://python.github.io/python-docs-zh-tw/glossary.html#term-mapping
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#for
IndexErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IndexError
subscriptinghttps://python.github.io/python-docs-zh-tw/reference/expressions.html#subscriptions
__class_getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class_getitem__
__class_getitem__ versus __getitem__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#classgetitem-versus-getitem
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__setitem__
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__delitem__
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__missing__
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__iter__
iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__reversed__
reversed()https://python.github.io/python-docs-zh-tw/library/functions.html#reversed
__reversed__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__reversed__
reversed()https://python.github.io/python-docs-zh-tw/library/functions.html#reversed
__len__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__len__
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
__reversed__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__reversed__
reversed()https://python.github.io/python-docs-zh-tw/library/functions.html#reversed
inhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#in
not inhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#not-in
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__contains__
__contains__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__contains__
__iter__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__iter__
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
this section in the language referencehttps://python.github.io/python-docs-zh-tw/reference/expressions.html#membership-test-details
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#emulating-numeric-types
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__add__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__sub__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__mul__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__matmul__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__truediv__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__floordiv__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__mod__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__divmod__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__pow__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__lshift__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rshift__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__and__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__xor__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__or__
divmod()https://python.github.io/python-docs-zh-tw/library/functions.html#divmod
pow()https://python.github.io/python-docs-zh-tw/library/functions.html#pow
__add__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__add__
__divmod__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__divmod__
__floordiv__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__floordiv__
__mod__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__mod__
__truediv__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__truediv__
__pow__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__pow__
pow()https://python.github.io/python-docs-zh-tw/library/functions.html#pow
NotImplementedhttps://python.github.io/python-docs-zh-tw/library/constants.html#NotImplemented
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__radd__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rsub__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rmul__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rmatmul__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rtruediv__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rfloordiv__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rmod__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rdivmod__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rpow__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rlshift__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rrshift__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rand__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rxor__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__ror__
divmod()https://python.github.io/python-docs-zh-tw/library/functions.html#divmod
pow()https://python.github.io/python-docs-zh-tw/library/functions.html#pow
[3]https://python.github.io/python-docs-zh-tw/reference/datamodel.html#id22
[4]https://python.github.io/python-docs-zh-tw/reference/datamodel.html#id23
__rsub__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rsub__
NotImplementedhttps://python.github.io/python-docs-zh-tw/library/constants.html#NotImplemented
[5]https://python.github.io/python-docs-zh-tw/reference/datamodel.html#id24
__rpow__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rpow__
pow()https://python.github.io/python-docs-zh-tw/library/functions.html#pow
pow()https://python.github.io/python-docs-zh-tw/library/functions.html#pow
__rpow__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__rpow__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__iadd__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__isub__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__imul__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__imatmul__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__itruediv__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__ifloordiv__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__imod__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__ipow__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__ilshift__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__irshift__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__iand__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__ixor__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__ior__
NotImplementedhttps://python.github.io/python-docs-zh-tw/library/constants.html#NotImplemented
__iadd__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__iadd__
__iadd__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__iadd__
為什麼 a_tuple[i] += ['item'] 做加法時會引發例外?https://python.github.io/python-docs-zh-tw/faq/programming.html#faq-augmented-assignment-tuple-error
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__neg__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__pos__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__abs__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__invert__
abs()https://python.github.io/python-docs-zh-tw/library/functions.html#abs
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__complex__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__int__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__float__
complex()https://python.github.io/python-docs-zh-tw/library/functions.html#complex
int()https://python.github.io/python-docs-zh-tw/library/functions.html#int
float()https://python.github.io/python-docs-zh-tw/library/functions.html#float
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__index__
operator.index()https://python.github.io/python-docs-zh-tw/library/operator.html#operator.index
bin()https://python.github.io/python-docs-zh-tw/library/functions.html#bin
hex()https://python.github.io/python-docs-zh-tw/library/functions.html#hex
oct()https://python.github.io/python-docs-zh-tw/library/functions.html#oct
__int__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__int__
__float__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__float__
__complex__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__complex__
int()https://python.github.io/python-docs-zh-tw/library/functions.html#int
float()https://python.github.io/python-docs-zh-tw/library/functions.html#float
complex()https://python.github.io/python-docs-zh-tw/library/functions.html#complex
__index__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__index__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__round__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__trunc__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__floor__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__ceil__
round()https://python.github.io/python-docs-zh-tw/library/functions.html#round
mathhttps://python.github.io/python-docs-zh-tw/library/math.html#module-math
trunc()https://python.github.io/python-docs-zh-tw/library/math.html#math.trunc
floor()https://python.github.io/python-docs-zh-tw/library/math.html#math.floor
ceil()https://python.github.io/python-docs-zh-tw/library/math.html#math.ceil
Integralhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Integral
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
int()https://python.github.io/python-docs-zh-tw/library/functions.html#int
__trunc__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__trunc__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#with-statement-context-managers
withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#with
with 陳述式https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#with
情境管理器型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#typecontextmanager
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__enter__
withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#with
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__exit__
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
__exit__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__exit__
PEP 343https://peps.python.org/pep-0343/
withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#with
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#customizing-positional-arguments-in-class-pattern-matching
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__match_args__
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
PEP 634https://peps.python.org/pep-0634/
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#emulating-buffer-types
buffer protocolhttps://python.github.io/python-docs-zh-tw/c-api/buffer.html#bufferobjects
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__buffer__
memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview
inspect.BufferFlagshttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.BufferFlags
memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__release_buffer__
memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview
__buffer__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__buffer__
PEP 688https://peps.python.org/pep-0688/
collections.abc.Bufferhttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Buffer
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#annotations
annotationshttps://python.github.io/python-docs-zh-tw/glossary.html#term-annotation
type hintshttps://python.github.io/python-docs-zh-tw/glossary.html#term-type-hint
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__annotations__
lazily evaluatedhttps://python.github.io/python-docs-zh-tw/reference/executionmodel.html#lazy-evaluation
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__annotate__
annotate functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-annotate-function
annotationlib.Formathttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format
NotImplementedErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#NotImplementedError
VALUEhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.VALUE
NotImplementedError()https://python.github.io/python-docs-zh-tw/library/exceptions.html#NotImplementedError
VALUEhttps://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.Format.VALUE
NameErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#NameError
__annotate__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__annotate__
PEP 649https://peps.python.org/pep-0649/
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-method-lookup
__hash__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
__repr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__repr__
__getattribute__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattribute__
__getattribute__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattribute__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#coroutines
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#awaitable-objects
awaitablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-awaitable
__await__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__await__
Coroutine objectshttps://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine
async defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-def
generator iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-generator-iterator
types.coroutine()https://python.github.io/python-docs-zh-tw/library/types.html#types.coroutine
__await__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__await__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__await__
iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
awaitablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-awaitable
asyncio.Futurehttps://python.github.io/python-docs-zh-tw/library/asyncio-future.html#asyncio.Future
awaithttps://python.github.io/python-docs-zh-tw/reference/expressions.html#await
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
asynciohttps://python.github.io/python-docs-zh-tw/library/asyncio.html#module-asyncio
awaitablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-awaitable
PEP 492https://peps.python.org/pep-0492/
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#coroutine-objects
Coroutine objectshttps://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine
awaitablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-awaitable
__await__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__await__
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
valuehttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration.value
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
Generator-iterator methodshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#generator-methods
RuntimeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeError
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#coroutine.send
__await__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__await__
send()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.send
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#coroutine.throw
throw()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.throw
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
__await__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__await__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#coroutine.close
close()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.close
GeneratorExithttps://python.github.io/python-docs-zh-tw/library/exceptions.html#GeneratorExit
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#asynchronous-iterators
async forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-for
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__aiter__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__anext__
StopAsyncIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopAsyncIteration
__aiter__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__aiter__
asynchronous iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-iterator
__aiter__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__aiter__
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#asynchronous-context-managers
async withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-with
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__aenter__
__enter__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__enter__
https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__aexit__
__exit__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__exit__
1https://python.github.io/python-docs-zh-tw/reference/datamodel.html#id1
2https://python.github.io/python-docs-zh-tw/reference/datamodel.html#id12
__hash__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
__iter__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__iter__
__reversed__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__reversed__
__contains__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__contains__
__class_getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class_getitem__
__fspath__()https://python.github.io/python-docs-zh-tw/library/os.html#os.PathLike.__fspath__
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
3https://python.github.io/python-docs-zh-tw/reference/datamodel.html#id16
NotImplementedhttps://python.github.io/python-docs-zh-tw/library/constants.html#NotImplemented
4https://python.github.io/python-docs-zh-tw/reference/datamodel.html#id17
__add__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__add__
5https://python.github.io/python-docs-zh-tw/reference/datamodel.html#id18
目錄https://python.github.io/python-docs-zh-tw/contents.html
3. 資料模型https://python.github.io/python-docs-zh-tw/reference/datamodel.html
3.1. 物件、數值和型別https://python.github.io/python-docs-zh-tw/reference/datamodel.html#objects-values-and-types
3.2. 標準型別階層https://python.github.io/python-docs-zh-tw/reference/datamodel.html#the-standard-type-hierarchy
3.2.1. Nonehttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#none
3.2.2. NotImplementedhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#notimplemented
3.2.3. Ellipsishttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#ellipsis
3.2.4. numbers.Numberhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#numbers-number
3.2.4.1. numbers.Integralhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#numbers-integral
3.2.4.2. numbers.Real (float)https://python.github.io/python-docs-zh-tw/reference/datamodel.html#numbers-real-float
3.2.4.3. numbers.Complex (complex)https://python.github.io/python-docs-zh-tw/reference/datamodel.html#numbers-complex-complex
3.2.5. Sequenceshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#sequences
3.2.5.1. Immutable sequenceshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#immutable-sequences
3.2.5.2. 可變序列https://python.github.io/python-docs-zh-tw/reference/datamodel.html#mutable-sequences
3.2.6. Set(集合)型別https://python.github.io/python-docs-zh-tw/reference/datamodel.html#set-types
3.2.7. 對映https://python.github.io/python-docs-zh-tw/reference/datamodel.html#mappings
3.2.7.1. 字典https://python.github.io/python-docs-zh-tw/reference/datamodel.html#dictionaries
3.2.8. 可呼叫型別https://python.github.io/python-docs-zh-tw/reference/datamodel.html#callable-types
3.2.8.1. 自訂函式https://python.github.io/python-docs-zh-tw/reference/datamodel.html#user-defined-functions
3.2.8.1.1. 特殊唯讀屬性https://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-read-only-attributes
3.2.8.1.2. 特殊可寫屬性https://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-writable-attributes
3.2.8.2. 實例方法https://python.github.io/python-docs-zh-tw/reference/datamodel.html#instance-methods
3.2.8.3. 產生器函式https://python.github.io/python-docs-zh-tw/reference/datamodel.html#generator-functions
3.2.8.4. Coroutine(協程)函式https://python.github.io/python-docs-zh-tw/reference/datamodel.html#coroutine-functions
3.2.8.5. 非同步產生器函式https://python.github.io/python-docs-zh-tw/reference/datamodel.html#asynchronous-generator-functions
3.2.8.6. 內建函式https://python.github.io/python-docs-zh-tw/reference/datamodel.html#built-in-functions
3.2.8.7. 內建方法https://python.github.io/python-docs-zh-tw/reference/datamodel.html#built-in-methods
3.2.8.8. Classeshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#classes
3.2.8.9. 類別實例https://python.github.io/python-docs-zh-tw/reference/datamodel.html#class-instances
3.2.9. 模組https://python.github.io/python-docs-zh-tw/reference/datamodel.html#modules
3.2.9.1. Import-related attributes on module objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#import-related-attributes-on-module-objects
3.2.9.2. 模組物件的其他可寫入屬性https://python.github.io/python-docs-zh-tw/reference/datamodel.html#other-writable-attributes-on-module-objects
3.2.9.3. 模組字典https://python.github.io/python-docs-zh-tw/reference/datamodel.html#module-dictionaries
3.2.10. Custom classeshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#custom-classes
3.2.10.1. 特殊屬性https://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-attributes
3.2.10.2. 特殊方法https://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-methods
3.2.11. 類別實例https://python.github.io/python-docs-zh-tw/reference/datamodel.html#id4
3.2.11.1. 特殊屬性https://python.github.io/python-docs-zh-tw/reference/datamodel.html#id5
3.2.12. I/O objects (also known as file objects)https://python.github.io/python-docs-zh-tw/reference/datamodel.html#i-o-objects-also-known-as-file-objects
3.2.13. Internal typeshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#internal-types
3.2.13.1. 程式碼物件https://python.github.io/python-docs-zh-tw/reference/datamodel.html#code-objects
3.2.13.1.1. 特殊唯讀屬性https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-64
3.2.13.1.2. 用於程式碼物件的方法https://python.github.io/python-docs-zh-tw/reference/datamodel.html#methods-on-code-objects
3.2.13.2. Frame objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame-objects
3.2.13.2.1. 特殊唯讀屬性https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-70
3.2.13.2.2. 特殊可寫屬性https://python.github.io/python-docs-zh-tw/reference/datamodel.html#index-71
3.2.13.2.3. Frame object methodshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame-object-methods
3.2.13.3. Traceback objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#traceback-objects
3.2.13.4. Slice objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#slice-objects
3.2.13.5. Static method objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#static-method-objects
3.2.13.6. Class method objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#class-method-objects
3.3. Special method nameshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-method-names
3.3.1. Basic customizationhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#basic-customization
3.3.2. Customizing attribute accesshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#customizing-attribute-access
3.3.2.1. Customizing module attribute accesshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#customizing-module-attribute-access
3.3.2.2. 實作描述器https://python.github.io/python-docs-zh-tw/reference/datamodel.html#implementing-descriptors
3.3.2.3. Invoking Descriptorshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#invoking-descriptors
3.3.2.4. __slots__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#slots
3.3.3. Customizing class creationhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#customizing-class-creation
3.3.3.1. Metaclasseshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#metaclasses
3.3.3.2. Resolving MRO entrieshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#resolving-mro-entries
3.3.3.3. Determining the appropriate metaclasshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#determining-the-appropriate-metaclass
3.3.3.4. Preparing the class namespacehttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#preparing-the-class-namespace
3.3.3.5. Executing the class bodyhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#executing-the-class-body
3.3.3.6. Creating the class objecthttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#creating-the-class-object
3.3.3.7. Uses for metaclasseshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#uses-for-metaclasses
3.3.4. Customizing instance and subclass checkshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#customizing-instance-and-subclass-checks
3.3.5. Emulating generic typeshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#emulating-generic-types
3.3.5.1. The purpose of __class_getitem__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#the-purpose-of-class-getitem
3.3.5.2. __class_getitem__ versus __getitem__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#class-getitem-versus-getitem
3.3.6. Emulating callable objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#emulating-callable-objects
3.3.7. Emulating container typeshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#emulating-container-types
3.3.8. Emulating numeric typeshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#emulating-numeric-types
3.3.9. With 陳述式的情境管理器https://python.github.io/python-docs-zh-tw/reference/datamodel.html#with-statement-context-managers
3.3.10. Customizing positional arguments in class pattern matchinghttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#customizing-positional-arguments-in-class-pattern-matching
3.3.11. Emulating buffer typeshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#emulating-buffer-types
3.3.12. Annotationshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#annotations
3.3.13. Special method lookuphttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-method-lookup
3.4. 協程https://python.github.io/python-docs-zh-tw/reference/datamodel.html#coroutines
3.4.1. Awaitable Objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#awaitable-objects
3.4.2. 協程物件https://python.github.io/python-docs-zh-tw/reference/datamodel.html#coroutine-objects
3.4.3. Asynchronous Iteratorshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#asynchronous-iterators
3.4.4. Asynchronous Context Managershttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#asynchronous-context-managers
2. 詞法分析https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html
4. 執行模型https://python.github.io/python-docs-zh-tw/reference/executionmodel.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/reference/datamodel.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/reference/executionmodel.html
上一頁https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 語言參考手冊https://python.github.io/python-docs-zh-tw/reference/index.html
3. 資料模型https://python.github.io/python-docs-zh-tw/reference/datamodel.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.