Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c6073 datetime_reduce_ex(PyDateTime_DateTime *self, PyObject *args) in datetime_reduce_ex() function
6166 {"__reduce_ex__", (PyCFunction)datetime_reduce_ex, METH_VARARGS,