[Pyobjc-dev] Re: [Pythonmac-SIG] pyobjc / cocoa

Ronald Oussoren oussoren@cistron.nl
Wed, 16 Oct 2002 16:49:17 +0200


To reply to myself...

Another mapping scheme would be to just drop the colons and translate 
the character just beyond colons to uppercase. This would make the 
python methodnames more pleasant, although still long and 'foreign 
looking':

	[obj setObject:value forKey:key] -> obj.setObjectForKey(value, key)

Ronald