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.c2614 delta_total_seconds(PyObject *self) in delta_total_seconds() function
2651 {"total_seconds", (PyCFunction)delta_total_seconds, METH_NOARGS,
5953 result = delta_total_seconds(delta); 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,