Lines Matching full:expect_list
1198 This is used by expect() when calling expect_list(). Thus expect() is
1202 return self.expect_list(cpl, timeout)
1205 efficient to compile the patterns first and then call expect_list().
1211 i = self.expect_list(clp, timeout)
1312 If you are trying to optimize for speed then see expect_list().
1316 return self.expect_list(compiled_pattern_list, timeout, searchwindowsize)
1318 def expect_list(self, pattern_list, timeout = -1, searchwindowsize = -1):
1324 expect_list() does not recompile the pattern list on every call. This