Home
last modified time | relevance | path

Searched refs:PyTZInfo_Check (Results 1 – 25 of 61) sorted by relevance

123

/dports/lang/python-legacy/Python-2.7.18/Include/
H A Ddatetime.h182 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, &PyDateTime_TZInfoType) macro
206 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/dports/lang/python27/Python-2.7.18/Include/
H A Ddatetime.h182 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, &PyDateTime_TZInfoType) macro
206 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Ddatetime.h182 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, &PyDateTime_TZInfoType) macro
206 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Ddatetime.h185 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, &PyDateTime_TZInfoType) macro
209 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Ddatetime.h194 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, &PyDateTime_TZInfoType) macro
218 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/dports/lang/python37/Python-3.7.12/Include/
H A Ddatetime.h198 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, &PyDateTime_TZInfoType) macro
225 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Ddatetime.h198 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, &PyDateTime_TZInfoType) macro
225 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/lang_bind/python/pythonpp/
H A Dpythonpp_date.hpp73 return PyTZInfo_Check(obj); in HasSameType()
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Ddatetime.h210 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/dports/lang/python38/Python-3.8.12/Include/
H A Ddatetime.h210 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/dports/lang/python-tools/Python-3.8.12/Include/
H A Ddatetime.h210 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/dports/lang/python39/Python-3.9.9/Include/
H A Ddatetime.h210 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Ddatetime.h210 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Ddatetime.h210 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Ddatetime.h210 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Ddatetime.h210 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/dports/lang/python310/Python-3.10.1/Include/
H A Ddatetime.h218 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/dports/lang/python311/Python-3.11.0a3/Include/
H A Ddatetime.h218 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Ddatetime.h218 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->TZInfoType) macro
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/python/
H A Ddatetime.cc410 if (!PyTZInfo_Check(tzinfo)) { in TzinfoToString()
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Includes/cpython/
H A Ddatetime.pxd72 bint PyTZInfo_Check(object op)
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Includes/cpython/
H A Ddatetime.pxd72 bint PyTZInfo_Check(object op)
/dports/lang/cython/Cython-0.29.24/Cython/Includes/cpython/
H A Ddatetime.pxd72 bint PyTZInfo_Check(object op)
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Includes/cpython/
H A Ddatetime.pxd72 bint PyTZInfo_Check(object op)
/dports/lang/python27/Python-2.7.18/Doc/c-api/
H A Ddatetime.rst83 .. c:function:: int PyTZInfo_Check(PyObject *ob)

123