def __init__(self):
     '''
     Constructor
     '''
     Request.__init__(self)
Example #2
0
 def __init__(self):
     """
     Constructor
     """
     Request.__init__(self)