Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dspawnbase.py366 from ._async import expect_async
367 return expect_async(exp, timeout)
415 from ._async import expect_async
416 return expect_async(exp, timeout)
H A D_async.py7 def expect_async(expecter, timeout=None): function