We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0458a79 commit b2c2e73Copy full SHA for b2c2e73
tests/_internal/test_frozen_dataclass_sealable.py
@@ -1,4 +1,8 @@
1
-"""Test cases for the enhanced frozen_dataclass_sealable implementation."""
+"""Test cases for the enhanced frozen_dataclass_sealable implementation.
2
+
3
+This module contains test cases for the frozen_dataclass_sealable decorator and related
4
+functionality.
5
+"""
6
7
from __future__ import annotations
8
0 commit comments