Home
last modified time | relevance | path

Searched defs:get_coro (Results 1 – 10 of 10) sorted by relevance

/dports/devel/py-anyio/anyio-3.4.0/tests/
H A Dtest_debugging.py17 get_coro = asyncio.Task.get_coro variable
19 def get_coro(self: asyncio.Task) -> Any: function
/dports/lang/python311/Python-3.11.0a3/Lib/asyncio/
H A Dtasks.py132 def get_coro(self): member in Task
/dports/lang/python310/Python-3.10.1/Lib/asyncio/
H A Dtasks.py132 def get_coro(self): member in Task
/dports/databases/py-gdbm/Python-3.8.12/Lib/asyncio/
H A Dtasks.py181 def get_coro(self): member in Task
/dports/databases/py-sqlite3/Python-3.8.12/Lib/asyncio/
H A Dtasks.py181 def get_coro(self): member in Task
/dports/lang/python38/Python-3.8.12/Lib/asyncio/
H A Dtasks.py181 def get_coro(self): member in Task
/dports/lang/python-tools/Python-3.8.12/Lib/asyncio/
H A Dtasks.py181 def get_coro(self): member in Task
/dports/lang/python39/Python-3.9.9/Lib/asyncio/
H A Dtasks.py156 def get_coro(self): member in Task
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/asyncio/
H A Dtasks.py181 def get_coro(self): member in Task
/dports/devel/py-anyio/anyio-3.4.0/src/anyio/_backends/
H A D_asyncio.py44 get_coro = asyncio.Task.get_coro variable
46 def get_coro(task: asyncio.Task) -> Union[Coroutine, Generator]: function