Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_datetimemodule.c1732 static PyObject *us_per_week = NULL; /* 1e6*3600*24*7 as Python int */ variable
2476 y = accum("weeks", x, week, us_per_week, &leftover_us); in delta_new()
6686 us_per_week = PyLong_FromDouble(604800000000.0); in _datetime_exec()
6687 if (us_per_hour == NULL || us_per_day == NULL || us_per_week == NULL) { in _datetime_exec()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2726 Modules/_datetimemodule.c - us_per_week -