Home
last modified time | relevance | path

Searched defs:write_to_stdout (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dspawnbase.py94 def write_to_stdout(b): function