def writeln(self, str): """writeln(OutputStream self, std::string const & str)""" return _coda_io.OutputStream_writeln(self, str)
def writeln(self, str: "std::string const &") -> "void": r"""writeln(OutputStream self, std::string const & str)""" return _coda_io.OutputStream_writeln(self, str)