Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c3446 time_replace(PyDateTime_Time *self, PyObject *args, PyObject *kw) in time_replace() function
3541 {"replace", (PyCFunction)time_replace, METH_VARARGS | METH_KEYWORDS,
/external/python/cpython3/Modules/
D_datetimemodule.c4546 time_replace(PyDateTime_Time *self, PyObject *args, PyObject *kw) in time_replace() function
4696 {"replace", (PyCFunction)(void(*)(void))time_replace, METH_VARARGS | METH_KEYWORDS,