Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A D_async.py17 pw = PatternWaiter()
33 class PatternWaiter(asyncio.Protocol): class