Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c1480 static PyObject *us_per_minute = NULL; /* 1e6 * 60 as Python int */ variable
1980 y = accum("minutes", x, minute, us_per_minute, &leftover_us); in delta_new()
4905 us_per_minute = PyInt_FromLong(60000000); in initdatetime()
4908 us_per_minute == NULL || seconds_per_day == NULL) in initdatetime()