Searched refs:us_per_ms (Results 1 – 2 of 2) sorted by relevance
1478 static PyObject *us_per_ms = NULL; /* 1000 */ variable1977 y = accum("milliseconds", x, ms, us_per_ms, &leftover_us); in delta_new()4905 us_per_ms = PyInt_FromLong(1000); in initdatetime()4909 if (us_per_us == NULL || us_per_ms == NULL || us_per_second == NULL || in initdatetime()
1736 static PyObject *us_per_ms = NULL; /* 1000 */ variable2465 y = accum("milliseconds", x, ms, us_per_ms, &leftover_us); in delta_new()6698 us_per_ms = PyLong_FromLong(1000); in PyInit__datetime()6702 if (us_per_ms == NULL || us_per_second == NULL || in PyInit__datetime()