Exemplo n.º 1
0
 def writeln(self, str):
     """writeln(OutputStream self, std::string const & str)"""
     return _coda_io.OutputStream_writeln(self, str)
Exemplo n.º 2
0
 def writeln(self, str: "std::string const &") -> "void":
     r"""writeln(OutputStream self, std::string const & str)"""
     return _coda_io.OutputStream_writeln(self, str)