contributor property

contributor property

Gets or sets the contributor. The contributor element defines authoring information for asset management.

Definition:

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

See Also