Home
last modified time | relevance | path

Searched refs:PyDateTime_DeltaType (Results 1 – 25 of 32) sorted by relevance

12

/dports/databases/py-sqlite3/Python-3.8.12/Doc/c-api/
H A Ddatetime.rst66 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype of
67 :c:data:`PyDateTime_DeltaType`. *ob* must not be ``NULL``.
72 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must not be
130 .. c:function:: PyObject* PyTimeZone_FromOffset(PyDateTime_DeltaType* offset)
137 .. c:function:: PyObject* PyTimeZone_FromOffsetAndName(PyDateTime_DeltaType* offset, PyUnicode* nam…
/dports/databases/py-gdbm/Python-3.8.12/Doc/c-api/
H A Ddatetime.rst66 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype of
67 :c:data:`PyDateTime_DeltaType`. *ob* must not be ``NULL``.
72 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must not be
130 .. c:function:: PyObject* PyTimeZone_FromOffset(PyDateTime_DeltaType* offset)
137 .. c:function:: PyObject* PyTimeZone_FromOffsetAndName(PyDateTime_DeltaType* offset, PyUnicode* nam…
/dports/lang/python-tools/Python-3.8.12/Doc/c-api/
H A Ddatetime.rst66 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype of
67 :c:data:`PyDateTime_DeltaType`. *ob* must not be ``NULL``.
72 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must not be
130 .. c:function:: PyObject* PyTimeZone_FromOffset(PyDateTime_DeltaType* offset)
137 .. c:function:: PyObject* PyTimeZone_FromOffsetAndName(PyDateTime_DeltaType* offset, PyUnicode* nam…
/dports/lang/python37/Python-3.7.12/Doc/c-api/
H A Ddatetime.rst66 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype of
67 :c:data:`PyDateTime_DeltaType`. *ob* must not be ``NULL``.
72 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must not be
130 .. c:function:: PyObject* PyTimeZone_FromOffset(PyDateTime_DeltaType* offset)
137 .. c:function:: PyObject* PyTimeZone_FromOffsetAndName(PyDateTime_DeltaType* offset, PyUnicode* nam…
/dports/lang/python38/Python-3.8.12/Doc/c-api/
H A Ddatetime.rst66 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype of
67 :c:data:`PyDateTime_DeltaType`. *ob* must not be ``NULL``.
72 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must not be
130 .. c:function:: PyObject* PyTimeZone_FromOffset(PyDateTime_DeltaType* offset)
137 .. c:function:: PyObject* PyTimeZone_FromOffsetAndName(PyDateTime_DeltaType* offset, PyUnicode* nam…
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/c-api/
H A Ddatetime.rst66 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype of
67 :c:data:`PyDateTime_DeltaType`. *ob* must not be ``NULL``.
72 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must not be
130 .. c:function:: PyObject* PyTimeZone_FromOffset(PyDateTime_DeltaType* offset)
137 .. c:function:: PyObject* PyTimeZone_FromOffsetAndName(PyDateTime_DeltaType* offset, PyUnicode* nam…
/dports/lang/python310/Python-3.10.1/Doc/c-api/
H A Ddatetime.rst69 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype of
70 :c:data:`PyDateTime_DeltaType`. *ob* must not be ``NULL``. This function always
76 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must not be
135 .. c:function:: PyObject* PyTimeZone_FromOffset(PyDateTime_DeltaType* offset)
142 .. c:function:: PyObject* PyTimeZone_FromOffsetAndName(PyDateTime_DeltaType* offset, PyUnicode* nam…
/dports/lang/python311/Python-3.11.0a3/Doc/c-api/
H A Ddatetime.rst69 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype of
70 :c:data:`PyDateTime_DeltaType`. *ob* must not be ``NULL``. This function always
76 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must not be
135 .. c:function:: PyObject* PyTimeZone_FromOffset(PyDateTime_DeltaType* offset)
142 .. c:function:: PyObject* PyTimeZone_FromOffsetAndName(PyDateTime_DeltaType* offset, PyUnicode* nam…
/dports/lang/python39/Python-3.9.9/Doc/c-api/
H A Ddatetime.rst69 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype of
70 :c:data:`PyDateTime_DeltaType`. *ob* must not be ``NULL``. This function always
76 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must not be
135 .. c:function:: PyObject* PyTimeZone_FromOffset(PyDateTime_DeltaType* offset)
142 .. c:function:: PyObject* PyTimeZone_FromOffsetAndName(PyDateTime_DeltaType* offset, PyUnicode* nam…
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Ddatetime.h179 #define PyDelta_Check(op) PyObject_TypeCheck(op, &PyDateTime_DeltaType)
180 #define PyDelta_CheckExact(op) (Py_TYPE(op) == &PyDateTime_DeltaType)
/dports/lang/python27/Python-2.7.18/Include/
H A Ddatetime.h179 #define PyDelta_Check(op) PyObject_TypeCheck(op, &PyDateTime_DeltaType)
180 #define PyDelta_CheckExact(op) (Py_TYPE(op) == &PyDateTime_DeltaType)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Ddatetime.h179 #define PyDelta_Check(op) PyObject_TypeCheck(op, &PyDateTime_DeltaType)
180 #define PyDelta_CheckExact(op) (Py_TYPE(op) == &PyDateTime_DeltaType)
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Ddatetime.h182 #define PyDelta_Check(op) PyObject_TypeCheck(op, &PyDateTime_DeltaType)
183 #define PyDelta_CheckExact(op) (Py_TYPE(op) == &PyDateTime_DeltaType)
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Ddatetime.h191 #define PyDelta_Check(op) PyObject_TypeCheck(op, &PyDateTime_DeltaType)
192 #define PyDelta_CheckExact(op) (Py_TYPE(op) == &PyDateTime_DeltaType)
/dports/lang/python37/Python-3.7.12/Include/
H A Ddatetime.h195 #define PyDelta_Check(op) PyObject_TypeCheck(op, &PyDateTime_DeltaType)
196 #define PyDelta_CheckExact(op) (Py_TYPE(op) == &PyDateTime_DeltaType)
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Ddatetime.h195 #define PyDelta_Check(op) PyObject_TypeCheck(op, &PyDateTime_DeltaType)
196 #define PyDelta_CheckExact(op) (Py_TYPE(op) == &PyDateTime_DeltaType)
/dports/lang/python27/Python-2.7.18/Doc/c-api/
H A Ddatetime.rst69 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype of
70 :c:data:`PyDateTime_DeltaType`. *ob* must not be *NULL*.
77 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must not be
/dports/lang/python-legacy/Python-2.7.18/Doc/c-api/
H A Ddatetime.rst69 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype of
70 :c:data:`PyDateTime_DeltaType`. *ob* must not be *NULL*.
77 Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must not be
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_datetimemodule.c29 #define PyDelta_Check(op) PyObject_TypeCheck(op, &PyDateTime_DeltaType)
30 #define PyDelta_CheckExact(op) (Py_TYPE(op) == &PyDateTime_DeltaType)
133 static PyTypeObject PyDateTime_DeltaType; variable
1050 new_delta_ex(d, s, us, normalize, &PyDateTime_DeltaType)
1897 microseconds_to_delta_ex(pymicros, &PyDateTime_DeltaType)
2721 static PyTypeObject PyDateTime_DeltaType = { variable
3731 &PyDateTime_DeltaType, &offset, &name)) in timezone_new()
6357 &PyDateTime_DeltaType,
6401 if (PyType_Ready(&PyDateTime_DeltaType) < 0) in PyInit__datetime()
6411 d = PyDateTime_DeltaType.tp_dict; in PyInit__datetime()
[all …]
/dports/lang/python-tools/Python-3.8.12/Modules/
H A D_datetimemodule.c29 #define PyDelta_Check(op) PyObject_TypeCheck(op, &PyDateTime_DeltaType)
30 #define PyDelta_CheckExact(op) (Py_TYPE(op) == &PyDateTime_DeltaType)
133 static PyTypeObject PyDateTime_DeltaType; variable
1050 new_delta_ex(d, s, us, normalize, &PyDateTime_DeltaType)
1897 microseconds_to_delta_ex(pymicros, &PyDateTime_DeltaType)
2721 static PyTypeObject PyDateTime_DeltaType = { variable
3731 &PyDateTime_DeltaType, &offset, &name)) in timezone_new()
6357 &PyDateTime_DeltaType,
6401 if (PyType_Ready(&PyDateTime_DeltaType) < 0) in PyInit__datetime()
6411 d = PyDateTime_DeltaType.tp_dict; in PyInit__datetime()
[all …]
/dports/lang/python38/Python-3.8.12/Modules/
H A D_datetimemodule.c29 #define PyDelta_Check(op) PyObject_TypeCheck(op, &PyDateTime_DeltaType)
30 #define PyDelta_CheckExact(op) (Py_TYPE(op) == &PyDateTime_DeltaType)
133 static PyTypeObject PyDateTime_DeltaType; variable
1050 new_delta_ex(d, s, us, normalize, &PyDateTime_DeltaType)
1897 microseconds_to_delta_ex(pymicros, &PyDateTime_DeltaType)
2721 static PyTypeObject PyDateTime_DeltaType = { variable
3731 &PyDateTime_DeltaType, &offset, &name)) in timezone_new()
6357 &PyDateTime_DeltaType,
6401 if (PyType_Ready(&PyDateTime_DeltaType) < 0) in PyInit__datetime()
6411 d = PyDateTime_DeltaType.tp_dict; in PyInit__datetime()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A D_datetimemodule.c29 #define PyDelta_Check(op) PyObject_TypeCheck(op, &PyDateTime_DeltaType)
30 #define PyDelta_CheckExact(op) (Py_TYPE(op) == &PyDateTime_DeltaType)
133 static PyTypeObject PyDateTime_DeltaType; variable
1050 new_delta_ex(d, s, us, normalize, &PyDateTime_DeltaType)
1897 microseconds_to_delta_ex(pymicros, &PyDateTime_DeltaType)
2721 static PyTypeObject PyDateTime_DeltaType = { variable
3731 &PyDateTime_DeltaType, &offset, &name)) in timezone_new()
6357 &PyDateTime_DeltaType,
6401 if (PyType_Ready(&PyDateTime_DeltaType) < 0) in PyInit__datetime()
6411 d = PyDateTime_DeltaType.tp_dict; in PyInit__datetime()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A D_datetimemodule.c29 #define PyDelta_Check(op) PyObject_TypeCheck(op, &PyDateTime_DeltaType)
30 #define PyDelta_CheckExact(op) (Py_TYPE(op) == &PyDateTime_DeltaType)
133 static PyTypeObject PyDateTime_DeltaType; variable
1050 new_delta_ex(d, s, us, normalize, &PyDateTime_DeltaType)
1897 microseconds_to_delta_ex(pymicros, &PyDateTime_DeltaType)
2721 static PyTypeObject PyDateTime_DeltaType = { variable
3731 &PyDateTime_DeltaType, &offset, &name)) in timezone_new()
6357 &PyDateTime_DeltaType,
6401 if (PyType_Ready(&PyDateTime_DeltaType) < 0) in PyInit__datetime()
6411 d = PyDateTime_DeltaType.tp_dict; in PyInit__datetime()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Ddatetimemodule.c104 static PyTypeObject PyDateTime_DeltaType; variable
755 new_delta_ex(d, s, us, normalize, &PyDateTime_DeltaType)
1639 microseconds_to_delta_ex(pymicros, &PyDateTime_DeltaType)
2208 static PyTypeObject PyDateTime_DeltaType = { variable
4759 &PyDateTime_DeltaType,
4786 if (PyType_Ready(&PyDateTime_DeltaType) < 0) in initdatetime()
4794 d = PyDateTime_DeltaType.tp_dict; in initdatetime()
4879 Py_INCREF(&PyDateTime_DeltaType); in initdatetime()
4880 PyModule_AddObject(m, "timedelta", (PyObject *) &PyDateTime_DeltaType); in initdatetime()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Ddatetimemodule.c104 static PyTypeObject PyDateTime_DeltaType; variable
755 new_delta_ex(d, s, us, normalize, &PyDateTime_DeltaType)
1630 microseconds_to_delta_ex(pymicros, &PyDateTime_DeltaType)
2199 static PyTypeObject PyDateTime_DeltaType = { variable
4753 &PyDateTime_DeltaType,
4780 if (PyType_Ready(&PyDateTime_DeltaType) < 0) in initdatetime()
4788 d = PyDateTime_DeltaType.tp_dict; in initdatetime()
4873 Py_INCREF(&PyDateTime_DeltaType); in initdatetime()
4874 PyModule_AddObject(m, "timedelta", (PyObject *) &PyDateTime_DeltaType); in initdatetime()

12