Home
last modified time | relevance | path

Searched refs:PyDateTime_GET_YEAR (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/
H A Ddatetime.h122 #define PyDateTime_GET_YEAR(o) ((((PyDateTime_Date*)o)->data[0] << 8) | \ macro
/third_party/python/Modules/
H A D_zoneinfo.c529 PyDateTime_GET_YEAR(dt), &fold); in zoneinfo_fromutc()
2162 PyDateTime_GET_YEAR(dt)); in find_ttinfo()
2206 int y = PyDateTime_GET_YEAR(dt); in get_local_timestamp()
H A D_datetimemodule.c75 #define GET_YEAR PyDateTime_GET_YEAR
H A D_testcapimodule.c2974 year = PyDateTime_GET_YEAR(obj); in test_PyDateTime_GET()

Completed in 25 milliseconds