Home
last modified time | relevance | path

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

/third_party/python/Include/
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/
D_datetimemodule.c119 #define HASTZINFO _PyDateTime_HAS_TZINFO