ApiBase
ApiQueue
Chunker
ChunkAndEmbed
ELMError
ELMRuntimeError
PDFtoTXT
Summary
DecisionTree
EnergyWizard
EnergyWizardBase
EnergyWizardPostgres
Bases: object
object
An entry that performs comparisons based on time added, not value.
Examples
>>> a = TimedEntry(100) >>> a > 1000 True
value (obj) – Some value to store as an entry.
Methods