compass.services.usage.TimedEntry# class TimedEntry(value)[source]# Bases: object An entry that performs comparisons based on time added, not value Examples >>> a = TimedEntry(100) >>> a > 1000 True Copy to clipboard Parameters: value (obj) – Some value to store as an entry. Methods