Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dspawnbase.py240 def expect(self, pattern, timeout=-1, searchwindowsize=-1, async_=False, **kw): argument
335 async_ = kw.pop('async')
341 timeout, searchwindowsize, async_)
344 async_=False, **kw): argument
360 async_ = kw.pop('async')
365 if async_:
372 async_=False, **kw): argument
392 async_ = kw.pop('async')
414 if async_: