Skip to content

Add main docstring for std module dataclasses #152361

Description

@aiwonderland

Documentation

Add main docstring for std module dataclasses!

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.
...

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir
    No fields configured for issues without a type.

    Projects

    Status
    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions