Beispiel #1
0
 def __init__(self, mangler, request, context):
     GetResponse.__init__(self, request, context)
     self.mangler = mangler
Beispiel #2
0
 def __init__(self, request, context):
     GetResponse.__init__(self, request, context)
Beispiel #3
0
 def __init__(self, mangler, request, context, response_mangler=None):
     GetResponse.__init__(self, request, context)
     self.mangler = mangler
     self.response_mangler = response_mangler
Beispiel #4
0
 def __init__(self, mangler, request, context):
     GetResponse.__init__(self, request, context)
     self.mangler = mangler         
Beispiel #5
0
 def __init__(self, request, context):
     GetResponse.__init__(self, request, context)