def __init__(self,
              ext_params={},
              is_transaction_owner=True,
              event_type=None):
     BaseService.__init__(self, ext_params, is_transaction_owner,
                          event_type)
     self.config = None
     self.data = None
     self.ext_data = {}
Exemplo n.º 2
0
 def __init__(self, ext_params={}, is_transaction_owner=True):
     BaseService.__init__(self, ext_params, is_transaction_owner)