Home | History | Annotate | Download | only in pexpect-2.4

Lines Matching refs:setecho

733     def setecho (self, state):
737 your input buffer is empty before you call setecho(). For example, the
744 p.setecho(False) # Turn off tty echo
750 The following WILL NOT WORK because the lines sent before the setecho
755 p.setecho(False) # Turn off tty echo