Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c2709 date_reduce(PyDateTime_Date *self, PyObject *arg) in date_reduce() function
2768 {"__reduce__", (PyCFunction)date_reduce, METH_NOARGS,
/external/python/cpython3/Modules/
D_datetimemodule.c3479 date_reduce(PyDateTime_Date *self, PyObject *arg) in date_reduce() function
3544 {"__reduce__", (PyCFunction)date_reduce, METH_NOARGS,