keywords property

keywords property

Gets or sets a text string that identifies topics or other important information about the file, such as project name, client name, or version number. The maximum string length is 63 characters.

Definition:

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

See Also