René's URL Explorer Experiment


Title: dataclasses --- Data Classes — 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
dataclasses --- Data Classeshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html
模組內容https://python.github.io/python-docs-zh-tw/library/dataclasses.html#module-contents
Post-init processinghttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#post-init-processing
類別變數https://python.github.io/python-docs-zh-tw/library/dataclasses.html#class-variables
Init-only variableshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#init-only-variables
凍結實例https://python.github.io/python-docs-zh-tw/library/dataclasses.html#frozen-instances
繼承https://python.github.io/python-docs-zh-tw/library/dataclasses.html#inheritance
Re-ordering of keyword-only parameters in __init__()https://python.github.io/python-docs-zh-tw/library/dataclasses.html#re-ordering-of-keyword-only-parameters-in-init
預設工廠函式https://python.github.io/python-docs-zh-tw/library/dataclasses.html#default-factory-functions
可變預設值https://python.github.io/python-docs-zh-tw/library/dataclasses.html#mutable-default-values
Descriptor-typed fieldshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#descriptor-typed-fields
warnings --- 警告控制https://python.github.io/python-docs-zh-tw/library/warnings.html
contextlib --- with 陳述式工具程式https://python.github.io/python-docs-zh-tw/library/contextlib.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/dataclasses.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/library/contextlib.html
上一頁https://python.github.io/python-docs-zh-tw/library/warnings.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
Python Runtime 服務https://python.github.io/python-docs-zh-tw/library/python.html
dataclasses --- Data Classeshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#module-dataclasses
Lib/dataclasses.pyhttps://github.com/python/cpython/tree/3.14/Lib/dataclasses.py
special methodshttps://python.github.io/python-docs-zh-tw/glossary.html#term-special-method
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
__repr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__repr__
PEP 557https://peps.python.org/pep-0557/
PEP 526https://peps.python.org/pep-0526/
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#module-contents
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.dataclass
decoratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-decorator
special methodshttps://python.github.io/python-docs-zh-tw/glossary.html#term-special-method
type annotationhttps://python.github.io/python-docs-zh-tw/glossary.html#term-variable-annotation
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
__repr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__repr__
__eq__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
__lt__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__lt__
__le__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__le__
__gt__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__gt__
__ge__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__ge__
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
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__
__hash__()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
__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
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
discussionhttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses-frozen
__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__
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
__match_args__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__match_args__
__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__
parameterhttps://python.github.io/python-docs-zh-tw/glossary.html#term-parameter
KW_ONLYhttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.KW_ONLY
__slots__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__slots__
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
__init_subclass__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init_subclass__
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
gh-91126https://github.com/python/cpython/issues/91126
overriding themhttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#datamodel-note-slots
fields()https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.fields
weakref-ablehttps://python.github.io/python-docs-zh-tw/library/weakref.html#weakref.ref
__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/library/dataclasses.html#dataclasses.field
MISSINGhttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.MISSING
MISSINGhttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.MISSING
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
__repr__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__repr__
__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__
__eq__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
__gt__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__gt__
MappingProxyType()https://python.github.io/python-docs-zh-tw/library/types.html#types.MappingProxyType
Fieldhttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.Field
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
@dataclasshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.dataclass
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.Field
fields()https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.fields
field()https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.field
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.InitVar
init-onlyhttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses-init-only-variables
fields()https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.fields
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
__post_init__()https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.__post_init__
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.fields
Fieldhttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.Field
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.asdict
copy.deepcopy()https://python.github.io/python-docs-zh-tw/library/copy.html#copy.deepcopy
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.astuple
copy.deepcopy()https://python.github.io/python-docs-zh-tw/library/copy.html#copy.deepcopy
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.make_dataclass
typing.Anyhttps://python.github.io/python-docs-zh-tw/library/typing.html#typing.Any
@dataclasshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.dataclass
@dataclasshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.dataclass
@dataclasshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.dataclass
__annotations__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__annotations__
@dataclasshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.dataclass
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.replace
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
__post_init__()https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.__post_init__
__post_init__()https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.__post_init__
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
__post_init__()https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.__post_init__
copy.replace()https://python.github.io/python-docs-zh-tw/library/copy.html#copy.replace
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.is_dataclass
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.MISSING
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.KW_ONLY
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.FrozenInstanceError
__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__
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#post-init-processing
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.__post_init__
__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__
@dataclasshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.dataclass
__post_init__()https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.__post_init__
replace()https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.replace
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#class-variables
@dataclasshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.dataclass
PEP 526https://peps.python.org/pep-0526/
typing.ClassVarhttps://python.github.io/python-docs-zh-tw/library/typing.html#typing.ClassVar
fields()https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.fields
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#init-only-variables
@dataclasshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.dataclass
InitVarhttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.InitVar
InitVarhttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.InitVar
fields()https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.fields
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
__post_init__()https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.__post_init__
fields()https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.fields
Fieldhttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.Field
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#frozen-instances
@dataclasshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.dataclass
__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__
FrozenInstanceErrorhttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.FrozenInstanceError
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#inheritance
@dataclasshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.dataclass
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#re-ordering-of-keyword-only-parameters-in-init
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#default-factory-functions
field()https://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.field
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#mutable-default-values
@dataclasshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.dataclass
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
sethttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#set
https://python.github.io/python-docs-zh-tw/library/dataclasses.html#descriptor-typed-fields
descriptor objectshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#descriptors
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
__set__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__set__
__get__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__get__
@dataclasshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#dataclasses.dataclass
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
目錄https://python.github.io/python-docs-zh-tw/contents.html
dataclasses --- Data Classeshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html
模組內容https://python.github.io/python-docs-zh-tw/library/dataclasses.html#module-contents
Post-init processinghttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#post-init-processing
類別變數https://python.github.io/python-docs-zh-tw/library/dataclasses.html#class-variables
Init-only variableshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#init-only-variables
凍結實例https://python.github.io/python-docs-zh-tw/library/dataclasses.html#frozen-instances
繼承https://python.github.io/python-docs-zh-tw/library/dataclasses.html#inheritance
Re-ordering of keyword-only parameters in __init__()https://python.github.io/python-docs-zh-tw/library/dataclasses.html#re-ordering-of-keyword-only-parameters-in-init
預設工廠函式https://python.github.io/python-docs-zh-tw/library/dataclasses.html#default-factory-functions
可變預設值https://python.github.io/python-docs-zh-tw/library/dataclasses.html#mutable-default-values
Descriptor-typed fieldshttps://python.github.io/python-docs-zh-tw/library/dataclasses.html#descriptor-typed-fields
warnings --- 警告控制https://python.github.io/python-docs-zh-tw/library/warnings.html
contextlib --- with 陳述式工具程式https://python.github.io/python-docs-zh-tw/library/contextlib.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/dataclasses.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/library/contextlib.html
上一頁https://python.github.io/python-docs-zh-tw/library/warnings.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
Python Runtime 服務https://python.github.io/python-docs-zh-tw/library/python.html
dataclasses --- Data Classeshttps://python.github.io/python-docs-zh-tw/library/dataclasses.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.