]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__` (#123342)
authorsobolevn <mail@sobolevn.me>
Sun, 1 Sep 2024 10:25:34 +0000 (13:25 +0300)
committerGitHub <noreply@github.com>
Sun, 1 Sep 2024 10:25:34 +0000 (13:25 +0300)
commit75e72822a390df81ca11355d8e0aac88e4046c27
treef5705299e65037cc2f63c4cf2bcc8d53d8e9ad9d
parentd9439a205acf3d6ed64fc54239249e16b14f9e69
gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__` (#123342)
Doc/library/dataclasses.rst
Lib/test/test_dataclasses/__init__.py