Home
last modified time | relevance | path

Searched refs:call_dst (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_datetimemodule.c1304 * returns None, call_dst returns 0 and sets *none to 1. If dst()
1311 call_dst(PyObject *tzinfo, PyObject *tzinfoarg) in call_dst() function
3777 dst = call_dst(GET_DT_TZINFO(dt), result); in tzinfo_fromutc()
4322 return call_dst(GET_TIME_TZINFO(self), Py_None); in time_dst()
5549 return call_dst(GET_DT_TZINFO(self), self); in datetime_dst()
6310 dst = call_dst(self->tzinfo, (PyObject *)self); in datetime_timetuple()

Completed in 9 milliseconds