sort property

sort property

Sort

Definition:

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

See Also