Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c2869 tzinfo_utcoffset(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_utcoffset() function
3027 {"utcoffset", (PyCFunction)tzinfo_utcoffset, METH_O,
/external/python/cpython3/Modules/
D_datetimemodule.c3404 tzinfo_utcoffset(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_utcoffset() function
3558 {"utcoffset", (PyCFunction)tzinfo_utcoffset, METH_O,