Searched refs:expectalt (Results 1 – 1 of 1) sorted by relevance
345 def console_wait(self, expect, expectalt = None): argument357 if not expectalt is None:358 sys.stderr.write("console: waiting for: '%s' (alt)\n" % expectalt)367 if not expectalt is None and expectalt in output:376 if not expectalt is None and expectalt in output: