Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c1552 microseconds_to_delta_ex(PyObject *pyus, PyTypeObject *type) in microseconds_to_delta_ex() function
1632 microseconds_to_delta_ex(pymicros, &PyDateTime_DeltaType)
2012 self = microseconds_to_delta_ex(x, type); in delta_new()
/external/python/cpython3/Modules/
D_datetimemodule.c1815 microseconds_to_delta_ex(PyObject *pyus, PyTypeObject *type) in microseconds_to_delta_ex() function
1879 microseconds_to_delta_ex(pymicros, &PyDateTime_DeltaType)
2508 self = microseconds_to_delta_ex(x, type); in delta_new()