|
||
|
|
|
|
|
PyObjC - API Notes for the Foundation frameworkNSFastEnumeration
NSAppleEventDescriptor
NSArray
NSException
NSGarbageCollectorPyObjC doesn't really support the GC yet. I've tried to code defensively, but have never tested a GC-enabled Python build and PyObjC relies on the usage of -dealloc in a number of cases.
NSHashTablePyObjC only supports NSHashTable instances that have been configured to store objects (as opposed to arbitrary pointers). NSIndexPath
NSMapTablePyObjC only supports NSMapTable instances that have been configured to store objects (as opposed to arbitrary pointers). NSPointerArrayPyObjC only supports NSPointerArray instances that have been configured to store objects (as opposed to arbitrary pointers). NSPointerFunctionsAccessing properties of this class is not supported. NSMachPortThe delegate protocol of NSMachPort is not supported at the moment. NSPredicate
NSProcessInfoPyObjC defines a context named NSDisabledSuddenTermination. This can be used to disable sudden termination for a block of code. The context works on all versions of OSX, but only has a real side effect on OSX 10.6 or later. Usage:
with NSDisabledSuddenTermination:
# sudden termination is disabled here
pass
NSSet
NSOutputStream
NSString
NSValue
NSGetUncaughtExceptionHandlerThis function is not yet supported. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright © 2003 - 2009 The PyObjC Project |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||