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