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