Searched refs:call_utc_tzinfo_method (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | datetimemodule.c | 821 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()
|