Searched refs:date_replace (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython2/Modules/ |
D | datetimemodule.c | 2647 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.c | 3484 date_replace(PyDateTime_Date *self, PyObject *args, PyObject *kw) in date_replace() function 3613 {"replace", _PyCFunction_CAST(date_replace), METH_VARARGS | METH_KEYWORDS,
|