def save(self): mdict = {self.getSender(): self.getContent()} return mutils.save(mdict, Message.fileName)
def save(self): ''' Save the data to the disk ''' userDict = {self.getName(): self.getEmail()} return mutils.save(userDict, User.fileName)