Searched refs:expect_async (Results 1 – 2 of 2) sorted by relevance
366 from ._async import expect_async367 return expect_async(exp, timeout)415 from ._async import expect_async416 return expect_async(exp, timeout)
7 def expect_async(expecter, timeout=None): function