💾 Archived View for tris.fyi › pydoc › asyncio.coroutines captured on 2023-01-29 at 03:52:40. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-07-16)

🚧 View Differences

-=-=-=-=-=-=-

Back to module index

Go to module by name

asyncio

asyncio.coroutines

This module has no docstring.

Classes

CoroWrapper

close(self)
send(self, value)
throw(self, type, value=None, traceback=None)
gi_code = <property object at 0x7f75e3207d80>
gi_frame = <property object at 0x7f75e3207560>
gi_running = <property object at 0x7f75e3207510>
gi_yieldfrom = <property object at 0x7f75e3207d30>

Functions

coroutine

coroutine(func)

  Decorator to mark coroutines.

      If the coroutine is not yielded from before it is destroyed,
      an error message is logged.
    

iscoroutine

iscoroutine(obj)

  Return True if obj is a coroutine object.

iscoroutinefunction

iscoroutinefunction(func)

  Return True if func is a decorated coroutine function.

Other members

logger = <Logger asyncio (INFO)>

Modules

base_futures

collections

constants

format_helpers

functools

inspect

os

sys

traceback

types

warnings