Searched refs:PyDateTime_TIME_GET_TZINFO (Results 1 – 6 of 6) sorted by relevance
147 #define PyDateTime_TIME_GET_TZINFO(o) (_PyDateTime_HAS_TZINFO(o) ? \ macro
222 .. c:function:: PyObject* PyDateTime_TIME_GET_TZINFO(PyDateTime_Time *o)
120 #define GET_TIME_TZINFO PyDateTime_TIME_GET_TZINFO
2829 PyObject *tzinfo = PyDateTime_TIME_GET_TZINFO(obj); in test_PyDateTime_TIME_GET()
3300 :c:func:`PyDateTime_TIME_GET_TZINFO` macros for accessing the ``tzinfo``
2051 :c:func:`PyDateTime_TIME_GET_TZINFO` macros have been added for accessing