Searched defs:PyObjCPointer_Check (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DObjCPointer.h22 #define PyObjCPointer_Check(o) ((o)->ob_type == &PyObjCPointer_Type) macro
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A DObjCPointer.h22 #define PyObjCPointer_Check(o) (Py_TYPE(o) == &PyObjCPointer_Type) macro

Completed in 99 milliseconds