Public Member Functions | |
def | __init__ |
def | less |
Public Attributes | |
first | |
Provides less() to compare numbers with a single offset cycle. For example, with offset 3 the order of [0:20] would be, from the lowest: [ 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 0, 1, 2, ]
Definition at line 53 of file sortDataLoggerFiles.py.
def sortDataLoggerFiles.CycleCompareClass.__init__ | ( | self, | |
first | |||
) |
Definition at line 59 of file sortDataLoggerFiles.py.
def sortDataLoggerFiles.CycleCompareClass.less | ( | self, | |
a, | |||
b | |||
) |
Definition at line 60 of file sortDataLoggerFiles.py.
sortDataLoggerFiles.CycleCompareClass.first |
Definition at line 59 of file sortDataLoggerFiles.py.