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.py139 def notmuch(): function
141 t = self.new_task(self.loop, notmuch())
150 t = self.new_task(loop, notmuch())
157 def notmuch(): function
159 t = asyncio.ensure_future(notmuch(), loop=self.loop)
167 t = asyncio.ensure_future(notmuch(), loop=loop)
195 def notmuch(): function
197 t_orig = self.new_task(self.loop, notmuch())
268 def notmuch(): function
273 self.assertEqual(notmuch.__name__, 'notmuch')
[all …]