Home
last modified time | relevance | path

Searched defs:PyInstanceMethod_Check (Results 1 – 15 of 15) sorted by relevance

/dports/lang/python37/Python-3.7.12/Include/
H A Dclassobject.h44 #define PyInstanceMethod_Check(op) ((op)->ob_type == &PyInstanceMethod_Type) macro
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dclassobject.h44 #define PyInstanceMethod_Check(op) ((op)->ob_type == &PyInstanceMethod_Type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dclassobject.h44 #define PyInstanceMethod_Check(op) ((op)->ob_type == &PyInstanceMethod_Type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dclassobject.h44 #define PyInstanceMethod_Check(op) ((op)->ob_type == &PyInstanceMethod_Type) macro
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dclassobject.h45 #define PyInstanceMethod_Check(op) ((op)->ob_type == &PyInstanceMethod_Type) macro
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dclassobject.h45 #define PyInstanceMethod_Check(op) ((op)->ob_type == &PyInstanceMethod_Type) macro
/dports/lang/python310/Python-3.10.1/Include/
H A Dclassobject.h43 #define PyInstanceMethod_Check(op) Py_IS_TYPE(op, &PyInstanceMethod_Type) macro
/dports/lang/python38/Python-3.8.12/Include/
H A Dclassobject.h45 #define PyInstanceMethod_Check(op) ((op)->ob_type == &PyInstanceMethod_Type) macro
/dports/lang/python311/Python-3.11.0a3/Include/cpython/
H A Dclassobject.h43 #define PyInstanceMethod_Check(op) Py_IS_TYPE(op, &PyInstanceMethod_Type) macro
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dclassobject.h45 #define PyInstanceMethod_Check(op) ((op)->ob_type == &PyInstanceMethod_Type) macro
/dports/lang/python39/Python-3.9.9/Include/
H A Dclassobject.h43 #define PyInstanceMethod_Check(op) Py_IS_TYPE(op, &PyInstanceMethod_Type) macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dclassobject.h45 #define PyInstanceMethod_Check(op) ((op)->ob_type == &PyInstanceMethod_Type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dclassobject.h45 #define PyInstanceMethod_Check(op) ((op)->ob_type == &PyInstanceMethod_Type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dclassobject.h43 #define PyInstanceMethod_Check(op) Py_IS_TYPE(op, &PyInstanceMethod_Type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dclassobject.h43 #define PyInstanceMethod_Check(op) Py_IS_TYPE(op, &PyInstanceMethod_Type) macro