Home
last modified time | relevance | path

Searched defs:PyObject_TypeCheck (Results 1 – 20 of 20) sorted by relevance

/dports/science/nest/nest-simulator-3.1/nest/
H A Dneststartup.cpp206 if ( not PyObject_TypeCheck( pyobj, &PyMPIComm_Type ) ) in set_communicator() local
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dobject.h203 #define PyObject_TypeCheck(ob, tp) \ macro
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dobject.h203 #define PyObject_TypeCheck(ob, tp) \ macro
/dports/lang/python38/Python-3.8.12/Include/
H A Dobject.h203 #define PyObject_TypeCheck(ob, tp) \ macro
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dobject.h203 #define PyObject_TypeCheck(ob, tp) \ macro
/dports/lang/python39/Python-3.9.9/Include/
H A Dobject.h224 #define PyObject_TypeCheck(ob, tp) \ macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dobject.h203 #define PyObject_TypeCheck(ob, tp) \ macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dobject.h224 #define PyObject_TypeCheck(ob, tp) \ macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dobject.h203 #define PyObject_TypeCheck(ob, tp) \ macro
/dports/lang/python310/Python-3.10.1/Include/
H A Dobject.h249 #define PyObject_TypeCheck(ob, type) _PyObject_TypeCheck(_PyObject_CAST(ob), type) macro
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dobject.h259 #define PyObject_TypeCheck(ob, type) _PyObject_TypeCheck(_PyObject_CAST(ob), type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dobject.h249 #define PyObject_TypeCheck(ob, type) _PyObject_TypeCheck(_PyObject_CAST(ob), type) macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dobject.h438 #define PyObject_TypeCheck(ob, tp) \ macro
/dports/lang/python37/Python-3.7.12/Include/
H A Dobject.h486 #define PyObject_TypeCheck(ob, tp) \ macro
/dports/lang/python27/Python-2.7.18/Include/
H A Dobject.h438 #define PyObject_TypeCheck(ob, tp) \ macro
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dobject.h438 #define PyObject_TypeCheck(ob, tp) \ macro
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dobject.h483 #define PyObject_TypeCheck(ob, tp) \ macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dobject.h486 #define PyObject_TypeCheck(ob, tp) \ macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dobject.h486 #define PyObject_TypeCheck(ob, tp) \ macro
/dports/editors/cudatext/CudaText-1.151.0/python4lazarus/python4lazarus/
H A DPythonEngine.pas3724 function TPythonInterface.PyObject_TypeCheck(obj : PPyObject; t : PPyTypeObject) : Boolean; in PyObject_TypeCheck() function