Home | History | Annotate | Download | only in test

Lines Matching refs:patterns

1675     def match (self, str, patterns, msg=None, trace=False, error=False, matching=True, exe=True):
1676 """run command in str, and match the result against regexp in patterns returning the match object for the first matching pattern
1703 for pattern in patterns:
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):
1726 matches the patterns contained in 'patterns'.
1797 # Search for regular expression patterns, if specified.
1799 if patterns and keepgoing:
1800 for pattern in patterns: