Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c2875 tzinfo_dst(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_dst() function
3031 {"dst", (PyCFunction)tzinfo_dst, METH_O,
/external/python/cpython3/Modules/
D_datetimemodule.c3410 tzinfo_dst(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_dst() function
3562 {"dst", (PyCFunction)tzinfo_dst, METH_O,