| Trees | Indices | Help |
|
|---|
|
|
object --+
|
timedelta
Difference between two datetime values.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| a new object with type S, a subtype of T |
|
||
|
|||
|
|||
|
|||
|
|||
| (cls, state) |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
max = datetime.timedelta(999999999, 86399, 999999)
|
|||
min = datetime.timedelta(-999999999)
|
|||
resolution = datetime.timedelta(0, 0, 1)
|
|||
|
|||
|
days Number of days. |
|||
|
microseconds Number of microseconds (>= 0 and less than 1 second). |
|||
|
seconds Number of seconds (>= 0 and less than 1 day). |
|||
|
|||
x.__getattribute__('name') <==> x.name
|
hash(x)
|
|
helper for pickle
|
repr(x)
|
str(x)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0 on Tue Jan 29 22:42:49 2008 | http://epydoc.sourceforge.net |