Esempio n. 1
0
 def toString(self):
     """toString(Throwable self) -> std::string"""
     return _coda_except.Throwable_toString(self)
Esempio 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)