Lines Matching refs:notmuch
176 async def notmuch():
178 t = self.new_task(self.loop, notmuch())
187 t = self.new_task(loop, notmuch())
193 async def notmuch():
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():
247 t_orig = self.new_task(self.loop, notmuch())
325 async def notmuch():
329 self.assertEqual(notmuch.__name__, 'notmuch')
330 self.assertRegex(notmuch.__qualname__,
331 r'\w+.test_task_repr.<locals>.notmuch')
332 self.assertEqual(notmuch.__module__, __name__)
334 filename, lineno = test_utils.get_function_source(notmuch)
338 gen = notmuch()
339 coro_qualname = 'BaseTaskTests.test_task_repr.<locals>.notmuch'
340 self.assertEqual(gen.__name__, 'notmuch')
366 t = self.new_task(self.loop, notmuch())
374 async def notmuch():
377 t1 = self.new_task(self.loop, notmuch(), None)
378 t2 = self.new_task(self.loop, notmuch(), None)
392 async def notmuch():
395 t = self.new_task(self.loop, notmuch())
1647 async def notmuch():
1650 gen = notmuch()