Home
last modified time | relevance | path

Searched refs:total_microseconds (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_datetimemodule.c2722 PyObject *total_microseconds; in delta_total_seconds() local
2724 total_microseconds = delta_to_microseconds((PyDateTime_Delta *)self); in delta_total_seconds()
2725 if (total_microseconds == NULL) in delta_total_seconds()
2728 total_seconds = PyNumber_TrueDivide(total_microseconds, us_per_second); in delta_total_seconds()
2730 Py_DECREF(total_microseconds); in delta_total_seconds()

Completed in 9 milliseconds