def get_authors(self): '''Uses the credit_list utility function to generate a list of authors as a printable string. ''' return credit_list(self.authors)
def get_authors(self): return credit_list(self.credits)
def get_credits(self): return credit_list(self.credits)