Home
last modified time | relevance | path

Searched refs:pyus (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() argument
1563 assert(_PyAnyInt_CheckExact(pyus)); in microseconds_to_delta_ex()
1564 tuple = PyNumber_Divmod(pyus, us_per_second); in microseconds_to_delta_ex()
/external/python/cpython3/Modules/
D_datetimemodule.c1815 microseconds_to_delta_ex(PyObject *pyus, PyTypeObject *type) in microseconds_to_delta_ex() argument
1825 tuple = checked_divmod(pyus, us_per_second); in microseconds_to_delta_ex()