Home
last modified time | relevance | path

Searched refs:get_coro (Results 1 – 25 of 46) sorted by relevance

12

/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
90 coro = get_coro(gen_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
186 coro = get_coro(task)
1840 return TaskInfo(id(task), parent_id, name, get_coro(task))
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/3/asyncio/
H A Dtasks.pyi107 def get_coro(self) -> Any: ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/3/asyncio/
H A Dtasks.pyi111 def get_coro(self) -> Any: ...
/dports/lang/python311/Python-3.11.0a3/Lib/asyncio/
H A Dtasks.py132 def get_coro(self): member in Task
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/asyncio/
H A Dtasks.pyi288 def get_coro(self) -> Union[Generator[_TaskYieldType, None, _T], Awaitable[_T]]: ...
/dports/lang/python310/Python-3.10.1/Lib/asyncio/
H A Dtasks.py132 def get_coro(self): member in Task
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/asyncio/
H A Dtasks.pyi288 def get_coro(self) -> Any: ...
/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/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dasyncio-task.rst878 .. method:: get_coro()
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Dasyncio-task.rst878 .. method:: get_coro()
/dports/lang/python38/Python-3.8.12/Doc/library/
H A Dasyncio-task.rst878 .. method:: get_coro()
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Dasyncio-task.rst878 .. method:: get_coro()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/library/
H A Dasyncio-task.rst878 .. method:: get_coro()
/dports/lang/python39/Python-3.9.9/Doc/library/
H A Dasyncio-task.rst952 .. method:: get_coro()
/dports/lang/python311/Python-3.11.0a3/Doc/library/
H A Dasyncio-task.rst1014 .. method:: get_coro()
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Dasyncio-task.rst1023 .. method:: get_coro()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/test_asyncio/
H A Dtest_tasks.py2492 self.assertIs(task.get_coro(), coro)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/test_asyncio/
H A Dtest_tasks.py2492 self.assertIs(task.get_coro(), coro)
/dports/lang/python311/Python-3.11.0a3/Lib/test/test_asyncio/
H A Dtest_tasks.py2448 self.assertIs(task.get_coro(), coro)

12