CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Thu, 24 Jul 2025 23:01:33 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Fri, 12 Aug 2011 12:55:00 GMT
x-archive-orig-server: Apache/2.2.16 (Debian)
x-archive-orig-vary: Cookie,User-Agent,Accept-Language
x-archive-orig-set-cookie: MOIN_SESSION_80_ROOT_moin=710922c0263f6f8e802579ddae142095f9e83b00; expires=Fri, 12-Aug-2011 13:55:00 GMT; Max-Age=3600; Path=/
x-archive-orig-content-length: 8064
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 12 Aug 2011 12:55:00 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 08 Dec 2007 09:58:18 GMT", ; rel="prev memento"; datetime="Sat, 08 Dec 2007 09:58:18 GMT", ; rel="memento"; datetime="Fri, 12 Aug 2011 12:55:00 GMT", ; rel="last memento"; datetime="Fri, 12 Aug 2011 12:55:00 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: WPO-20110812113821-crawl438/WPO-20110812124749-01737.warc.gz
server-timing: captures_list;dur=0.875442, exclusion.robots;dur=0.029394, exclusion.robots.policy;dur=0.013104, esindex;dur=0.016722, cdx.remote;dur=33.910982, LoadShardBlock;dur=103.093232, PetaboxLoader3.datanode;dur=85.574498, load_resource;dur=151.767087, PetaboxLoader3.resolve;dur=105.819953
x-app-server: wwwb-app204
x-ts: 200
x-tr: 350
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app204; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
MacPython/AEDesc - PythonInfo Wiki
User
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:
MacPython/AEDesc (last edited 2008-11-15 14:00:57 by localhost)