angle property

angle property

The angle

Definition:

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

See Also