Home
last modified time | relevance | path

Searched refs:seconds_per_day (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Ddatetimemodule.c1484 static PyObject *seconds_per_day = NULL; /* 3600*24 as Python int */ variable
1511 x2 = PyNumber_Multiply(x1, seconds_per_day); /* days in seconds */ in delta_to_microseconds()
1587 tuple = PyNumber_Divmod(num, seconds_per_day); in microseconds_to_delta_ex()
4906 seconds_per_day = PyInt_FromLong(24 * 3600); in initdatetime()
4908 us_per_minute == NULL || seconds_per_day == NULL) in initdatetime()