copyright property

Gets the tag that labels a copyright notice provided by the owner.

Definition:

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

See Also