コード例 #1
0
ファイル: Pandas.py プロジェクト: blueCFD/PyFoam
 def __init__(self,*text):
      descr="Problem in wrapper to pandas-library"
      #          super(FatalErrorPyFoamException,self).__init__(descr,*text) # does not work with Python 2.4
      PyFoamException.__init__(self,descr,*text)
コード例 #2
0
 def __init__(self, *text):
     descr = "Problem in wrapper to pandas-library"
     #          super(FatalErrorPyFoamException,self).__init__(descr,*text) # does not work with Python 2.4
     PyFoamException.__init__(self, descr, *text)
コード例 #3
0
ファイル: FoamFileGenerator.py プロジェクト: floli/tools
 def __init__(self,descr):
     PyFoamException.__init__(self,descr)
コード例 #4
0
 def __init__(self, descr):
     PyFoamException.__init__(self, descr)