René's URL Explorer Experiment


Title: dataclasses — Data Classes — Python 3.15.0a5 documentation

Open Graph Title: dataclasses — Data Classes

Description: Source code: Lib/dataclasses.py This module provides a decorator and functions for automatically adding generated special methods such as__init__() and__repr__() to user-defined classes. It was ori...

Open Graph Description: Source code: Lib/dataclasses.py This module provides a decorator and functions for automatically adding generated special methods such as__init__() and__repr__() to user-defined classes. It was ori...

Opengraph URL: https://docs.python.org/3/library/dataclasses.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_library_dataclasses_5925ca6d.png
og:image:altSource code: Lib/dataclasses.py This module provides a decorator and functions for automatically adding generated special methods such as__init__() and__repr__() to user-defined classes. It was ori...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/dev/contents.html
dataclasses — Data Classeshttps://docs.python.org/dev/library/dataclasses.html
Module contentshttps://docs.python.org/dev/library/dataclasses.html#module-contents
Post-init processinghttps://docs.python.org/dev/library/dataclasses.html#post-init-processing
Class variableshttps://docs.python.org/dev/library/dataclasses.html#class-variables
Init-only variableshttps://docs.python.org/dev/library/dataclasses.html#init-only-variables
Frozen instanceshttps://docs.python.org/dev/library/dataclasses.html#frozen-instances
Inheritancehttps://docs.python.org/dev/library/dataclasses.html#inheritance
Re-ordering of keyword-only parameters in __init__()https://docs.python.org/dev/library/dataclasses.html#re-ordering-of-keyword-only-parameters-in-init
Default factory functionshttps://docs.python.org/dev/library/dataclasses.html#default-factory-functions
Mutable default valueshttps://docs.python.org/dev/library/dataclasses.html#mutable-default-values
Descriptor-typed fieldshttps://docs.python.org/dev/library/dataclasses.html#descriptor-typed-fields
warnings — Warning controlhttps://docs.python.org/dev/library/warnings.html
contextlib — Utilities for with-statement contextshttps://docs.python.org/dev/library/contextlib.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/dataclasses.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/contextlib.html
previoushttps://docs.python.org/dev/library/warnings.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Python Runtime Serviceshttps://docs.python.org/dev/library/python.html
dataclasses — Data Classeshttps://docs.python.org/dev/library/dataclasses.html
https://docs.python.org/dev/library/dataclasses.html#module-dataclasses
Lib/dataclasses.pyhttps://github.com/python/cpython/tree/main/Lib/dataclasses.py
special methodshttps://docs.python.org/dev/glossary.html#term-special-method
__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
__repr__()https://docs.python.org/dev/reference/datamodel.html#object.__repr__
PEP 557https://peps.python.org/pep-0557/
PEP 526https://peps.python.org/pep-0526/
https://docs.python.org/dev/library/dataclasses.html#module-contents
https://docs.python.org/dev/library/dataclasses.html#dataclasses.dataclass
decoratorhttps://docs.python.org/dev/glossary.html#term-decorator
special methodshttps://docs.python.org/dev/glossary.html#term-special-method
type annotationhttps://docs.python.org/dev/glossary.html#term-variable-annotation
__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
__repr__()https://docs.python.org/dev/reference/datamodel.html#object.__repr__
__eq__()https://docs.python.org/dev/reference/datamodel.html#object.__eq__
__lt__()https://docs.python.org/dev/reference/datamodel.html#object.__lt__
__le__()https://docs.python.org/dev/reference/datamodel.html#object.__le__
__gt__()https://docs.python.org/dev/reference/datamodel.html#object.__gt__
__ge__()https://docs.python.org/dev/reference/datamodel.html#object.__ge__
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
__hash__()https://docs.python.org/dev/reference/datamodel.html#object.__hash__
__hash__()https://docs.python.org/dev/reference/datamodel.html#object.__hash__
hash()https://docs.python.org/dev/library/functions.html#hash
__hash__()https://docs.python.org/dev/reference/datamodel.html#object.__hash__
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
objecthttps://docs.python.org/dev/library/functions.html#object
discussionhttps://docs.python.org/dev/library/dataclasses.html#dataclasses-frozen
__setattr__()https://docs.python.org/dev/reference/datamodel.html#object.__setattr__
__delattr__()https://docs.python.org/dev/reference/datamodel.html#object.__delattr__
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
__match_args__https://docs.python.org/dev/reference/datamodel.html#object.__match_args__
__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
parameterhttps://docs.python.org/dev/glossary.html#term-parameter
KW_ONLYhttps://docs.python.org/dev/library/dataclasses.html#dataclasses.KW_ONLY
__slots__https://docs.python.org/dev/reference/datamodel.html#object.__slots__
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
__init_subclass__()https://docs.python.org/dev/reference/datamodel.html#object.__init_subclass__
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
gh-91126https://github.com/python/cpython/issues/91126
overriding themhttps://docs.python.org/dev/reference/datamodel.html#datamodel-note-slots
fields()https://docs.python.org/dev/library/dataclasses.html#dataclasses.fields
weakref-ablehttps://docs.python.org/dev/library/weakref.html#weakref.ref
__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
https://docs.python.org/dev/library/dataclasses.html#dataclasses.field
MISSINGhttps://docs.python.org/dev/library/dataclasses.html#dataclasses.MISSING
MISSINGhttps://docs.python.org/dev/library/dataclasses.html#dataclasses.MISSING
__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
__repr__()https://docs.python.org/dev/reference/datamodel.html#object.__repr__
__hash__()https://docs.python.org/dev/reference/datamodel.html#object.__hash__
__hash__()https://docs.python.org/dev/reference/datamodel.html#object.__hash__
__eq__()https://docs.python.org/dev/reference/datamodel.html#object.__eq__
__gt__()https://docs.python.org/dev/reference/datamodel.html#object.__gt__
MappingProxyType()https://docs.python.org/dev/library/types.html#types.MappingProxyType
Fieldhttps://docs.python.org/dev/library/dataclasses.html#dataclasses.Field
__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
@dataclasshttps://docs.python.org/dev/library/dataclasses.html#dataclasses.dataclass
https://docs.python.org/dev/library/dataclasses.html#dataclasses.Field
fields()https://docs.python.org/dev/library/dataclasses.html#dataclasses.fields
field()https://docs.python.org/dev/library/dataclasses.html#dataclasses.field
https://docs.python.org/dev/library/dataclasses.html#dataclasses.InitVar
init-onlyhttps://docs.python.org/dev/library/dataclasses.html#dataclasses-init-only-variables
fields()https://docs.python.org/dev/library/dataclasses.html#dataclasses.fields
__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
__post_init__()https://docs.python.org/dev/library/dataclasses.html#dataclasses.__post_init__
https://docs.python.org/dev/library/dataclasses.html#dataclasses.fields
Fieldhttps://docs.python.org/dev/library/dataclasses.html#dataclasses.Field
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
https://docs.python.org/dev/library/dataclasses.html#dataclasses.asdict
copy.deepcopy()https://docs.python.org/dev/library/copy.html#copy.deepcopy
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
https://docs.python.org/dev/library/dataclasses.html#dataclasses.astuple
copy.deepcopy()https://docs.python.org/dev/library/copy.html#copy.deepcopy
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
https://docs.python.org/dev/library/dataclasses.html#dataclasses.make_dataclass
typing.Anyhttps://docs.python.org/dev/library/typing.html#typing.Any
@dataclasshttps://docs.python.org/dev/library/dataclasses.html#dataclasses.dataclass
@dataclasshttps://docs.python.org/dev/library/dataclasses.html#dataclasses.dataclass
@dataclasshttps://docs.python.org/dev/library/dataclasses.html#dataclasses.dataclass
__annotations__https://docs.python.org/dev/reference/datamodel.html#object.__annotations__
@dataclasshttps://docs.python.org/dev/library/dataclasses.html#dataclasses.dataclass
https://docs.python.org/dev/library/dataclasses.html#dataclasses.replace
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
__post_init__()https://docs.python.org/dev/library/dataclasses.html#dataclasses.__post_init__
__post_init__()https://docs.python.org/dev/library/dataclasses.html#dataclasses.__post_init__
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
__post_init__()https://docs.python.org/dev/library/dataclasses.html#dataclasses.__post_init__
copy.replace()https://docs.python.org/dev/library/copy.html#copy.replace
https://docs.python.org/dev/library/dataclasses.html#dataclasses.is_dataclass
https://docs.python.org/dev/library/dataclasses.html#dataclasses.MISSING
https://docs.python.org/dev/library/dataclasses.html#dataclasses.KW_ONLY
__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
https://docs.python.org/dev/library/dataclasses.html#dataclasses.FrozenInstanceError
__setattr__()https://docs.python.org/dev/reference/datamodel.html#object.__setattr__
__delattr__()https://docs.python.org/dev/reference/datamodel.html#object.__delattr__
AttributeErrorhttps://docs.python.org/dev/library/exceptions.html#AttributeError
https://docs.python.org/dev/library/dataclasses.html#post-init-processing
https://docs.python.org/dev/library/dataclasses.html#dataclasses.__post_init__
__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
@dataclasshttps://docs.python.org/dev/library/dataclasses.html#dataclasses.dataclass
__post_init__()https://docs.python.org/dev/library/dataclasses.html#dataclasses.__post_init__
replace()https://docs.python.org/dev/library/dataclasses.html#dataclasses.replace
https://docs.python.org/dev/library/dataclasses.html#class-variables
@dataclasshttps://docs.python.org/dev/library/dataclasses.html#dataclasses.dataclass
PEP 526https://peps.python.org/pep-0526/
typing.ClassVarhttps://docs.python.org/dev/library/typing.html#typing.ClassVar
fields()https://docs.python.org/dev/library/dataclasses.html#dataclasses.fields
https://docs.python.org/dev/library/dataclasses.html#init-only-variables
@dataclasshttps://docs.python.org/dev/library/dataclasses.html#dataclasses.dataclass
InitVarhttps://docs.python.org/dev/library/dataclasses.html#dataclasses.InitVar
InitVarhttps://docs.python.org/dev/library/dataclasses.html#dataclasses.InitVar
fields()https://docs.python.org/dev/library/dataclasses.html#dataclasses.fields
__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
__post_init__()https://docs.python.org/dev/library/dataclasses.html#dataclasses.__post_init__
fields()https://docs.python.org/dev/library/dataclasses.html#dataclasses.fields
Fieldhttps://docs.python.org/dev/library/dataclasses.html#dataclasses.Field
https://docs.python.org/dev/library/dataclasses.html#frozen-instances
@dataclasshttps://docs.python.org/dev/library/dataclasses.html#dataclasses.dataclass
__setattr__()https://docs.python.org/dev/reference/datamodel.html#object.__setattr__
__delattr__()https://docs.python.org/dev/reference/datamodel.html#object.__delattr__
FrozenInstanceErrorhttps://docs.python.org/dev/library/dataclasses.html#dataclasses.FrozenInstanceError
__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
https://docs.python.org/dev/library/dataclasses.html#inheritance
@dataclasshttps://docs.python.org/dev/library/dataclasses.html#dataclasses.dataclass
objecthttps://docs.python.org/dev/library/functions.html#object
inthttps://docs.python.org/dev/library/functions.html#int
__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
https://docs.python.org/dev/library/dataclasses.html#re-ordering-of-keyword-only-parameters-in-init
__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
https://docs.python.org/dev/library/dataclasses.html#default-factory-functions
field()https://docs.python.org/dev/library/dataclasses.html#dataclasses.field
__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
https://docs.python.org/dev/library/dataclasses.html#mutable-default-values
@dataclasshttps://docs.python.org/dev/library/dataclasses.html#dataclasses.dataclass
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
listhttps://docs.python.org/dev/library/stdtypes.html#list
dicthttps://docs.python.org/dev/library/stdtypes.html#dict
sethttps://docs.python.org/dev/library/stdtypes.html#set
https://docs.python.org/dev/library/dataclasses.html#descriptor-typed-fields
descriptor objectshttps://docs.python.org/dev/reference/datamodel.html#descriptors
__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
__set__()https://docs.python.org/dev/reference/datamodel.html#object.__set__
__get__()https://docs.python.org/dev/reference/datamodel.html#object.__get__
@dataclasshttps://docs.python.org/dev/library/dataclasses.html#dataclasses.dataclass
AttributeErrorhttps://docs.python.org/dev/library/exceptions.html#AttributeError
Table of Contentshttps://docs.python.org/dev/contents.html
dataclasses — Data Classeshttps://docs.python.org/dev/library/dataclasses.html
Module contentshttps://docs.python.org/dev/library/dataclasses.html#module-contents
Post-init processinghttps://docs.python.org/dev/library/dataclasses.html#post-init-processing
Class variableshttps://docs.python.org/dev/library/dataclasses.html#class-variables
Init-only variableshttps://docs.python.org/dev/library/dataclasses.html#init-only-variables
Frozen instanceshttps://docs.python.org/dev/library/dataclasses.html#frozen-instances
Inheritancehttps://docs.python.org/dev/library/dataclasses.html#inheritance
Re-ordering of keyword-only parameters in __init__()https://docs.python.org/dev/library/dataclasses.html#re-ordering-of-keyword-only-parameters-in-init
Default factory functionshttps://docs.python.org/dev/library/dataclasses.html#default-factory-functions
Mutable default valueshttps://docs.python.org/dev/library/dataclasses.html#mutable-default-values
Descriptor-typed fieldshttps://docs.python.org/dev/library/dataclasses.html#descriptor-typed-fields
warnings — Warning controlhttps://docs.python.org/dev/library/warnings.html
contextlib — Utilities for with-statement contextshttps://docs.python.org/dev/library/contextlib.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/dataclasses.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/contextlib.html
previoushttps://docs.python.org/dev/library/warnings.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Python Runtime Serviceshttps://docs.python.org/dev/library/python.html
dataclasses — Data Classeshttps://docs.python.org/dev/library/dataclasses.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

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


URLs of crawlers that visited me.