Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c3515 time_reduce(PyDateTime_Time *self, PyObject *arg) in time_reduce() function
3544 {"__reduce__", (PyCFunction)time_reduce, METH_NOARGS,
/external/python/cpython3/Modules/
D_datetimemodule.c4666 time_reduce(PyDateTime_Time *self, PyObject *arg) in time_reduce() function
4705 {"__reduce__", (PyCFunction)time_reduce, METH_NOARGS,