factor property

factor property

Factor

Definition:

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

See Also