Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c2631 delta_total_seconds(PyObject *self, PyObject *Py_UNUSED(ignored)) in delta_total_seconds() function
2668 {"total_seconds", delta_total_seconds, METH_NOARGS,
6192 result = delta_total_seconds(delta, NULL); in datetime_timestamp()
/external/python/cpython2/Modules/
Ddatetimemodule.c2106 delta_total_seconds(PyObject *self) in delta_total_seconds() function
2151 {"total_seconds", (PyCFunction)delta_total_seconds, METH_NOARGS,