Searched refs:delta_total_seconds (Results 1 – 2 of 2) sorted by relevance
2631 delta_total_seconds(PyObject *self, PyObject *Py_UNUSED(ignored)) in delta_total_seconds() function2668 {"total_seconds", delta_total_seconds, METH_NOARGS,6192 result = delta_total_seconds(delta, NULL); in datetime_timestamp()
2106 delta_total_seconds(PyObject *self) in delta_total_seconds() function2151 {"total_seconds", (PyCFunction)delta_total_seconds, METH_NOARGS,