degree property

degree property

Degree

Definition:

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

See Also