Home
last modified time | relevance | path

Searched defs:PyDict_CheckExact (Results 1 – 25 of 40) sorted by relevance

12

/dports/lang/python-legacy/Python-2.7.18/Modules/_sqlite/
H A Dsqlitecompat.h39 #define PyDict_CheckExact(op) ((op)->ob_type == &PyDict_Type) macro
/dports/lang/python27/Python-2.7.18/Modules/_sqlite/
H A Dsqlitecompat.h39 #define PyDict_CheckExact(op) ((op)->ob_type == &PyDict_Type) macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Dsqlitecompat.h39 #define PyDict_CheckExact(op) ((op)->ob_type == &PyDict_Type) macro
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Ddictobject.h19 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type) macro
/dports/lang/python310/Python-3.10.1/Include/
H A Ddictobject.h19 #define PyDict_CheckExact(op) Py_IS_TYPE(op, &PyDict_Type) macro
/dports/lang/python38/Python-3.8.12/Include/
H A Ddictobject.h19 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type) macro
/dports/lang/python-tools/Python-3.8.12/Include/
H A Ddictobject.h19 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type) macro
/dports/lang/python39/Python-3.9.9/Include/
H A Ddictobject.h19 #define PyDict_CheckExact(op) Py_IS_TYPE(op, &PyDict_Type) macro
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Ddictobject.h19 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type) macro
/dports/lang/python311/Python-3.11.0a3/Include/
H A Ddictobject.h19 #define PyDict_CheckExact(op) Py_IS_TYPE(op, &PyDict_Type) macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Ddictobject.h19 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Ddictobject.h19 #define PyDict_CheckExact(op) Py_IS_TYPE(op, &PyDict_Type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Ddictobject.h19 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Ddictobject.h19 #define PyDict_CheckExact(op) Py_IS_TYPE(op, &PyDict_Type) macro
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Ddictobject.h47 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Ddictobject.h60 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type) macro
/dports/lang/python37/Python-3.7.12/Include/
H A Ddictobject.h60 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Ddictobject.h60 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type) macro
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Ddictobject.h101 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type) macro
/dports/lang/python27/Python-2.7.18/Include/
H A Ddictobject.h101 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type) macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Ddictobject.h101 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type) macro
/dports/lang/python27/Python-2.7.18/Modules/_ctypes/
H A Dctypes.h11 #define PyDict_CheckExact(ob) (Py_TYPE(ob) == &PyDict_Type) macro
/dports/lang/python-legacy/Python-2.7.18/Modules/_ctypes/
H A Dctypes.h11 #define PyDict_CheckExact(ob) (Py_TYPE(ob) == &PyDict_Type) macro
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/test/
H A Draiser.c39 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type) macro
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A D_elementtree.c109 #define PyDict_CheckExact PyDict_Check macro

12