Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c1551 microseconds_to_delta_ex(PyObject *pyus, PyTypeObject *type) in microseconds_to_delta_ex() function
1630 microseconds_to_delta_ex(pymicros, &PyDateTime_DeltaType)
2007 self = microseconds_to_delta_ex(x, type); in delta_new()