Home
last modified time | relevance | path

Searched refs:PyDateTime_TIME_GET_TZINFO (Results 1 – 15 of 15) sorted by relevance

/dports/lang/cython-devel/cython-2b1e743/Cython/Includes/cpython/
H A Ddatetime.pxd59 #ifndef PyDateTime_TIME_GET_TZINFO
60 #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 reference
333 return <object>PyDateTime_TIME_GET_TZINFO(o)
/dports/lang/python310/Python-3.10.1/Include/
H A Ddatetime.h147 #define PyDateTime_TIME_GET_TZINFO(o) (_PyDateTime_HAS_TZINFO(o) ? \ macro
/dports/lang/python311/Python-3.11.0a3/Include/
H A Ddatetime.h147 #define PyDateTime_TIME_GET_TZINFO(o) (_PyDateTime_HAS_TZINFO(o) ? \ macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Ddatetime.h147 #define PyDateTime_TIME_GET_TZINFO(o) (_PyDateTime_HAS_TZINFO(o) ? \ macro
/dports/lang/python310/Python-3.10.1/Doc/c-api/
H A Ddatetime.rst222 .. c:function:: PyObject* PyDateTime_TIME_GET_TZINFO(PyDateTime_Time *o)
/dports/lang/python311/Python-3.11.0a3/Doc/c-api/
H A Ddatetime.rst222 .. c:function:: PyObject* PyDateTime_TIME_GET_TZINFO(PyDateTime_Time *o)
/dports/lang/python310/Python-3.10.1/Modules/
H A D_datetimemodule.c120 #define GET_TIME_TZINFO PyDateTime_TIME_GET_TZINFO
H A D_testcapimodule.c2829 PyObject *tzinfo = PyDateTime_TIME_GET_TZINFO(obj); in test_PyDateTime_TIME_GET()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_datetimemodule.c124 #define GET_TIME_TZINFO PyDateTime_TIME_GET_TZINFO
H A D_testcapimodule.c2973 PyObject *tzinfo = PyDateTime_TIME_GET_TZINFO(obj); in test_PyDateTime_TIME_GET()
/dports/lang/python310/Python-3.10.1/Doc/whatsnew/
H A D3.10.rst2043 :c:func:`PyDateTime_TIME_GET_TZINFO` macros have been added for accessing
/dports/lang/python311/Python-3.11.0a3/Doc/whatsnew/
H A D3.10.rst2047 :c:func:`PyDateTime_TIME_GET_TZINFO` macros have been added for accessing
/dports/databases/py-psycopg-c/psycopg-c-3.0.5/psycopg_c/
H A D_psycopg.c1088 #ifndef PyDateTime_TIME_GET_TZINFO macro
1089 …#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()
/dports/lang/python310/Python-3.10.1/Misc/
H A DNEWS5689 :c:func:`PyDateTime_TIME_GET_TZINFO` macros for accessing the ``tzinfo``
/dports/lang/python311/Python-3.11.0a3/Misc/
H A DNEWS6918 :c:func:`PyDateTime_TIME_GET_TZINFO` macros for accessing the ``tzinfo``