Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c3814 datetime_best_possible(PyObject *cls, TM_FUNC f, PyObject *tzinfo) in datetime_best_possible() function
3865 self = datetime_best_possible(cls, in datetime_now()
3883 return datetime_best_possible(cls, gmtime, Py_None); in datetime_utcnow()