Searched refs:datetime_best_possible (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | datetimemodule.c | 3817 datetime_best_possible(PyObject *cls, TM_FUNC f, PyObject *tzinfo) in datetime_best_possible() function 3868 self = datetime_best_possible(cls, in datetime_now() 3886 return datetime_best_possible(cls, gmtime, Py_None); in datetime_utcnow()
|
/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 4821 datetime_best_possible(PyObject *cls, TM_FUNC f, PyObject *tzinfo) in datetime_best_possible() function 4859 self = datetime_best_possible((PyObject *)type, in datetime_datetime_now_impl() 4876 return datetime_best_possible(cls, _PyTime_gmtime, Py_None); in datetime_utcnow()
|