Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_datetimemodule.c1243 /* Call getattr(tzinfo, name)(tzinfoarg), and check the result. tzinfo must
1251 call_tzinfo_method(PyObject *tzinfo, const char *name, PyObject *tzinfoarg) in call_tzinfo_method() argument
1257 assert(tzinfoarg != NULL); in call_tzinfo_method()
1261 offset = PyObject_CallMethod(tzinfo, name, "O", tzinfoarg); in call_tzinfo_method()
1288 /* Call tzinfo.utcoffset(tzinfoarg), and extract an integer from the
1297 call_utcoffset(PyObject *tzinfo, PyObject *tzinfoarg) in call_utcoffset() argument
1299 return call_tzinfo_method(tzinfo, "utcoffset", tzinfoarg); in call_utcoffset()
1302 /* Call tzinfo.dst(tzinfoarg), and extract an integer from the
1311 call_dst(PyObject *tzinfo, PyObject *tzinfoarg) in call_dst() argument
1313 return call_tzinfo_method(tzinfo, "dst", tzinfoarg); in call_dst()
1323 call_tzname(PyObject *tzinfo, PyObject *tzinfoarg) call_tzname() argument
1462 format_utcoffset(char *buf, size_t buflen, const char *sep, PyObject *tzinfo, PyObject *tzinfoarg) format_utcoffset() argument
1510 make_Zreplacement(PyObject *object, PyObject *tzinfoarg) make_Zreplacement() argument
1575 wrap_strftime(PyObject *object, PyObject *format, PyObject *timetuple, PyObject *tzinfoarg) wrap_strftime() argument
[all...]

Completed in 6 milliseconds