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 c135f0a commit 5fbad3cCopy full SHA for 5fbad3c
1 file changed
Doc/library/inspect.rst
@@ -209,9 +209,10 @@ attributes:
209
210
.. versionchanged:: 3.5
211
212
- Add ``__qualname__`` attribute to generators. The ``__name__`` attribute of
213
- generators is now set from the function name, instead of the code name, and
214
- it can now be modified.
+ Add ``__qualname__`` and ``gi_yieldfrom`` attributes to generators.
+
+ The ``__name__`` attribute of generators is now set from the function
215
+ name, instead of the code name, and it can now be modified.
216
217
218
.. function:: getmembers(object[, predicate])
0 commit comments