Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A D__init__.py2 from .ptyprocess import PtyProcess, PtyProcessUnicode, PtyProcessError
H A Dptyprocess.py128 class PtyProcess(object): class
793 class PtyProcessUnicode(PtyProcess):
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dpty_spawn.py314 return ptyprocess.PtyProcess.spawn(args, **kwargs)