Home
last modified time | relevance | path

Searched refs:PyDateTime_TIME_GET_TZINFO (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/
H A Ddatetime.h147 #define PyDateTime_TIME_GET_TZINFO(o) (_PyDateTime_HAS_TZINFO(o) ? \ macro
/third_party/python/Modules/
H A D_datetimemodule.c125 #define GET_TIME_TZINFO PyDateTime_TIME_GET_TZINFO
H A D_testcapimodule.c3004 PyObject *tzinfo = PyDateTime_TIME_GET_TZINFO(obj); in test_PyDateTime_TIME_GET()

Completed in 21 milliseconds