Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c4400 time_getstate(PyDateTime_Time *self, int proto) in time_getstate() function
4427 return Py_BuildValue("(ON)", Py_TYPE(self), time_getstate(self, proto)); in time_reduce_ex()
4433 return Py_BuildValue("(ON)", Py_TYPE(self), time_getstate(self, 2)); in time_reduce()
/external/python/cpython2/Modules/
Ddatetimemodule.c3497 time_getstate(PyDateTime_Time *self) in time_getstate() function
3517 return Py_BuildValue("(ON)", Py_TYPE(self), time_getstate(self)); in time_reduce()