Searched refs:time_getstate (Results 1 – 2 of 2) sorted by relevance
4400 time_getstate(PyDateTime_Time *self, int proto) in time_getstate() function4427 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()
3497 time_getstate(PyDateTime_Time *self) in time_getstate() function3517 return Py_BuildValue("(ON)", Py_TYPE(self), time_getstate(self)); in time_reduce()