turn_length property

turn_length property

Gets or sets the turn length.

Definition:

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

See Also