Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c927 call_dst(PyObject *tzinfo, PyObject *tzinfoarg, int *none) in call_dst() function
2905 dst = call_dst(dt->tzinfo, (PyObject *)dt, &none); in tzinfo_fromutc()
2931 dst = call_dst(dt->tzinfo, result, &none); in tzinfo_fromutc()
4478 dstflag = call_dst(self->tzinfo, (PyObject *)self, &none); in datetime_timetuple()