コード例 #1
0
ファイル: java_exception_type.py プロジェクト: minorg/thryft
 def __init__(self, **kwds):
     ExceptionType.__init__(self, **kwds)
     _JavaCompoundType.__init__(self, message_type='EXCEPTION', java_suppress_warnings=('serial',), **kwds)
コード例 #2
0
 def __init__(self, **kwds):
     ExceptionType.__init__(self, **kwds)
     _JavaCompoundType.__init__(self, **kwds)
コード例 #3
0
ファイル: cpp_exception_type.py プロジェクト: minorg/thryft
 def __init__(self, **kwds):
     ExceptionType.__init__(self, **kwds)
     _CppCompoundType.__init__(self, message_type='EXCEPTION')
     for field in self.fields:
         assert field.name != 'what'
コード例 #4
0
 def __init__(self, **kwds):
     ExceptionType.__init__(self, **kwds)
     _JavaCompoundType.__init__(self, message_type='EXCEPTION', java_suppress_warnings=('serial',), **kwds)
コード例 #5
0
 def __init__(self, **kwds):
     ExceptionType.__init__(self, **kwds)
     _JavaCompoundType.__init__(self, **kwds)
コード例 #6
0
ファイル: cpp_exception_type.py プロジェクト: mikej165/thryft
 def __init__(self, **kwds):
     ExceptionType.__init__(self, **kwds)
     _CppCompoundType.__init__(self, message_type='EXCEPTION')
     for field in self.fields:
         assert field.name != 'what'
コード例 #7
0
 def __init__(self, **kwds):
     ExceptionType.__init__(self, **kwds)
     _CppCompoundType.__init__(self)
     for field in self.fields:
         assert field.name != 'what'