Exemplo n.º 1
0
 def toString(self):
     """toString(Throwable self) -> std::string"""
     return _coda_except.Throwable_toString(self)
Exemplo n.º 2
0
 def toString(self, *args) -> "std::string":
     r"""
     toString(Throwable self) -> std::string
     toString(Throwable self, bool includeBacktrace) -> std::string
     """
     return _coda_except.Throwable_toString(self, *args)