If the coroutine raises an exception, it is propagated by the iterator.
Si la coroutine lève une exception, elle est propagée par l'itérateur.
Such a function, when called, returns a coroutine object.
Une telle fonction, quand elle est appelée, renvoie un objet coroutine.
Suspend the execution of coroutine on an awaitable object.
Suspend l'exécution de la coroutine sur un objet awaitable.
Can only be used inside a coroutine function.
Ne peut être utilisée qu'à l'intérieur d'une coroutine function.
The C structure used for coroutine objects.
La structure C utilisée pour les objets coroutine.
Starts or resumes execution of the coroutine.
Démarre ou reprend l'exécution d'une coroutine.
Raises the specified exception in the coroutine.
Lève l'exception spécifiée dans la coroutine.
Causes the coroutine to clean itself up and exit.
Demande à la coroutine de faire le ménage et de se terminer.
An asynchronous comprehension may suspend the execution of the coroutine function in which it appears.
Une compréhension asynchrone peut suspendre l'exécution de la fonction coroutine dans laquelle elle apparaît.
Finally, the coroutine is marked as having finished executing, even if it was never started.
Enfin, la coroutine est marquée comme ayant terminé son exécution, même si elle n'a jamais démarré.
Runs a coroutine, ie the result of a call to an asynchronous function defined by async def.
Exécute une coroutine, c'est-à-dire le résultat de l'appel d'une fonction asynchrone.
If the exception is not caught in the coroutine, it propagates back to the caller.
Si l'exception n'est pas gérée par la coroutine, elle est propagée à l'appelant.
yield break, which explicitly stops the enumerator, and so the associated coroutine.
yield break, qui stoppe l'énumérateur, et par conséquent la coroutine associée.