Thanks to visit codestin.com Credit goes to github.com
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 c3f7d17 commit 6e70131Copy full SHA for 6e70131
1 file changed
Doc/library/collections.rst
@@ -934,6 +934,9 @@ fields:
934
>>> Book.title.__doc__ = 'Title of first printing'
935
>>> Book.authors.__doc__ = 'List of authors sorted by last name'
936
937
+.. versionchanged:: 3.5
938
+ Property docstrings became writeable.
939
+
940
Default values can be implemented by using :meth:`_replace` to
941
customize a prototype instance:
942
0 commit comments