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 d274ffa commit 3a6200cCopy full SHA for 3a6200c
Doc/c-api/gen.rst
@@ -62,6 +62,8 @@ Asynchronous Generator Objects
62
The type object corresponding to asynchronous generator objects. This is
63
available as :class:`types.AsyncGeneratorType` in the Python layer.
64
65
+ .. versionadded:: 3.6
66
+
67
.. c:function:: PyObject *PyAsyncGen_New(PyFrameObject *frame, PyObject *name, PyObject *qualname)
68
69
Create a new asynchronous generator wrapping *frame*, with ``__name__`` and
@@ -78,3 +80,5 @@ Asynchronous Generator Objects
78
80
79
81
Return true if *op* is an asynchronous generator object, false otherwise.
82
This function always succeeds.
83
84
0 commit comments