Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py186 async def notmuch(): function
188 t = self.new_task(self.loop, notmuch())
197 t = self.new_task(loop, notmuch())
205 def notmuch(): function
207 t = asyncio.ensure_future(notmuch(), loop=self.loop)
215 t = asyncio.ensure_future(notmuch(), loop=loop)
242 async def notmuch(): function
244 t_orig = self.new_task(self.loop, notmuch())
324 async def notmuch(): function
328 self.assertEqual(notmuch.__name__, 'notmuch')
[all …]