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