Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/
Ddatetimemodule.c2647 date_replace(PyDateTime_Date *self, PyObject *args, PyObject *kw) in date_replace() function
2765 {"replace", (PyCFunction)date_replace, METH_VARARGS | METH_KEYWORDS,
/aosp_15_r20/external/python/cpython3/Modules/
D_datetimemodule.c3484 date_replace(PyDateTime_Date *self, PyObject *args, PyObject *kw) in date_replace() function
3613 {"replace", _PyCFunction_CAST(date_replace), METH_VARARGS | METH_KEYWORDS,