Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c4002 datetime_combine(PyObject *cls, PyObject *args, PyObject *kw) in datetime_combine() function
4626 {"combine", (PyCFunction)datetime_combine,
/external/python/cpython3/Modules/
D_datetimemodule.c4941 datetime_combine(PyObject *cls, PyObject *args, PyObject *kw) in datetime_combine() function
6111 {"combine", (PyCFunction)datetime_combine,