copyright property

Gets or sets the copyright. The copyright element contains a string with copyright information. There may be only one copyright element.

Definition:

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

See Also