Home
last modified time | relevance | path

Searched defs:run_until_complete (Results 1 – 4 of 4) sorted by relevance

/external/pandora/avatar/avatar/
Daio.py41 def run_until_complete(coro: Awaitable[_T]) -> _T: function
/external/python/cpython3/Lib/asyncio/
Devents.py230 def run_until_complete(self, future): member in AbstractEventLoop
Dbase_events.py684 def run_until_complete(self, future): member in BaseEventLoop
/external/python/cpython3/Lib/test/
Dtest_asyncgen.py28 def run_until_complete(coro): function