Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dspawnbase.py136 def _coerce_expect_string(self, s): member in SpawnBase
228 p = self._coerce_expect_string(p)
404 return self._coerce_expect_string(pattern)
451 cre = re.compile(self._coerce_expect_string('.{%d}' % size), re.DOTALL)