Lines Matching full:sendline
28 child.sendline (mypassword)
163 child.sendline (mypassword)
283 talk to. For normal use, see expect() and send() and sendline().
349 "Password:" prompt and then immediately call sendline() to send the
401 self.logfile_send = None # output to send (send, sendline)
697 p.sendline(mypassword)
736 p.sendline ('1234') # We will see this twice (once from tty echo and again from cat).
740 p.sendline ('abcd') # We will set this only once (echoed by cat).
741 p.sendline ('wxyz') # We will set this only once (echoed by cat)
749 p.sendline ('1234') # We will see this twice (once from tty echo and again from cat).
751 p.sendline ('abcd') # We will set this only once (echoed by cat).
752 p.sendline ('wxyz') # We will set this only once (echoed by cat)
956 def sendline(self, s=''):