Home
last modified time | relevance | path

Searched refs:PyDateTime_TZInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/
Ddatetime.h46 } PyDateTime_TZInfo; typedef
/third_party/python/Modules/
D_datetimemodule.c3637 tzinfo_tzname(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_tzname()
3643 tzinfo_utcoffset(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_utcoffset()
3649 tzinfo_dst(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_dst()
3662 tzinfo_fromutc(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_fromutc()
3818 sizeof(PyDateTime_TZInfo), /* tp_basicsize */
D_zoneinfo.c35 PyDateTime_TZInfo base;