Home
last modified time | relevance | path

Searched refs:searcher_string (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
D__init__.py71 from .expect import Expecter, searcher_re, searcher_string
Dspawnbase.py8 from .expect import Expecter, searcher_string, searcher_re
413 exp = Expecter(self, searcher_string(pattern_list), searchwindowsize)
Dexpect.py125 class searcher_string(object): class