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 7ceaaee commit 1674f83Copy full SHA for 1674f83
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2024-10-29-10-37-39.gh-issue-126072.XLKlxv.rst
@@ -0,0 +1,3 @@
1
+Add a new attribute in :attr:`~codeobject.co_flags` to indicate whether the
2
+first item in :attr:`~codeobject.co_consts` is the docstring. If a code
3
+object has no docstring, ``None`` will **NOT** be inserted.
0 commit comments