Searched refs:us_per_week (Results 1 – 2 of 2) sorted by relevance
1483 static PyObject *us_per_week = NULL; /* 1e6*3600*24*7 as Python long */ variable1997 y = accum("weeks", x, week, us_per_week, &leftover_us); in delta_new()4918 us_per_week = PyLong_FromDouble(604800000000.0); in initdatetime()4919 if (us_per_hour == NULL || us_per_day == NULL || us_per_week == NULL) in initdatetime()
1723 static PyObject *us_per_week = NULL; /* 1e6*3600*24*7 as Python int */ variable2467 y = accum("weeks", x, week, us_per_week, &leftover_us); in delta_new()6472 us_per_week = PyLong_FromDouble(604800000000.0); in PyInit__datetime()6473 if (us_per_hour == NULL || us_per_day == NULL || us_per_week == NULL) in PyInit__datetime()