Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c1478 static PyObject *us_per_ms = NULL; /* 1000 */ variable
1972 y = accum("milliseconds", x, ms, us_per_ms, &leftover_us); in delta_new()
4903 us_per_ms = PyInt_FromLong(1000); in initdatetime()
4907 if (us_per_us == NULL || us_per_ms == NULL || us_per_second == NULL || in initdatetime()