💾 Archived View for tris.fyi › pydoc › asyncio.coroutines captured on 2022-03-01 at 16:06:32. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-01-08)
-=-=-=-=-=-=-
This module has no docstring.
close(self)
send(self, value)
throw(self, type, value=None, traceback=None)
gi_code = <property object at 0x7f0227351f40>
gi_frame = <property object at 0x7f02273516d0>
gi_running = <property object at 0x7f0227351630>
gi_yieldfrom = <property object at 0x7f0227351ef0>
coroutine(func) Decorator to mark coroutines. If the coroutine is not yielded from before it is destroyed, an error message is logged.
iscoroutine(obj) Return True if obj is a coroutine object.
iscoroutinefunction(func) Return True if func is a decorated coroutine function.
logger = <Logger asyncio (INFO)>