def __init__(self, *a, **kw):
     Redirect.__init__(self, *a, **kw)
     self.count = 0
Beispiel #2
0
 def __init__(self, request, factory):
     Redirect.__init__(self, request)
     self.factory = factory
Beispiel #3
0
 def __init__(self, request, factory):
     Redirect.__init__(self, request)
     self.factory = factory
Beispiel #4
0
 def __init__(self, *a, **kw):
     Redirect.__init__(self, *a, **kw)
     self.count = 0
Beispiel #5
0
 def __init__(self, port):
     self.port = port
     Redirect.__init__(self, None)