title property

title property

The title of a document as specified by the TITLE element in the head of the document.

Definition:

@property
def title(self):
    ...
@title.setter
def title(self, value):
    ...

See Also