def make_object(self, data, keys, authors): art = Article(data) art.add_keywords(keys) art.add_authors(authors) return art