Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_datetimemodule.c1251 call_tzinfo_method(PyObject *tzinfo, const char *name, PyObject *tzinfoarg) in call_tzinfo_method() function
1299 return call_tzinfo_method(tzinfo, "utcoffset", tzinfoarg); in call_utcoffset()
1313 return call_tzinfo_method(tzinfo, "dst", tzinfoarg); in call_dst()

Completed in 9 milliseconds