Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c3228 time_dst(PyDateTime_Time *self, PyObject *unused) { in time_dst() function
3538 {"dst", (PyCFunction)time_dst, METH_NOARGS,
/external/python/cpython3/Modules/
D_datetimemodule.c4036 time_dst(PyObject *self, PyObject *unused) { in time_dst() function
4455 {"dst", (PyCFunction)time_dst, METH_NOARGS,