extra property

extra property

Gets or sets the extra. The extra element may occur any number of times.

Definition:

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

See Also