title property

title property

Gets the tag that labels the name given to a file.

Definition:

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

See Also