Beispiel #1
0
 def save_to_items(self):
     """this method saves data to the item list"""
     Data.add_data(self.item_data())
Beispiel #2
0
 def save_to_users(self):
     """this method saves the user to users"""
     Data.add_data(self.user_data())
Beispiel #3
0
 def save_to_bucketlists(self):
     """this methods saves data to the bucketlists list"""
     Data.add_data(self.bucketlist_data())