def __init__(self, *a, **kw):
     Redirect.__init__(self, *a, **kw)
     self.count = 0
예제 #2
0
 def __init__(self, request, factory):
     Redirect.__init__(self, request)
     self.factory = factory
예제 #3
0
파일: http.py 프로젝트: 4sp1r3/opencanary
 def __init__(self, request, factory):
     Redirect.__init__(self, request)
     self.factory = factory
예제 #4
0
 def __init__(self, *a, **kw):
     Redirect.__init__(self, *a, **kw)
     self.count = 0
예제 #5
0
파일: utils.py 프로젝트: ddormer/Querryl
 def __init__(self, port):
     self.port = port
     Redirect.__init__(self, None)