contributors property

contributors property

Gets or sets an array of the contributors.

Remarks

These contributors should not include those listed in dc:creator.

Definition:

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

See Also