Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dspawnbase.py94 def write_to_stdout(b): function
100 self.write_to_stdout = write_to_stdout
104 self.write_to_stdout = sys.stdout.write
118 self.write_to_stdout = sys.stdout.write
H A Dpty_spawn.py758 self.write_to_stdout(self.buffer)
/llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dptyprocess.py139 def write_to_stdout(b): member in PtyProcess
148 write_to_stdout = sys.stdout.write variable in PtyProcess