Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Ddatetime.h46 } PyDateTime_TZInfo; typedef
/external/python/cpython2/Modules/
Ddatetimemodule.c2858 tzinfo_tzname(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_tzname()
2864 tzinfo_utcoffset(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_utcoffset()
2870 tzinfo_dst(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_dst()
2876 tzinfo_fromutc(PyDateTime_TZInfo *self, PyDateTime_DateTime *dt) in tzinfo_fromutc()
3045 sizeof(PyDateTime_TZInfo), /* tp_basicsize */