PyObjC
Sections:
Home
Documentation
Development
Download
Examples
Mailing lists
Navigation:
- PyObjC Core
- AddressBook
- AppleScriptKit
- Automator
- CalendarStore
- CFNetwork
- Cocoa
- Collaboration
- CoreData
- CoreText
- DictionaryServices
- FSEvents
- InputMethodKit
- InstallerPlugins
- InstantMessage
- InterfaceBuilderKit
- LatentSemanticMapping
- LaunchServices
- Message
- PreferencePanes
- PubSub
- QTKit
- Quartz
- ScreenSaver
- ScriptingBridge
- SearchKit
- SyncServices
- SystemConfiguration
- WebKit
- XgridFoundation
 

We're hosted on:
SourceForge.net Logo

Subversion hosting


  

PyObjC - API Notes for CoreData

  • class NSManagedObject

    The methods setObservationInfo: and observationInfo cannot be used from Python.

Compatibility information

When you're running on MacOSX 10.4 PyObjC will automaticly translate Python attribute access in KVO access to the underlying NSManagedObject. This functionality no longer works on MacOSX 10.5, you have to use proper KVO methods to access properties to be compatible with both OSX 10.4 and 10.5.

Copyright © 2003 - 2009 The PyObjC Project