Beispiel #1
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)
Beispiel #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)
Beispiel #3
0
 def __init__(self,descr):
     PyFoamException.__init__(self,descr)
Beispiel #4
0
 def __init__(self, descr):
     PyFoamException.__init__(self, descr)