Searched refs:_expect_prompt (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dreplwrap.py55 self._expect_prompt()
64 def _expect_prompt(self, timeout=-1): member in class:REPLWrapper
90 self._expect_prompt(timeout=timeout)
95 if self._expect_prompt(timeout=timeout) == 1:
98 self._expect_prompt(timeout=1)

Completed in 118 milliseconds