Beispiel #1
0
 def __init__(self):
     """Costruttore standard."""
     SenderError.__init__(self, repr('Captcha'))
Beispiel #2
0
 def __init__(self, site):
     """Costruttore standard."""
     SenderError.__init__(self, site)
 def __init__(self, site, msg = None):
     """Costruttore standard."""
     SenderError.__init__(self, site)
     self.msg = msg
Beispiel #4
0
 def __init__(self, site, msg):
     """Costruttore standard."""
     SenderError.__init__(self, site)
     self.msg = msg
Beispiel #5
0
 def __init__(self, site):
     """Costruttore standard."""
     SenderError.__init__(self, site)
Beispiel #6
0
 def __init__(self):
     """Costruttore standard."""
     SenderError.__init__(self, repr('Captcha'))