Home
last modified time | relevance | path

Searched refs:PyGen_CheckExact (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dgenobject.h32 #define PyGen_CheckExact(op) (Py_TYPE(op) == &PyGen_Type) macro
/dports/lang/python27/Python-2.7.18/Include/
H A Dgenobject.h32 #define PyGen_CheckExact(op) (Py_TYPE(op) == &PyGen_Type) macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dgenobject.h32 #define PyGen_CheckExact(op) (Py_TYPE(op) == &PyGen_Type) macro
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dgenobject.h38 #define PyGen_CheckExact(op) (Py_TYPE(op) == &PyGen_Type) macro
/dports/lang/python310/Python-3.10.1/Include/
H A Dgenobject.h38 #define PyGen_CheckExact(op) Py_IS_TYPE(op, &PyGen_Type) macro
/dports/lang/python27/Python-2.7.18/Doc/c-api/
H A Dgen.rst28 .. c:function:: int PyGen_CheckExact(ob)
/dports/lang/cython/Cython-0.29.24/Cython/Includes/cpython/
H A Dgenobject.pxd12 bint PyGen_CheckExact(object ob)
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Includes/cpython/
H A Dgenobject.pxd12 bint PyGen_CheckExact(object ob)
/dports/lang/cython-devel/cython-2b1e743/Cython/Includes/cpython/
H A Dgenobject.pxd12 bint PyGen_CheckExact(object ob)
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Includes/cpython/
H A Dgenobject.pxd12 bint PyGen_CheckExact(object ob)
/dports/lang/python-legacy/Python-2.7.18/Doc/c-api/
H A Dgen.rst28 .. c:function:: int PyGen_CheckExact(ob)
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dgenobject.h38 #define PyGen_CheckExact(op) Py_IS_TYPE(op, &PyGen_Type) macro
/dports/lang/python39/Python-3.9.9/Include/
H A Dgenobject.h39 #define PyGen_CheckExact(op) Py_IS_TYPE(op, &PyGen_Type) macro
/dports/lang/python311/Python-3.11.0a3/Include/cpython/
H A Dgenobject.h42 #define PyGen_CheckExact(op) Py_IS_TYPE(op, &PyGen_Type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dgenobject.h39 #define PyGen_CheckExact(op) Py_IS_TYPE(op, &PyGen_Type) macro
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dgenobject.h41 #define PyGen_CheckExact(op) (Py_TYPE(op) == &PyGen_Type) macro
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dgenobject.h41 #define PyGen_CheckExact(op) (Py_TYPE(op) == &PyGen_Type) macro
/dports/lang/python38/Python-3.8.12/Include/
H A Dgenobject.h41 #define PyGen_CheckExact(op) (Py_TYPE(op) == &PyGen_Type) macro
/dports/lang/python37/Python-3.7.12/Include/
H A Dgenobject.h39 #define PyGen_CheckExact(op) (Py_TYPE(op) == &PyGen_Type) macro
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dgenobject.h41 #define PyGen_CheckExact(op) (Py_TYPE(op) == &PyGen_Type) macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dgenobject.h41 #define PyGen_CheckExact(op) (Py_TYPE(op) == &PyGen_Type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dgenobject.h38 #define PyGen_CheckExact(op) (Py_TYPE(op) == &PyGen_Type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dgenobject.h39 #define PyGen_CheckExact(op) (Py_TYPE(op) == &PyGen_Type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dgenobject.h41 #define PyGen_CheckExact(op) (Py_TYPE(op) == &PyGen_Type) macro
/dports/databases/py-gdbm/Python-3.8.12/Doc/c-api/
H A Dgen.rst28 .. c:function:: int PyGen_CheckExact(PyObject *ob)

1234567