Searched refs:call_utc_tzinfo_method (Results 1 – 3 of 3) sorted by relevance
/dports/lang/python-legacy/Python-2.7.18/Modules/ |
H A 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()
|
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
H A 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()
|
/dports/lang/python27/Python-2.7.18/Modules/ |
H A 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()
|