length property

length property

Definition:

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

See Also