コード例 #1
0
 def writeln(self, arg2):
     """writeln(NullOutputStream self, std::string const & arg2)"""
     return _coda_io.NullOutputStream_writeln(self, arg2)
コード例 #2
0
 def writeln(self, arg2: "std::string const &") -> "void":
     r"""writeln(NullOutputStream self, std::string const & arg2)"""
     return _coda_io.NullOutputStream_writeln(self, arg2)