book_title property

Source.book_title property

Gets or sets the book title of a source.

@property
def book_title(self) -> str:
    ...

@book_title.setter
def book_title(self, value: str):
    ...

See Also