All Samples(16499)  |  Call(10081)  |  Derive(74)  |  Import(6344)
datetime(year, month, day[, hour[, minute[, second[, microsecond[,tzinfo]]]]])

The year, month and day arguments are required. tzinfo may be None, or an
instance of a tzinfo subclass. The remaining arguments may be ints or longs.



All Samples(13375)  |  Call(11733)  |  Derive(39)  |  Import(1603)
Difference between two datetime values.

All Samples(5710)  |  Call(4263)  |  Derive(82)  |  Import(1365)
date(year, month, day) --> date object

All Samples(2160)  |  Call(1793)  |  Derive(48)  |  Import(319)
time([hour[, minute[, second[, microsecond[, tzinfo]]]]]) --> a time object

All arguments are optional. tzinfo may be None, or an instance of
a tzinfo subclass. The remaining arguments may be ints or longs.

All Samples(1612)  |  Call(39)  |  Derive(1334)  |  Import(239)
Abstract base class for time zone info objects.

All Samples(35)  |  Call(0)  |  Derive(0)  |  Import(35)
int(x[, base]) -> integer

Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.  If base is zero, the proper base is guessed based on the
string content.  If the argument is outside the integer range a
long object will be returned instead.

All Samples(36)  |  Call(0)  |  Derive(0)  |  Import(36)
int(x[, base]) -> integer

Convert a string or number to an integer, if possible.  A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!)  When converting a string, use
the optional base.  It is an error to supply a base when converting a
non-string.  If base is zero, the proper base is guessed based on the
string content.  If the argument is outside the integer range a
long object will be returned instead.

All Samples(34)  |  Call(34)  |  Derive(0)  |  Import(0)
No Document.

All Samples(23)  |  Call(23)  |  Derive(0)  |  Import(0)
No Document.

All Samples(3)  |  Call(3)  |  Derive(0)  |  Import(0)
No Document.

All Samples(2)  |  Call(2)  |  Derive(0)  |  Import(0)
No Document.

All Samples(1)  |  Call(1)  |  Derive(0)  |  Import(0)
No Document.

All Samples(0)  |  Call(0)  |  Derive(0)  |  Import(0)
No Document.

All Samples(1)  |  Call(0)  |  Derive(0)  |  Import(1)
No Document.

All Samples(1)  |  Call(0)  |  Derive(0)  |  Import(1)
No Document.

All Samples(1)  |  Call(0)  |  Derive(0)  |  Import(1)
No Document.