Searched refs:OC_PythonDictionary (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_bridges.py24 OC_PythonDictionary = lookUpClass('OC_PythonDictionary')
25 OC_PythonDictionary.depythonifyTable().append(type)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/objc/
H A D_bridges.py24 OC_PythonDictionary = lookUpClass('OC_PythonDictionary')
25 OC_PythonDictionary.depythonifyTable().append(type)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_dict_proxy.py12 OC_PythonDictionary = objc.lookUpClass("OC_PythonDictionary") variable
34 self.assert_(OC_TestSet.classOf_(self.mapClass()) is OC_PythonDictionary)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_dict_proxy.py12 OC_PythonDictionary = objc.lookUpClass("OC_PythonDictionary") variable
34 self.assertIs(OC_TestSet.classOf_(self.mapClass()), OC_PythonDictionary)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonDictionary.h2 * @header OC_PythonDictionary.h
13 * @class OC_PythonDictionary
25 @interface OC_PythonDictionary : NSMutableDictionary
120 @end /* interface OC_PythonDictionary */
H A DOC_PythonDictionary.m7 #import "OC_PythonDictionary.h"
18 OC_PythonDictionary* value;
22 + newWithWrappedDictionary:(OC_PythonDictionary*)value;
23 - initWithWrappedDictionary:(OC_PythonDictionary*)value;
34 +newWithWrappedDictionary:(OC_PythonDictionary*)v;
39 -initWithWrappedDictionary:(OC_PythonDictionary*)v;
69 @implementation OC_PythonDictionary
119 OC_PythonDictionary* res =
120 [[OC_PythonDictionary alloc] initWithPythonObject:v];
482 self = (OC_PythonDictionary*)prox
[all...]
H A DOC_PythonObject.m147 rval = [OC_PythonDictionary
279 instance = [OC_PythonDictionary depythonifyObject:obj];
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonDictionary.h2 * @header OC_PythonDictionary.h
13 * @class OC_PythonDictionary
25 @interface OC_PythonDictionary : NSMutableDictionary
120 @end /* interface OC_PythonDictionary */
H A DOC_PythonDictionary.m7 #import "OC_PythonDictionary.h"
18 OC_PythonDictionary* value;
22 + enumeratorWithWrappedDictionary:(OC_PythonDictionary*)value;
23 - initWithWrappedDictionary:(OC_PythonDictionary*)value;
34 +enumeratorWithWrappedDictionary:(OC_PythonDictionary*)v;
39 -initWithWrappedDictionary:(OC_PythonDictionary*)v;
69 @implementation OC_PythonDictionary
119 OC_PythonDictionary* res =
120 [[OC_PythonDictionary alloc] initWithPythonObject:v];
482 self = (OC_PythonDictionary*)prox
[all...]
H A DOC_PythonObject.m149 rval = [OC_PythonDictionary
283 instance = [OC_PythonDictionary depythonifyObject:obj];

Completed in 78 milliseconds