Example #1
0
 def _write(self, command):
     return write_cmd(sys.stdout, command)
Example #2
0
 def _write(self, command):
     sutils.write_cmd(self._proc.stdin, command)