Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dfdpexpect.py98 s = self._coerce_send_string(s)
106 s = self._coerce_send_string(s)
H A Dpty_spawn.py542 s = self._coerce_send_string(s)
554 s = self._coerce_send_string(s)
H A Dpopen_spawn.py137 s = self._coerce_send_string(s)
H A Dspawnbase.py141 def _coerce_send_string(self, s): member in SpawnBase
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dptyprocess.py355 def _coerce_send_string(s): member in PtyProcess