Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c2968 tzinfo_reduce(PyObject *self) in tzinfo_reduce() function
3037 {"__reduce__", (PyCFunction)tzinfo_reduce, METH_NOARGS,
/external/python/cpython3/Modules/
D_datetimemodule.c3740 tzinfo_reduce(PyObject *self, PyObject *Py_UNUSED(ignored)) in tzinfo_reduce() function
3806 {"__reduce__", tzinfo_reduce, METH_NOARGS,