Home | History | Annotate | Download | only in pexpect

Lines Matching refs:searcher_string

1420         return self.expect_loop(searcher_string(pattern_list),
1426 an instance of searcher_re or searcher_string, which describes how and
1675 class searcher_string(object):
1697 """This creates an instance of searcher_string. This argument 'strings'
1718 ss.append((-1, 'searcher_string:'))
1779 pattern matching. For speed, see the helper class, searcher_string.