Home
last modified time | relevance | path

Searched defs:us_per_day (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/
Ddatetimemodule.c1482 static PyObject *us_per_day = NULL; /* 1e6 * 3600 * 24 as Python long */ variable
/aosp_15_r20/external/python/cpython3/Modules/
D_datetimemodule.c1828 static PyObject *us_per_day = NULL; /* 1e6 * 3600 * 24 as Python int */ variable