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.c3628 tzinfo_tzname(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_tzname()
3634 tzinfo_utcoffset(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_utcoffset()
3640 tzinfo_dst(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_dst()
3653 tzinfo_fromutc(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_fromutc()
3809 sizeof(PyDateTime_TZInfo), /* tp_basicsize */
D_zoneinfo.c36 PyDateTime_TZInfo base;