Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c821 call_utc_tzinfo_method(PyObject *tzinfo, char *name, PyObject *tzinfoarg, in call_utc_tzinfo_method() function
888 return call_utc_tzinfo_method(tzinfo, "utcoffset", tzinfoarg, none); in call_utcoffset()
904 int offset = call_utc_tzinfo_method(tzinfo, name, tzinfoarg, in offset_as_timedelta()
929 return call_utc_tzinfo_method(tzinfo, "dst", tzinfoarg, none); in call_dst()