Package jdatetime :: Class time
[hide private]
[frames] | no frames]

Class time

source code

   object --+    
            |    
datetime.time --+
                |
               time

time(hour, minute, second) --> time object

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code

Inherited from datetime.time: __eq__, __format__, __ge__, __getattribute__, __gt__, __hash__, __le__, __lt__, __ne__, __new__, __nonzero__, __reduce__, __str__, dst, isoformat, replace, strftime, tzname, utcoffset

Inherited from object: __delattr__, __init__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]

Inherited from datetime.time: max, min, resolution

Properties [hide private]

Inherited from datetime.time: hour, microsecond, minute, second, tzinfo

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)