Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_datetimemodule.c1824 static PyObject *us_per_ms = NULL; /* 1000 */ variable
2553 y = accum("milliseconds", x, ms, us_per_ms, &leftover_us); in delta_new()
6880 us_per_ms = PyLong_FromLong(1000); in _datetime_exec()
6884 if (us_per_ms == NULL || us_per_second == NULL || in _datetime_exec()

Completed in 9 milliseconds