Ejemplo n.º 1
0
 def __init__(self, file, line, func, time, message):
     """__init__(except::Context self, std::string const & file, int line, std::string const & func, std::string const & time, std::string const & message) -> Context"""
     this = _coda_except.new_Context(file, line, func, time, message)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Ejemplo n.º 2
0
 def __init__(self, file, line, func, time, message):
     """__init__(except::Context self, std::string const & file, int line, std::string const & func, std::string const & time, std::string const & message) -> Context"""
     this = _coda_except.new_Context(file, line, func, time, message)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Ejemplo n.º 3
0
 def __init__(self, *args):
     """
     __init__(except::Context self, std::string const & file, int line, std::string const & func, std::string const & time, std::string const & message) -> Context
     __init__(except::Context self, Context c) -> Context
     """
     this = _coda_except.new_Context(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
Ejemplo n.º 4
0
 def __init__(self, file: "std::string const &", line: "int", func: "std::string const &", time: "std::string const &", message: "std::string const &"):
     r"""__init__(Context self, std::string const & file, int line, std::string const & func, std::string const & time, std::string const & message) -> Context"""
     _coda_except.Context_swiginit(self, _coda_except.new_Context(file, line, func, time, message))