Home
last modified time | relevance | path

Searched refs:_PyDateTime_HAS_TZINFO (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/
H A Ddatetime.h120 #define _PyDateTime_HAS_TZINFO(o) (((_PyDateTime_BaseTZInfo *)(o))->hastzinfo) macro
135 #define PyDateTime_DATE_GET_TZINFO(o) (_PyDateTime_HAS_TZINFO(o) ? \
147 #define PyDateTime_TIME_GET_TZINFO(o) (_PyDateTime_HAS_TZINFO(o) ? \
/third_party/python/Modules/
H A D_datetimemodule.c124 #define HASTZINFO _PyDateTime_HAS_TZINFO

Completed in 10 milliseconds