module timelinelib.calendar.time

class timelinelib.calendar.time.ComparableValue[source]

Bases: object

__init__(value)[source]

Initialize self. See help(type(self)) for accurate signature.

property value
__eq__(other)[source]

Return self==value.

__ne__(other)[source]

Return self!=value.

__lt__(other)[source]

Return self<value.

__le__(other)[source]

Return self<=value.

__gt__(other)[source]

Return self>value.

__ge__(other)[source]

Return self>=value.

class timelinelib.calendar.time.GenericTimeMixin[source]

Bases: object

to_str()[source]
class timelinelib.calendar.time.GenericDeltaMixin[source]

Bases: object