[Pyobjc-dev] Recent change to K/V coding
Brought to you by:
ronaldoussoren
From: b.bum <bb...@ma...> - 2003-08-14 19:55:44
|
The only change I made was the addition of KeyValueCodingMixIn -- a class in KeyValueCoding that can be mixed into any pure python class to add valueForKey_(), takeValue_forKeyPath_(), etc... Useful, but easy to duplicate, certainly. The one change I would like to see-- that I feel is very important-- is to fix the callable behavior such that it is inline with Objective-C. The end result should be interchangeable with the Objective-C implementation. That is, if I start with a class implemented in Objective-C and port it to Python or vice-versa, the behavior from the context of K/V coding should be identical. b.bum |