Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c731 new_delta_ex(int days, int seconds, int microseconds, int normalize, in new_delta_ex() function
755 new_delta_ex(d, s, us, normalize, &PyDateTime_DeltaType)
1621 result = new_delta_ex(d, s, us, 0, type); in microseconds_to_delta_ex()
4758 new_delta_ex,