Esempio n. 1
0
 def __str__(self):
     return '%s: %s' % (TimeoutError.__str__(self), self.msg)
Esempio n. 2
0
 def __init__(self, seconds=None, msg=None):
     TimeoutError.__init__(self, seconds=seconds)
     self.msg = msg
Esempio n. 3
0
 def __init__(self, seconds=None, msg=None):
     TimeoutError.__init__(self, seconds=seconds)
     self.msg = msg
Esempio n. 4
0
 def __str__(self):
     return '%s: %s' % (TimeoutError.__str__(self), self.msg)
Esempio n. 5
0
 def __str__(self):
     return "%s: %s" % (TimeoutError.__str__(self), self.msg)