Searched refs:OC_PythonNumber (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonNumber.h3 @interface OC_PythonNumber : NSNumber
H A DOC_PythonObject.m127 rval = [OC_PythonNumber newWithPythonObject:argument];
132 rval = [OC_PythonNumber newWithPythonObject:argument];
137 rval = [OC_PythonNumber newWithPythonObject:argument];
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonNumber.h3 @interface OC_PythonNumber : NSNumber
H A DOC_PythonObject.m128 rval = [OC_PythonNumber numberWithPythonObject:argument];
134 rval = [OC_PythonNumber numberWithPythonObject:argument];
139 rval = [OC_PythonNumber numberWithPythonObject:argument];
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A DOC_PythonNumber.h3 @interface OC_PythonNumber : NSNumber
H A DOC_PythonObject.m128 rval = [OC_PythonNumber numberWithPythonObject:argument];
134 rval = [OC_PythonNumber numberWithPythonObject:argument];
139 rval = [OC_PythonNumber numberWithPythonObject:argument];
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_number_proxy.py13 OC_PythonNumber = objc.lookUpClass("OC_PythonNumber") variable
29 self.assert_(not isinstance(v, OC_PythonNumber))
200 self.assert_(OC_TestNumber.numberClass_(v) is OC_PythonNumber)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_number_proxy.py13 OC_PythonNumber = objc.lookUpClass("OC_PythonNumber") variable
29 self.assertIsNotInstance(v, OC_PythonNumber)
200 self.assertIs(OC_TestNumber.numberClass_(v), OC_PythonNumber)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_number_proxy.py19 OC_PythonNumber = objc.lookUpClass("OC_PythonNumber") variable
39 self.assertIsNotInstance(v, OC_PythonNumber)
296 self.assertIs(OC_TestNumber.numberClass_(v), OC_PythonNumber)

Completed in 124 milliseconds