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 = {}
def __init__(self, ext_params={}, is_transaction_owner=True): BaseService.__init__(self, ext_params, is_transaction_owner)