extra property

extra property

Gets or sets the extra.

Definition:

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

See Also