Searched refs:datetime_dst (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 3659 static PyObject *datetime_dst(PyObject *self, PyObject *); 3688 dst = datetime_dst(dt, NULL); in tzinfo_fromutc() 5353 datetime_dst(PyObject *self, PyObject *unused) { in datetime_dst() function 6397 {"dst", (PyCFunction)datetime_dst, METH_NOARGS,
|
/external/python/cpython2/Modules/ |
D | datetimemodule.c | 4054 datetime_dst(PyDateTime_DateTime *self, PyObject *unused) { in datetime_dst() function 4662 {"dst", (PyCFunction)datetime_dst, METH_NOARGS,
|