Package Gnumed :: Package timelinelib :: Package calendar :: Package gregorian :: Module time :: Class GregorianDelta
[frames] | no frames]

Class GregorianDelta

source code

            object --+    
                     |    
  time.ComparableValue --+
                         |
            object --+   |
                     |   |
time.GenericDeltaMixin --+
                         |
                        GregorianDelta

Instance Methods
 
seconds(self) source code
 
__truediv__(self, value) source code
 
__sub__(self, delta) source code
 
__mul__(self, value) source code
 
get_days(self) source code
 
get_hours(self) source code
 
get_minutes(self) source code
 
__repr__(self)
repr(x)
source code

Inherited from time.ComparableValue: __eq__, __ge__, __gt__, __init__, __le__, __lt__, __ne__

Inherited from time.GenericDeltaMixin: __neg__, __rmul__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods
 
from_seconds(cls, seconds) source code
 
from_days(cls, days) source code
Properties

Inherited from time.ComparableValue: value

Inherited from object: __class__

Method Details

seconds(self)

source code 
Decorators:
  • @property

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)