Searched refs:PyDateTime_TZInfo (Results 1 – 3 of 3) sorted by relevance
46 } PyDateTime_TZInfo; typedef
3628 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 */
36 PyDateTime_TZInfo base;