book_title property

book_title property

The title of the book. It can either match the book title (book-name) or differ (for example, when there are several works under one cover).

Definition:

@property
def book_title(self):
    ...

See Also