Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dpty_spawn.py365 if not self.getecho():
373 def getecho(self): member in spawn
379 return self.ptyproc.getecho()
/llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dptyprocess.py441 if not self.getecho():
449 def getecho(self): member in PtyProcess