_AE
index
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_AE.so
Module Docs

 
Classes
       
__builtin__.object
AEDesc

 
class AEDesc(__builtin__.object)
     Methods defined here:
AECoerceDesc(...)
(DescType toType) -> (AEDesc result)
AECountItems(...)
() -> (long theCount)
AEDeleteItem(...)
(long index) -> None
AEDeleteParam(...)
(AEKeyword theAEKeyword) -> None
AEDuplicateDesc(...)
() -> (AEDesc result)
AEGetAttributeDesc(...)
(AEKeyword theAEKeyword, DescType desiredType) -> (AEDesc result)
AEGetAttributePtr(...)
(AEKeyword theAEKeyword, DescType desiredType, Buffer dataPtr) -> (DescType typeCode, Buffer dataPtr)
AEGetDescDataSize(...)
() -> (Size _rv)
AEGetNthDesc(...)
(long index, DescType desiredType) -> (AEKeyword theAEKeyword, AEDesc result)
AEGetNthPtr(...)
(long index, DescType desiredType, Buffer dataPtr) -> (AEKeyword theAEKeyword, DescType typeCode, Buffer dataPtr)
AEGetParamDesc(...)
(AEKeyword theAEKeyword, DescType desiredType) -> (AEDesc result)
AEGetParamPtr(...)
(AEKeyword theAEKeyword, DescType desiredType, Buffer dataPtr) -> (DescType typeCode, Buffer dataPtr)
AEGetTheCurrentEvent(...)
() -> None
AEPutAttributeDesc(...)
(AEKeyword theAEKeyword, AEDesc theAEDesc) -> None
AEPutAttributePtr(...)
(AEKeyword theAEKeyword, DescType typeCode, Buffer dataPtr) -> None
AEPutDesc(...)
(long index, AEDesc theAEDesc) -> None
AEPutParamDesc(...)
(AEKeyword theAEKeyword, AEDesc theAEDesc) -> None
AEPutParamPtr(...)
(AEKeyword theAEKeyword, DescType typeCode, Buffer dataPtr) -> None
AEPutPtr(...)
(long index, DescType typeCode, Buffer dataPtr) -> None
AEResetTimer(...)
() -> None
AEResolve(...)
(short callbackFlags) -> (AEDesc theToken)
AEResumeTheCurrentEvent(...)
(AppleEvent reply, EventHandler dispatcher) -> None
AESend(...)
(AESendMode sendMode, AESendPriority sendPriority, long timeOutInTicks) -> (AppleEvent reply)
AESetTheCurrentEvent(...)
() -> None
AESizeOfAttribute(...)
(AEKeyword theAEKeyword) -> (DescType typeCode, Size dataSize)
AESizeOfNthItem(...)
(long index) -> (DescType typeCode, Size dataSize)
AESizeOfParam(...)
(AEKeyword theAEKeyword) -> (DescType typeCode, Size dataSize)
AESuspendTheCurrentEvent(...)
() -> None
AutoDispose(...)
(int)->int. Automatically AEDisposeDesc the object on Python object cleanup
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data descriptors defined here:
data
The raw data in this AEDesc
type
Type of this AEDesc

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

 
AEDescType = class AEDesc(__builtin__.object)
     Methods defined here:
AECoerceDesc(...)
(DescType toType) -> (AEDesc result)
AECountItems(...)
() -> (long theCount)
AEDeleteItem(...)
(long index) -> None
AEDeleteParam(...)
(AEKeyword theAEKeyword) -> None
AEDuplicateDesc(...)
() -> (AEDesc result)
AEGetAttributeDesc(...)
(AEKeyword theAEKeyword, DescType desiredType) -> (AEDesc result)
AEGetAttributePtr(...)
(AEKeyword theAEKeyword, DescType desiredType, Buffer dataPtr) -> (DescType typeCode, Buffer dataPtr)
AEGetDescDataSize(...)
() -> (Size _rv)
AEGetNthDesc(...)
(long index, DescType desiredType) -> (AEKeyword theAEKeyword, AEDesc result)
AEGetNthPtr(...)
(long index, DescType desiredType, Buffer dataPtr) -> (AEKeyword theAEKeyword, DescType typeCode, Buffer dataPtr)
AEGetParamDesc(...)
(AEKeyword theAEKeyword, DescType desiredType) -> (AEDesc result)
AEGetParamPtr(...)
(AEKeyword theAEKeyword, DescType desiredType, Buffer dataPtr) -> (DescType typeCode, Buffer dataPtr)
AEGetTheCurrentEvent(...)
() -> None
AEPutAttributeDesc(...)
(AEKeyword theAEKeyword, AEDesc theAEDesc) -> None
AEPutAttributePtr(...)
(AEKeyword theAEKeyword, DescType typeCode, Buffer dataPtr) -> None
AEPutDesc(...)
(long index, AEDesc theAEDesc) -> None
AEPutParamDesc(...)
(AEKeyword theAEKeyword, AEDesc theAEDesc) -> None
AEPutParamPtr(...)
(AEKeyword theAEKeyword, DescType typeCode, Buffer dataPtr) -> None
AEPutPtr(...)
(long index, DescType typeCode, Buffer dataPtr) -> None
AEResetTimer(...)
() -> None
AEResolve(...)
(short callbackFlags) -> (AEDesc theToken)
AEResumeTheCurrentEvent(...)
(AppleEvent reply, EventHandler dispatcher) -> None
AESend(...)
(AESendMode sendMode, AESendPriority sendPriority, long timeOutInTicks) -> (AppleEvent reply)
AESetTheCurrentEvent(...)
() -> None
AESizeOfAttribute(...)
(AEKeyword theAEKeyword) -> (DescType typeCode, Size dataSize)
AESizeOfNthItem(...)
(long index) -> (DescType typeCode, Size dataSize)
AESizeOfParam(...)
(AEKeyword theAEKeyword) -> (DescType typeCode, Size dataSize)
AESuspendTheCurrentEvent(...)
() -> None
AutoDispose(...)
(int)->int. Automatically AEDisposeDesc the object on Python object cleanup
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data descriptors defined here:
data
The raw data in this AEDesc
type
Type of this AEDesc

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

 
Functions
       
AECallObjectAccessor(...)
(DescType desiredClass, AEDesc containerToken, DescType containerClass, DescType keyForm, AEDesc keyData) -> (AEDesc token)
AECoercePtr(...)
(DescType typeCode, Buffer dataPtr, DescType toType) -> (AEDesc result)
AECreateAppleEvent(...)
(AEEventClass theAEEventClass, AEEventID theAEEventID, AEAddressDesc target, AEReturnID returnID, AETransactionID transactionID) -> (AppleEvent result)
AECreateDesc(...)
(DescType typeCode, Buffer dataPtr) -> (AEDesc result)
AECreateList(...)
(Buffer factoringPtr, Boolean isRecord) -> (AEDescList resultList)
AEDisposeToken(...)
() -> (AEDesc theToken)
AEGetEventHandler(...)
(AEEventClass theAEEventClass, AEEventID theAEEventID) -> (EventHandler handler)
AEGetInteractionAllowed(...)
() -> (AEInteractAllowed level)
AEInstallEventHandler(...)
(AEEventClass theAEEventClass, AEEventID theAEEventID, EventHandler handler) -> None
AEInstallSpecialHandler(...)
(AEKeyword functionClass) -> None
AEInteractWithUser(...)
(long timeOutInTicks) -> None
AEManagerInfo(...)
(AEKeyword keyWord) -> (long result)
AEObjectInit(...)
() -> None
AEProcessAppleEvent(...)
(EventRecord theEventRecord) -> None
AERemoveEventHandler(...)
(AEEventClass theAEEventClass, AEEventID theAEEventID) -> None
AERemoveSpecialHandler(...)
(AEKeyword functionClass) -> None
AEReplaceDescData(...)
(DescType typeCode, Buffer dataPtr) -> (AEDesc theAEDesc)
AESetInteractionAllowed(...)
(AEInteractAllowed level) -> None