Lines Matching refs:endstr
1718 def expect(self, str, msg=None, patterns=None, startstr=None, endstr=None, substrs=None, trace=False, error=False, matching=True, exe=True, inHistory=False):
1777 # Look for endstr, if specified.
1779 if endstr:
1780 matched = output.endswith(endstr)
1782 print >> sbuf, "%s end string: %s" % (heading, endstr)