def _write_stdout(self, data): assert isinstance(data, bytes), '`data` must be a bytes' os.write(pty.STDOUT_FILENO, data)