zb property

zb property

Definition:

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

See Also