Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_datetimemodule.c5050 datetime_best_possible(PyObject *cls, TM_FUNC f, PyObject *tzinfo) in datetime_best_possible() function
5088 self = datetime_best_possible((PyObject *)type, in datetime_datetime_now_impl()
5105 return datetime_best_possible(cls, _PyTime_gmtime, Py_None); in datetime_utcnow()