Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c3442 time_replace(PyDateTime_Time *self, PyObject *args, PyObject *kw) in time_replace() function
3537 {"replace", (PyCFunction)time_replace, METH_VARARGS | METH_KEYWORDS,