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 7db27c8 commit 4a74a9aCopy full SHA for 4a74a9a
1 file changed
Doc/library/inspect.rst
@@ -181,7 +181,9 @@ attributes:
181
182
.. versionchanged:: 3.5
183
184
- Add ``__qualname__`` attribute to generators.
+ Add ``__qualname__`` attribute to generators. The ``__name__`` attribute of
185
+ generators is now set from the function name, instead of the code name, and
186
+ it can now be modified.
187
188
189
.. function:: getmembers(object[, predicate])
0 commit comments