Re: [Pyobjc-dev] Access to 'hidden' class-methods
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2003-01-12 16:13:08
|
On Sunday, Jan 12, 2003, at 02:16 US/Eastern, Ronald Oussoren wrote: > Sounds good, but methodForSelector: is simular to description in that > it is both a class and instance methods, and in your example your > using the class method. Because of the way the bridge and python are > working you cannot access the class-method at the moment. methodSignatureForSelector_ is only an instance method -- but is also an instance method on the Class metaobject and, therefore, acts like a class method? I think. If so, raises an interesting question regarding meta objects -- one that I can't currently intelligently quantify. b.bum |