Searched defs:tzinfoarg (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | datetimemodule.c | 780 call_tzinfo_method(PyObject *tzinfo, char *methname, PyObject *tzinfoarg) in call_tzinfo_method() 821 call_utc_tzinfo_method(PyObject *tzinfo, char *name, PyObject *tzinfoarg, in call_utc_tzinfo_method() 886 call_utcoffset(PyObject *tzinfo, PyObject *tzinfoarg, int *none) in call_utcoffset() 894 offset_as_timedelta(PyObject *tzinfo, char *name, PyObject *tzinfoarg) { in offset_as_timedelta() 927 call_dst(PyObject *tzinfo, PyObject *tzinfoarg, int *none) in call_dst() 938 call_tzname(PyObject *tzinfo, PyObject *tzinfoarg) in call_tzname() 991 classify_utcoffset(PyObject *op, PyObject *tzinfoarg, int *offset) in classify_utcoffset() 1113 PyObject *tzinfo, PyObject *tzinfoarg) in format_utcoffset() 1163 PyObject *timetuple, PyObject *tzinfoarg) in wrap_strftime()
|
/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 1163 call_tzinfo_method(PyObject *tzinfo, const char *name, PyObject *tzinfoarg) in call_tzinfo_method() 1209 call_utcoffset(PyObject *tzinfo, PyObject *tzinfoarg) in call_utcoffset() 1223 call_dst(PyObject *tzinfo, PyObject *tzinfoarg) in call_dst() 1235 call_tzname(PyObject *tzinfo, PyObject *tzinfoarg) in call_tzname() 1375 PyObject *tzinfo, PyObject *tzinfoarg) in format_utcoffset() 1422 make_Zreplacement(PyObject *object, PyObject *tzinfoarg) in make_Zreplacement() 1488 PyObject *tzinfoarg) in wrap_strftime()
|