This module has no docstring.
close(self)
send(self, value)
throw(self, type, value=None, traceback=None)
gi_code = <property object at 0x7ff3600dbef0>
gi_frame = <property object at 0x7ff3600db680>
gi_running = <property object at 0x7ff3600db5e0>
gi_yieldfrom = <property object at 0x7ff3600dbea0>
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)>