Searched refs:PyDateTime_TIME_GET_TZINFO (Results 1 – 15 of 15) sorted by relevance
59 #ifndef PyDateTime_TIME_GET_TZINFO60 #define PyDateTime_TIME_GET_TZINFO(o) \102 return <object>PyDateTime_TIME_GET_TZINFO(self)248 PyObject* PyDateTime_TIME_GET_TZINFO(object o) # returns a borrowed reference333 return <object>PyDateTime_TIME_GET_TZINFO(o)
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()
124 #define GET_TIME_TZINFO PyDateTime_TIME_GET_TZINFO
2973 PyObject *tzinfo = PyDateTime_TIME_GET_TZINFO(obj); in test_PyDateTime_TIME_GET()
2043 :c:func:`PyDateTime_TIME_GET_TZINFO` macros have been added for accessing
2047 :c:func:`PyDateTime_TIME_GET_TZINFO` macros have been added for accessing
1088 #ifndef PyDateTime_TIME_GET_TZINFO macro1089 …#define PyDateTime_TIME_GET_TZINFO(o) ((((PyDateTime_Time*)o)->hastzinfo) ? ((PyDa…103259 __pyx_t_1 = PyDateTime_TIME_GET_TZINFO(((PyObject *)__pyx_v_self)); in __pyx_f_7cpython_8datetime_4time_6tzinfo_tzinfo()104365 __pyx_t_1 = PyDateTime_TIME_GET_TZINFO(__pyx_v_o); in __pyx_f_7cpython_8datetime_time_tzinfo()
5689 :c:func:`PyDateTime_TIME_GET_TZINFO` macros for accessing the ``tzinfo``
6918 :c:func:`PyDateTime_TIME_GET_TZINFO` macros for accessing the ``tzinfo``