Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c2347 date_today(PyObject *cls, PyObject *dummy) in date_today() function
2728 {"today", (PyCFunction)date_today, METH_NOARGS | METH_CLASS,
/external/python/cpython3/Modules/
D_datetimemodule.c2869 date_today(PyObject *cls, PyObject *dummy) in date_today() function
3265 {"today", (PyCFunction)date_today, METH_NOARGS | METH_CLASS,