bound property

bound property

Definition:

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

See Also