product property

product property

Definition:

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

See Also