Home
last modified time | relevance | path

Searched refs:PyDateTime_GET_YEAR (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Ddatetime.h122 #define PyDateTime_GET_YEAR(o) ((((PyDateTime_Date*)o)->data[0] << 8) | \ macro
/third_party/python/Modules/
D_zoneinfo.c525 PyDateTime_GET_YEAR(dt), &fold); in zoneinfo_fromutc()
2158 PyDateTime_GET_YEAR(dt)); in find_ttinfo()
2202 int y = PyDateTime_GET_YEAR(dt); in get_local_timestamp()
D_datetimemodule.c70 #define GET_YEAR PyDateTime_GET_YEAR
D_testcapimodule.c2799 year = PyDateTime_GET_YEAR(obj); in test_PyDateTime_GET()
/third_party/python/Doc/c-api/
Ddatetime.rst155 .. c:function:: int PyDateTime_GET_YEAR(PyDateTime_Date *o)