Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c1477 static PyObject *us_per_us = NULL; /* 1 */ variable
1968 y = accum("microseconds", x, us, us_per_us, &leftover_us); in delta_new()
4902 us_per_us = PyInt_FromLong(1); in initdatetime()
4907 if (us_per_us == NULL || us_per_ms == NULL || us_per_second == NULL || in initdatetime()