Python 3.14.3 (tags/v3.14.3:323c59a, Feb 3 2026, 16:04:56) [MSC v.1944 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
Ctrl click to launch VS Code Native REPL
>>> import dataclasses
>>> help(dataclasses)
Help on module dataclasses:
NAME
dataclasses
MODULE REFERENCE
https://docs.python.org/3.14/library/dataclasses#module-dataclasses
The following documentation is automatically generated from the Python
source files. It may be incomplete, incorrect or include features that
are considered implementation detail and may vary between Python
implementations. When in doubt, consult the module reference at the
location listed above.
...
Documentation
Add main docstring for std module dataclasses!
Linked PRs