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