Availability: Macintosh.
The aetypes defines classes used to represent Apple Event
object specifiers. An object specifier is essentially an address of an
object implemented in a Apple Event server. An Apple Event specifier
is used as the direct object for an Apple Event or as the argument of
an optional parameter. In AppleScript an object specifier is
represented by a phrase such as:
character 23 of document "Semprini"
. The classes defined in
this module allow this specifier to be represented by a Python object
which is initialized as follows:
res = Document(1).Character(23)
The AEObjects module defines the following class: