title property

title property

Corresponds to attribute ‘title’ on the given element.

Definition:

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

See Also