weight property

weight property

Definition:

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

See Also