Lines Matching full:prompt
1078 prompt=r"[\#\$]\s*$", status_test_command="echo $?"):
1104 @param prompt: Regular expression describing the shell's prompt line.
1115 self.prompt = prompt
1120 return Expect.__getinitargs__(self) + (self.prompt,
1124 def set_prompt(self, prompt):
1126 Set the prompt attribute for later use by read_up_to_prompt.
1128 @param: String that describes the prompt contents.
1130 self.prompt = prompt
1149 If all is OK, some output should be available (e.g. the shell prompt).
1174 matches the prompt regular expression set by set_prompt, or until
1178 matches the prompt.
1192 m, o = self.read_until_last_line_matches([self.prompt], timeout,
1203 @param timeout: The duration (in seconds) to wait for the prompt to
1237 # Remove the echoed command and the final shell prompt
1247 @param timeout: The duration (in seconds) to wait for the prompt to
1282 @param timeout: The duration (in seconds) to wait for the prompt to
1306 prompt to