Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
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
Dpty_spawn.py758 self.write_to_stdout(self.buffer)
/openbsd/src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
Dptyprocess.py139 def write_to_stdout(b): member in PtyProcess
148 write_to_stdout = sys.stdout.write variable in PtyProcess