[Pyobjc-dev] Documentation for objc.kvo_property
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2009-09-01 06:37:02
|
Hi, A while back I mentioned that it should be possible to add code to PyObjC to make working with KVO properties easier. In the long run this should enable using all Objective-C properties using regular attribute access rather than using getter/setter methods. I've attached a document that describes the interface for this and I'm interested to know if the interface is sane and usable. I don't know when I'll get around to actually implement this though, and the interface might need to be changed when I actually start working on the implementation and testcases. Ronald |