This is a static archive of the Python wiki, which was retired in February 2026 due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

AEDesc (in the Carbon.AE extension) is a wrapper for the C type of the same name. An AEDesc is a (mostly) opaque data structure that represents an Apple Event Descriptor and encapsulates the related methods. Note that raw access to the ../FourCharacterCode representing the AEDesc type is available through the type attribute, and the raw data stored by the AEDesc is available from the data attribute, but you should only use data for simple value types and use coercion and/or the accessor methods on anything else.

See also:


2026-02-14 16:09