コード例 #1
0
ファイル: coda_except.py プロジェクト: kirkjens/six-library
 def __init__(self, *args):
     r"""
     __init__(IOException self) -> IOException
     __init__(IOException self, IOException arg2) -> IOException
     __init__(IOException self, IOException arg2) -> IOException
     __init__(IOException self, Context c) -> IOException
     __init__(IOException self, std::string const & msg) -> IOException
     __init__(IOException self, Throwable t, Context c) -> IOException
     """
     _coda_except.IOException_swiginit(self, _coda_except.new_IOException(*args))
コード例 #2
0
ファイル: coda_except.py プロジェクト: johnjo55/six-library
 def __init__(self, *args):
     """
     __init__(except::IOException self) -> IOException
     __init__(except::IOException self, Context c) -> IOException
     __init__(except::IOException self, std::string const & msg) -> IOException
     __init__(except::IOException self, Throwable t, Context c) -> IOException
     """
     this = _coda_except.new_IOException(*args)
     try:
         self.this.append(this)
     except:
         self.this = this