Ejemplo n.º 1
0
 def __init__(self,what):
     GangaException.__init__(self)
     self.what = what
Ejemplo n.º 2
0
 def __init__(self, x=''):
     GangaException.__init__(self, x)
Ejemplo n.º 3
0
 def __init__(self, excpt, message):
     GangaException.__init__(self, excpt, message)
     self.message = message
     self.excpt = excpt
Ejemplo n.º 4
0
 def __init__(self, message, dirac_id = None, job_id = None):
     GangaException.__init__(self, message)
     self.dirac_id = dirac_id
     self.job_id = job_id
Ejemplo n.º 5
0
 def __init__(self, x=''):
     GangaException.__init__(self, x)
Ejemplo n.º 6
0
 def __init__(self, what=''):
     GangaException.__init__(self, what)
     self.what = what
Ejemplo n.º 7
0
 def __init__(self, message=''):
     GangaException.__init__(self, message)
     self.message = message
Ejemplo n.º 8
0
 def __init__(self, excpt, message):
     GangaException.__init__(self, excpt, message)
     self.message = message
     self.excpt = excpt
Ejemplo n.º 9
0
    def __init__(self, x): GangaException.__init__(self, x)


class ISplitter(GangaObject):
Ejemplo n.º 10
0
 def __init__(self, txt=''):
     GangaException.__init__(self, txt)
     self.txt = txt