title property
title property
Gets or sets the title. The title element contains the title information for the parent element. The title element may appear zero or one time.
Definition:
@property
def title(self):
...
@title.setter
def title(self, value):
...