Esempio n. 1
0
 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)
Esempio n. 2
0
 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)
Esempio n. 3
0
 def get_authors(self):
     return credit_list(self.credits)
Esempio n. 4
0
 def get_credits(self):
     return credit_list(self.credits)