Home
last modified time | relevance | path

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

/third_party/python/Include/
Ddatetime.h147 #define PyDateTime_TIME_GET_TZINFO(o) (_PyDateTime_HAS_TZINFO(o) ? \ macro
/third_party/python/Doc/c-api/
Ddatetime.rst222 .. c:function:: PyObject* PyDateTime_TIME_GET_TZINFO(PyDateTime_Time *o)
/third_party/python/Modules/
D_datetimemodule.c120 #define GET_TIME_TZINFO PyDateTime_TIME_GET_TZINFO
D_testcapimodule.c2829 PyObject *tzinfo = PyDateTime_TIME_GET_TZINFO(obj); in test_PyDateTime_TIME_GET()
/third_party/python/Misc/NEWS.d/
D3.10.0a1.rst3300 :c:func:`PyDateTime_TIME_GET_TZINFO` macros for accessing the ``tzinfo``
/third_party/python/Doc/whatsnew/
D3.10.rst2051 :c:func:`PyDateTime_TIME_GET_TZINFO` macros have been added for accessing