Пример #1
0
 def __init__(self, *args):
     r"""
     __init__(NotImplementedException self) -> NotImplementedException
     __init__(NotImplementedException self, NotImplementedException arg2) -> NotImplementedException
     __init__(NotImplementedException self, NotImplementedException arg2) -> NotImplementedException
     __init__(NotImplementedException self, Context c) -> NotImplementedException
     __init__(NotImplementedException self, std::string const & msg) -> NotImplementedException
     __init__(NotImplementedException self, Throwable t, Context c) -> NotImplementedException
     """
     _coda_except.NotImplementedException_swiginit(self, _coda_except.new_NotImplementedException(*args))
Пример #2
0
 def __init__(self, *args):
     """
     __init__(except::NotImplementedException self) -> NotImplementedException
     __init__(except::NotImplementedException self, Context c) -> NotImplementedException
     __init__(except::NotImplementedException self, std::string const & msg) -> NotImplementedException
     __init__(except::NotImplementedException self, Throwable t, Context c) -> NotImplementedException
     """
     this = _coda_except.new_NotImplementedException(*args)
     try:
         self.this.append(this)
     except:
         self.this = this