box property

box property

Definition:

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

See Also