Searched refs:us_per_us (Results 1 – 1 of 1) sorted by relevance
1477 static PyObject *us_per_us = NULL; /* 1 */ variable1973 y = accum("microseconds", x, us, us_per_us, &leftover_us); in delta_new()4904 us_per_us = PyInt_FromLong(1); in initdatetime()4909 if (us_per_us == NULL || us_per_ms == NULL || us_per_second == NULL || in initdatetime()