Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_datetimemodule.c6303 datetime_reduce_ex(PyDateTime_DateTime *self, PyObject *args) in datetime_reduce_ex() function
6397 {"__reduce_ex__", (PyCFunction)datetime_reduce_ex, METH_VARARGS,