Ejemplo n.º 1
0
 def __init__(self, *args):
     r"""
     __init__(NoSuchKeyException self) -> NoSuchKeyException
     __init__(NoSuchKeyException self, NoSuchKeyException arg2) -> NoSuchKeyException
     __init__(NoSuchKeyException self, NoSuchKeyException arg2) -> NoSuchKeyException
     __init__(NoSuchKeyException self, Context c) -> NoSuchKeyException
     __init__(NoSuchKeyException self, std::string const & msg) -> NoSuchKeyException
     __init__(NoSuchKeyException self, Throwable t, Context c) -> NoSuchKeyException
     """
     _coda_except.NoSuchKeyException_swiginit(self, _coda_except.new_NoSuchKeyException(*args))
Ejemplo n.º 2
0
 def __init__(self, *args):
     """
     __init__(except::NoSuchKeyException self) -> NoSuchKeyException
     __init__(except::NoSuchKeyException self, Context c) -> NoSuchKeyException
     __init__(except::NoSuchKeyException self, std::string const & msg) -> NoSuchKeyException
     __init__(except::NoSuchKeyException self, Throwable t, Context c) -> NoSuchKeyException
     """
     this = _coda_except.new_NoSuchKeyException(*args)
     try:
         self.this.append(this)
     except:
         self.this = this