def _write(self, command): return write_cmd(sys.stdout, command)
def _write(self, command): sutils.write_cmd(self._proc.stdin, command)