Home
last modified time | relevance | path

Searched refs:notmuch (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
H A Dtest_tasks.py176 async def notmuch(): function
178 t = self.new_task(self.loop, notmuch())
187 t = self.new_task(loop, notmuch())
193 async def notmuch(): function
195 t = asyncio.ensure_future(notmuch(), loop=self.loop)
201 a = notmuch()
207 return asyncio.ensure_future(notmuch())
217 t = asyncio.ensure_future(notmuch())
245 async def notmuch(): function
247 t_orig = self.new_task(self.loop, notmuch())
325 async def notmuch(): global() function
374 async def notmuch(): global() function
392 async def notmuch(): global() function
1647 async def notmuch(): global() function
[all...]

Completed in 2 milliseconds