Searched refs:PurePython (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methodedits.py34 class PurePython: class in inherits:
137 objc.classAddMethods(MEClass, [PurePython.description,
138 PurePython.newMethod,
139 PurePython.purePythonMethod])
171 PurePython.description.im_func,
172 PurePython.newMethod.im_func,
173 PurePython.purePythonMethod.im_func,
177 PurePython.description,
178 PurePython.newMethod,
179 PurePython
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_methodedits.py35 class PurePython: class in inherits:
187 objc.classAddMethods(MEClass, [PurePython.description,
188 PurePython.newMethod,
189 PurePython.purePythonMethod])
221 PurePython.description.im_func,
222 PurePython.newMethod.im_func,
223 PurePython.purePythonMethod.im_func,
227 PurePython.description,
228 PurePython.newMethod,
229 PurePython
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methodedits.py32 class PurePython: class in inherits:
134 objc.classAddMethods(MEClass, [PurePython.description,
135 PurePython.newMethod,
136 PurePython.purePythonMethod])
167 PurePython.description.im_func,
168 PurePython.newMethod.im_func,
169 PurePython.purePythonMethod.im_func

Completed in 168 milliseconds