coefficient property

coefficient property

Coefficient

Definition:

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

See Also