b property

b property

Gets or sets the B component.

Definition:

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

See Also