Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_datetimemodule.c1826 static PyObject *us_per_minute = NULL; /* 1e6 * 60 as Python int */ variable
2561 y = accum("minutes", x, minute, us_per_minute, &leftover_us); in delta_new()
6882 us_per_minute = PyLong_FromLong(60000000); in _datetime_exec()
6885 us_per_minute == NULL || seconds_per_day == NULL) { in _datetime_exec()

Completed in 9 milliseconds