summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-03-28 22:07:22 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-03-28 22:07:22 (GMT)
commit7377bec6ae20e2a3b83f7084bc98af47e5bd3886 (patch)
treefef9adf10767b4f12a5918345a392cda9eb67f04 /Lib/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py
parent03b9c91afff90cd8ac2e0b84f486d0f2ebf4e549 (diff)
downloadcpython-7377bec6ae20e2a3b83f7084bc98af47e5bd3886.zip
cpython-7377bec6ae20e2a3b83f7084bc98af47e5bd3886.tar.gz
cpython-7377bec6ae20e2a3b83f7084bc98af47e5bd3886.tar.bz2
Regenerated (from resource files) with sorting version of gensuitemodule.
This is a first step towards regenerating the modules with newer, MacOSX, versions of these programs, and using the programmatic interface to get at the terminology in stead of poking in resource files.
Diffstat (limited to 'Lib/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py')
-rw-r--r--Lib/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py2064
1 files changed, 1032 insertions, 1032 deletions
diff --git a/Lib/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py b/Lib/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py
index dbcbdfb..ee76567 100644
--- a/Lib/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py
+++ b/Lib/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py
@@ -12,32 +12,14 @@ _code = 'ascr'
class AppleScript_Suite_Events:
- def activate(self, _no_object=None, _attributes={}, **_arguments):
- """activate: Bring the targeted application program to the front
- Keyword argument _attributes: AppleEvent attribute dictionary
- """
- _code = 'misc'
- _subcode = 'actv'
-
- if _arguments: raise TypeError, 'No optional args expected'
- if _no_object != None: raise TypeError, 'No direct arg expected'
-
-
- _reply, _arguments, _attributes = self.send(_code, _subcode,
- _arguments, _attributes)
- if _arguments.get('errn', 0):
- raise aetools.Error, aetools.decodeerror(_arguments)
- # XXXX Optionally decode result
- if _arguments.has_key('----'):
- return _arguments['----']
-
- def log(self, _object, _attributes={}, **_arguments):
- """log: Cause a comment to be logged
- Required argument: undocumented, typecode 'TEXT'
+ def _26_(self, _object, _attributes={}, **_arguments):
+ """&: Concatenation
+ Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
+ Returns: anything
"""
_code = 'ascr'
- _subcode = 'cmnt'
+ _subcode = 'ccat'
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
@@ -51,34 +33,17 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def stop_log(self, _no_object=None, _attributes={}, **_arguments):
- """stop log: Stop event logging in the script editor
- Keyword argument _attributes: AppleEvent attribute dictionary
- """
- _code = 'ToyS'
- _subcode = 'log0'
-
- if _arguments: raise TypeError, 'No optional args expected'
- if _no_object != None: raise TypeError, 'No direct arg expected'
-
-
- _reply, _arguments, _attributes = self.send(_code, _subcode,
- _arguments, _attributes)
- if _arguments.get('errn', 0):
- raise aetools.Error, aetools.decodeerror(_arguments)
- # XXXX Optionally decode result
- if _arguments.has_key('----'):
- return _arguments['----']
-
- def start_log(self, _no_object=None, _attributes={}, **_arguments):
- """start log: Start event logging in the script editor
+ def _2a_(self, _object, _attributes={}, **_arguments):
+ """*: Multiplication
+ Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
+ Returns: anything
"""
- _code = 'ToyS'
- _subcode = 'log1'
+ _code = 'ascr'
+ _subcode = '* '
if _arguments: raise TypeError, 'No optional args expected'
- if _no_object != None: raise TypeError, 'No direct arg expected'
+ _arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
@@ -89,16 +54,17 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def idle(self, _no_object=None, _attributes={}, **_arguments):
- """idle: Sent to a script application when it is idle
+ def _2b_(self, _object, _attributes={}, **_arguments):
+ """+: Addition
+ Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
- Returns: the number of seconds to wait for next idle event
+ Returns: anything
"""
- _code = 'misc'
- _subcode = 'idle'
+ _code = 'ascr'
+ _subcode = '+ '
if _arguments: raise TypeError, 'No optional args expected'
- if _no_object != None: raise TypeError, 'No direct arg expected'
+ _arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
@@ -109,15 +75,17 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def launch(self, _no_object=None, _attributes={}, **_arguments):
- """launch: Start an application for scripting
+ def _2d_(self, _object, _attributes={}, **_arguments):
+ """-: Subtraction
+ Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
+ Returns: anything
"""
_code = 'ascr'
- _subcode = 'noop'
+ _subcode = '- '
if _arguments: raise TypeError, 'No optional args expected'
- if _no_object != None: raise TypeError, 'No direct arg expected'
+ _arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
@@ -128,15 +96,17 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def tell(self, _no_object=None, _attributes={}, **_arguments):
- """tell: Record or log a \xd4tell\xd5 statement
+ def _3c_(self, _object, _attributes={}, **_arguments):
+ """<: Less than
+ Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
+ Returns: anything
"""
_code = 'ascr'
- _subcode = 'tell'
+ _subcode = '< '
if _arguments: raise TypeError, 'No optional args expected'
- if _no_object != None: raise TypeError, 'No direct arg expected'
+ _arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
@@ -147,15 +117,17 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def end_tell(self, _no_object=None, _attributes={}, **_arguments):
- """end tell: Record or log an \xd4end tell\xd5 statement
+ def _3d_(self, _object, _attributes={}, **_arguments):
+ """=: Equality
+ Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
+ Returns: anything
"""
_code = 'ascr'
- _subcode = 'tend'
+ _subcode = '= '
if _arguments: raise TypeError, 'No optional args expected'
- if _no_object != None: raise TypeError, 'No direct arg expected'
+ _arguments['----'] = _object
_reply, _arguments, _attributes = self.send(_code, _subcode,
@@ -166,26 +138,16 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- _argmap_error = {
- 'number' : 'errn',
- 'partial_result' : 'ptlr',
- 'from_' : 'erob',
- 'to' : 'errt',
- }
-
- def error(self, _object=None, _attributes={}, **_arguments):
- """error: Raise an error
- Required argument: anything
- Keyword argument number: an error number
- Keyword argument partial_result: any partial result occurring before the error
- Keyword argument from_: the object that caused the error
- Keyword argument to: the desired class for a failed coercion
+ def _3e_(self, _object, _attributes={}, **_arguments):
+ """>: Greater than
+ Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
+ Returns: anything
"""
_code = 'ascr'
- _subcode = 'err '
+ _subcode = '> '
- aetools.keysubst(_arguments, self._argmap_error)
+ if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
@@ -277,14 +239,14 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def _3d_(self, _object, _attributes={}, **_arguments):
- """=: Equality
+ def _5e_(self, _object, _attributes={}, **_arguments):
+ """^: Exponentiation
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
"""
_code = 'ascr'
- _subcode = '= '
+ _subcode = '^ '
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
@@ -298,17 +260,15 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def _ad_(self, _object, _attributes={}, **_arguments):
- """\xad: Inequality
- Required argument: an AE object reference
+ def activate(self, _no_object=None, _attributes={}, **_arguments):
+ """activate: Bring the targeted application program to the front
Keyword argument _attributes: AppleEvent attribute dictionary
- Returns: anything
"""
- _code = 'ascr'
- _subcode = '\xad '
+ _code = 'misc'
+ _subcode = 'actv'
if _arguments: raise TypeError, 'No optional args expected'
- _arguments['----'] = _object
+ if _no_object != None: raise TypeError, 'No direct arg expected'
_reply, _arguments, _attributes = self.send(_code, _subcode,
@@ -319,14 +279,14 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def _2b_(self, _object, _attributes={}, **_arguments):
- """+: Addition
+ def and_(self, _object, _attributes={}, **_arguments):
+ """and: Logical conjunction
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
"""
_code = 'ascr'
- _subcode = '+ '
+ _subcode = 'AND '
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
@@ -340,14 +300,14 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def _2d_(self, _object, _attributes={}, **_arguments):
- """-: Subtraction
+ def as(self, _object, _attributes={}, **_arguments):
+ """as: Coercion
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
"""
_code = 'ascr'
- _subcode = '- '
+ _subcode = 'coer'
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
@@ -361,14 +321,14 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def _2a_(self, _object, _attributes={}, **_arguments):
- """*: Multiplication
+ def contains(self, _object, _attributes={}, **_arguments):
+ """contains: Containment
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
"""
_code = 'ascr'
- _subcode = '* '
+ _subcode = 'cont'
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
@@ -382,14 +342,14 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def _d6_(self, _object, _attributes={}, **_arguments):
- """\xd6: Division
+ def div(self, _object, _attributes={}, **_arguments):
+ """div: Quotient
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
"""
_code = 'ascr'
- _subcode = '/ '
+ _subcode = 'div '
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
@@ -403,17 +363,15 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def div(self, _object, _attributes={}, **_arguments):
- """div: Quotient
- Required argument: an AE object reference
+ def end_tell(self, _no_object=None, _attributes={}, **_arguments):
+ """end tell: Record or log an \xd4end tell\xd5 statement
Keyword argument _attributes: AppleEvent attribute dictionary
- Returns: anything
"""
_code = 'ascr'
- _subcode = 'div '
+ _subcode = 'tend'
if _arguments: raise TypeError, 'No optional args expected'
- _arguments['----'] = _object
+ if _no_object != None: raise TypeError, 'No direct arg expected'
_reply, _arguments, _attributes = self.send(_code, _subcode,
@@ -424,14 +382,14 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def mod(self, _object, _attributes={}, **_arguments):
- """mod: Remainder
+ def ends_with(self, _object, _attributes={}, **_arguments):
+ """ends with: Ends with
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
"""
_code = 'ascr'
- _subcode = 'mod '
+ _subcode = 'ends'
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
@@ -445,16 +403,26 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def _5e_(self, _object, _attributes={}, **_arguments):
- """^: Exponentiation
- Required argument: an AE object reference
+ _argmap_error = {
+ 'number' : 'errn',
+ 'partial_result' : 'ptlr',
+ 'from_' : 'erob',
+ 'to' : 'errt',
+ }
+
+ def error(self, _object=None, _attributes={}, **_arguments):
+ """error: Raise an error
+ Required argument: anything
+ Keyword argument number: an error number
+ Keyword argument partial_result: any partial result occurring before the error
+ Keyword argument from_: the object that caused the error
+ Keyword argument to: the desired class for a failed coercion
Keyword argument _attributes: AppleEvent attribute dictionary
- Returns: anything
"""
_code = 'ascr'
- _subcode = '^ '
+ _subcode = 'err '
- if _arguments: raise TypeError, 'No optional args expected'
+ aetools.keysubst(_arguments, self._argmap_error)
_arguments['----'] = _object
@@ -466,17 +434,16 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def _3e_(self, _object, _attributes={}, **_arguments):
- """>: Greater than
- Required argument: an AE object reference
+ def idle(self, _no_object=None, _attributes={}, **_arguments):
+ """idle: Sent to a script application when it is idle
Keyword argument _attributes: AppleEvent attribute dictionary
- Returns: anything
+ Returns: the number of seconds to wait for next idle event
"""
- _code = 'ascr'
- _subcode = '> '
+ _code = 'misc'
+ _subcode = 'idle'
if _arguments: raise TypeError, 'No optional args expected'
- _arguments['----'] = _object
+ if _no_object != None: raise TypeError, 'No direct arg expected'
_reply, _arguments, _attributes = self.send(_code, _subcode,
@@ -487,17 +454,15 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def _b3_(self, _object, _attributes={}, **_arguments):
- """\xb3: Greater than or equal to
- Required argument: an AE object reference
+ def launch(self, _no_object=None, _attributes={}, **_arguments):
+ """launch: Start an application for scripting
Keyword argument _attributes: AppleEvent attribute dictionary
- Returns: anything
"""
_code = 'ascr'
- _subcode = '>= '
+ _subcode = 'noop'
if _arguments: raise TypeError, 'No optional args expected'
- _arguments['----'] = _object
+ if _no_object != None: raise TypeError, 'No direct arg expected'
_reply, _arguments, _attributes = self.send(_code, _subcode,
@@ -508,14 +473,13 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def _3c_(self, _object, _attributes={}, **_arguments):
- """<: Less than
- Required argument: an AE object reference
+ def log(self, _object, _attributes={}, **_arguments):
+ """log: Cause a comment to be logged
+ Required argument: undocumented, typecode 'TEXT'
Keyword argument _attributes: AppleEvent attribute dictionary
- Returns: anything
"""
_code = 'ascr'
- _subcode = '< '
+ _subcode = 'cmnt'
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
@@ -529,14 +493,14 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def _b2_(self, _object, _attributes={}, **_arguments):
- """\xb2: Less than or equal to
+ def mod(self, _object, _attributes={}, **_arguments):
+ """mod: Remainder
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
"""
_code = 'ascr'
- _subcode = '<= '
+ _subcode = 'mod '
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
@@ -550,14 +514,14 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def _26_(self, _object, _attributes={}, **_arguments):
- """&: Concatenation
+ def negate(self, _object, _attributes={}, **_arguments):
+ """negate: Numeric negation
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
"""
_code = 'ascr'
- _subcode = 'ccat'
+ _subcode = 'neg '
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
@@ -571,14 +535,14 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def starts_with(self, _object, _attributes={}, **_arguments):
- """starts with: Starts with
+ def not_(self, _object, _attributes={}, **_arguments):
+ """not: Logical negation
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
"""
_code = 'ascr'
- _subcode = 'bgwt'
+ _subcode = 'NOT '
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
@@ -592,14 +556,14 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def ends_with(self, _object, _attributes={}, **_arguments):
- """ends with: Ends with
+ def or_(self, _object, _attributes={}, **_arguments):
+ """or: Logical disjunction
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
"""
_code = 'ascr'
- _subcode = 'ends'
+ _subcode = 'OR '
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
@@ -613,14 +577,33 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def contains(self, _object, _attributes={}, **_arguments):
- """contains: Containment
+ def start_log(self, _no_object=None, _attributes={}, **_arguments):
+ """start log: Start event logging in the script editor
+ Keyword argument _attributes: AppleEvent attribute dictionary
+ """
+ _code = 'ToyS'
+ _subcode = 'log1'
+
+ if _arguments: raise TypeError, 'No optional args expected'
+ if _no_object != None: raise TypeError, 'No direct arg expected'
+
+
+ _reply, _arguments, _attributes = self.send(_code, _subcode,
+ _arguments, _attributes)
+ if _arguments.get('errn', 0):
+ raise aetools.Error, aetools.decodeerror(_arguments)
+ # XXXX Optionally decode result
+ if _arguments.has_key('----'):
+ return _arguments['----']
+
+ def starts_with(self, _object, _attributes={}, **_arguments):
+ """starts with: Starts with
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
"""
_code = 'ascr'
- _subcode = 'cont'
+ _subcode = 'bgwt'
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
@@ -634,17 +617,34 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def and_(self, _object, _attributes={}, **_arguments):
- """and: Logical conjunction
- Required argument: an AE object reference
+ def stop_log(self, _no_object=None, _attributes={}, **_arguments):
+ """stop log: Stop event logging in the script editor
+ Keyword argument _attributes: AppleEvent attribute dictionary
+ """
+ _code = 'ToyS'
+ _subcode = 'log0'
+
+ if _arguments: raise TypeError, 'No optional args expected'
+ if _no_object != None: raise TypeError, 'No direct arg expected'
+
+
+ _reply, _arguments, _attributes = self.send(_code, _subcode,
+ _arguments, _attributes)
+ if _arguments.get('errn', 0):
+ raise aetools.Error, aetools.decodeerror(_arguments)
+ # XXXX Optionally decode result
+ if _arguments.has_key('----'):
+ return _arguments['----']
+
+ def tell(self, _no_object=None, _attributes={}, **_arguments):
+ """tell: Record or log a \xd4tell\xd5 statement
Keyword argument _attributes: AppleEvent attribute dictionary
- Returns: anything
"""
_code = 'ascr'
- _subcode = 'AND '
+ _subcode = 'tell'
if _arguments: raise TypeError, 'No optional args expected'
- _arguments['----'] = _object
+ if _no_object != None: raise TypeError, 'No direct arg expected'
_reply, _arguments, _attributes = self.send(_code, _subcode,
@@ -655,14 +655,14 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def or_(self, _object, _attributes={}, **_arguments):
- """or: Logical disjunction
+ def _ad_(self, _object, _attributes={}, **_arguments):
+ """\xad: Inequality
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
"""
_code = 'ascr'
- _subcode = 'OR '
+ _subcode = '\xad '
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
@@ -676,14 +676,14 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def as(self, _object, _attributes={}, **_arguments):
- """as: Coercion
+ def _b2_(self, _object, _attributes={}, **_arguments):
+ """\xb2: Less than or equal to
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
"""
_code = 'ascr'
- _subcode = 'coer'
+ _subcode = '<= '
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
@@ -697,14 +697,14 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def not_(self, _object, _attributes={}, **_arguments):
- """not: Logical negation
+ def _b3_(self, _object, _attributes={}, **_arguments):
+ """\xb3: Greater than or equal to
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
"""
_code = 'ascr'
- _subcode = 'NOT '
+ _subcode = '>= '
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
@@ -718,14 +718,14 @@ class AppleScript_Suite_Events:
if _arguments.has_key('----'):
return _arguments['----']
- def negate(self, _object, _attributes={}, **_arguments):
- """negate: Numeric negation
+ def _d6_(self, _object, _attributes={}, **_arguments):
+ """\xd6: Division
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
"""
_code = 'ascr'
- _subcode = 'neg '
+ _subcode = '/ '
if _arguments: raise TypeError, 'No optional args expected'
_arguments['----'] = _object
@@ -740,117 +740,201 @@ class AppleScript_Suite_Events:
return _arguments['----']
-class boolean(aetools.ComponentItem):
- """boolean - A true or false value """
- want = 'bool'
+class empty_ae_name_(aetools.ComponentItem):
+ """ - the undefined value """
+ want = 'undf'
-booleans = boolean
+class April(aetools.ComponentItem):
+ """April - the month of April """
+ want = 'apr '
-class integer(aetools.ComponentItem):
- """integer - An integral number """
- want = 'long'
+class August(aetools.ComponentItem):
+ """August - the month of August """
+ want = 'aug '
-integers = integer
+class C_string(aetools.ComponentItem):
+ """C string - text followed by a null """
+ want = 'cstr'
-class real(aetools.ComponentItem):
- """real - A real number """
- want = 'doub'
+C_strings = C_string
-reals = real
+class December(aetools.ComponentItem):
+ """December - the month of December """
+ want = 'dec '
-class number(aetools.ComponentItem):
- """number - an integer or real number """
- want = 'nmbr'
+class February(aetools.ComponentItem):
+ """February - the month of February """
+ want = 'feb '
-numbers = number
+class Friday(aetools.ComponentItem):
+ """Friday - Friday """
+ want = 'fri '
-class list(aetools.ComponentItem):
- """list - An ordered collection of items """
- want = 'list'
-class length(aetools.NProperty):
- """length - the length of a list """
- which = 'leng'
- want = 'long'
-class reverse(aetools.NProperty):
- """reverse - the items of the list in reverse order """
- which = 'rvse'
- want = 'list'
-class rest(aetools.NProperty):
- """rest - all items of the list excluding first """
- which = 'rest'
- want = 'list'
+class January(aetools.ComponentItem):
+ """January - the month of January """
+ want = 'jan '
-lists = list
+class July(aetools.ComponentItem):
+ """July - the month of July """
+ want = 'jul '
-class linked_list(aetools.ComponentItem):
- """linked list - An ordered collection of items """
- want = 'llst'
+class June(aetools.ComponentItem):
+ """June - the month of June """
+ want = 'jun '
-linked_lists = linked_list
+class March(aetools.ComponentItem):
+ """March - the month of March """
+ want = 'mar '
-class vector(aetools.ComponentItem):
- """vector - An ordered collection of items """
- want = 'vect'
+class May(aetools.ComponentItem):
+ """May - the month of May """
+ want = 'may '
-vectors = vector
+class Monday(aetools.ComponentItem):
+ """Monday - Monday """
+ want = 'mon '
-class record(aetools.ComponentItem):
- """record - A set of labeled items """
- want = 'reco'
+class November(aetools.ComponentItem):
+ """November - the month of November """
+ want = 'nov '
-records = record
+class October(aetools.ComponentItem):
+ """October - the month of October """
+ want = 'oct '
-class item(aetools.ComponentItem):
- """item - An item of any type """
- want = 'cobj'
-class id(aetools.NProperty):
- """id - the unique ID number of this object """
- which = 'ID '
- want = 'long'
+class Pascal_string(aetools.ComponentItem):
+ """Pascal string - text up to 255 characters preceded by a length byte """
+ want = 'pstr'
-items = item
+Pascal_strings = Pascal_string
-class script(aetools.ComponentItem):
- """script - An AppleScript script """
- want = 'scpt'
-class name(aetools.NProperty):
- """name - the name of the script """
- which = 'pnam'
- want = 'TEXT'
-class parent(aetools.NProperty):
- """parent - its parent, i.e. the script that will handle events that this script doesn\xd5t """
- which = 'pare'
- want = 'scpt'
+class RGB_color(aetools.ComponentItem):
+ """RGB color - Three integers specifying red, green, blue color values """
+ want = 'cRGB'
-scripts = script
+RGB_colors = RGB_color
-class list_or_record(aetools.ComponentItem):
- """list or record - a list or record """
- want = 'lr '
+class Saturday(aetools.ComponentItem):
+ """Saturday - Saturday """
+ want = 'sat '
-class list_or_string(aetools.ComponentItem):
- """list or string - a list or string """
- want = 'ls '
+class September(aetools.ComponentItem):
+ """September - the month of September """
+ want = 'sep '
-class number_or_string(aetools.ComponentItem):
- """number or string - a number or string """
- want = 'ns '
+class Sunday(aetools.ComponentItem):
+ """Sunday - Sunday """
+ want = 'sun '
+
+class Thursday(aetools.ComponentItem):
+ """Thursday - Thursday """
+ want = 'thu '
+
+class Tuesday(aetools.ComponentItem):
+ """Tuesday - Tuesday """
+ want = 'tue '
+
+class Unicode_text(aetools.ComponentItem):
+ """Unicode text - """
+ want = 'utxt'
+
+Unicode_text = Unicode_text
+
+class Wednesday(aetools.ComponentItem):
+ """Wednesday - Wednesday """
+ want = 'wed '
+
+class alias(aetools.ComponentItem):
+ """alias - a file on a disk or server. The file must exist when you check the syntax of your script. """
+ want = 'alis'
class alias_or_string(aetools.ComponentItem):
"""alias or string - an alias or string """
want = 'sf '
-class list_2c__record_or_text(aetools.ComponentItem):
- """list, record or text - a list, record or text """
- want = 'lrs '
+aliases = alias
-class number_or_date(aetools.ComponentItem):
- """number or date - a number or date """
- want = 'nd '
+class anything(aetools.ComponentItem):
+ """anything - any class or reference """
+ want = '****'
-class number_2c__date_or_text(aetools.ComponentItem):
- """number, date or text - a number, date or text """
- want = 'nds '
+class app(aetools.ComponentItem):
+ """app - Short name for application """
+ want = 'capp'
+
+application = app
+class result(aetools.NProperty):
+ """result - the last result of evaluation """
+ which = 'rslt'
+ want = '****'
+class space(aetools.NProperty):
+ """space - a space character """
+ which = 'spac'
+ want = 'cha '
+class return_(aetools.NProperty):
+ """return - a return character """
+ which = 'ret '
+ want = 'cha '
+class tab(aetools.NProperty):
+ """tab - a tab character """
+ which = 'tab '
+ want = 'cha '
+class minutes(aetools.NProperty):
+ """minutes - the number of seconds in a minute """
+ which = 'min '
+ want = 'long'
+class hours(aetools.NProperty):
+ """hours - the number of seconds in an hour """
+ which = 'hour'
+ want = 'long'
+class days(aetools.NProperty):
+ """days - the number of seconds in a day """
+ which = 'days'
+ want = 'long'
+class weeks(aetools.NProperty):
+ """weeks - the number of seconds in a week """
+ which = 'week'
+ want = 'long'
+class pi(aetools.NProperty):
+ """pi - the constant pi """
+ which = 'pi '
+ want = 'doub'
+class print_length(aetools.NProperty):
+ """print length - the maximum length to print """
+ which = 'prln'
+ want = 'long'
+class print_depth(aetools.NProperty):
+ """print depth - the maximum depth to print """
+ which = 'prdp'
+ want = 'long'
+class text_item_delimiters(aetools.NProperty):
+ """text item delimiters - the text item delimiters of a string """
+ which = 'txdl'
+ want = 'list'
+class AppleScript(aetools.NProperty):
+ """AppleScript - the top-level script object """
+ which = 'ascr'
+ want = 'scpt'
+
+applications = app
+
+class boolean(aetools.ComponentItem):
+ """boolean - A true or false value """
+ want = 'bool'
+
+booleans = boolean
+
+class centimeters(aetools.ComponentItem):
+ """centimeters - a distance measurement in SI centimeters """
+ want = 'cmtr'
+
+centimetres = centimeters
+
+class character(aetools.ComponentItem):
+ """character - an individual text character """
+ want = 'cha '
+
+characters = character
class class_(aetools.ComponentItem):
"""class - the type of a value """
@@ -862,85 +946,85 @@ class _3c_Inheritance_3e_(aetools.NProperty):
classes = class_
-class event(aetools.ComponentItem):
- """event - an AppleEvents event """
- want = 'evnt'
-
-events = event
-
-class property(aetools.ComponentItem):
- """property - an AppleEvents property """
- want = 'prop'
-
-properties = property
-
class constant(aetools.ComponentItem):
"""constant - A constant value """
want = 'enum'
constants = constant
-class preposition(aetools.ComponentItem):
- """preposition - an AppleEvents preposition """
- want = 'prep'
+class cubic_centimeters(aetools.ComponentItem):
+ """cubic centimeters - a volume measurement in SI cubic centimeters """
+ want = 'ccmt'
-prepositions = preposition
+cubic_centimetres = cubic_centimeters
-class reference_form(aetools.ComponentItem):
- """reference form - an AppleEvents key form """
- want = 'kfrm'
+class cubic_feet(aetools.ComponentItem):
+ """cubic feet - a volume measurement in Imperial cubic feet """
+ want = 'cfet'
-reference_forms = reference_form
+class cubic_inches(aetools.ComponentItem):
+ """cubic inches - a volume measurement in Imperial cubic inches """
+ want = 'cuin'
-class handler(aetools.ComponentItem):
- """handler - an AppleScript event or subroutine handler """
- want = 'hand'
+class cubic_meters(aetools.ComponentItem):
+ """cubic meters - a volume measurement in SI cubic meters """
+ want = 'cmet'
-handlers = handler
+cubic_metres = cubic_meters
+
+class cubic_yards(aetools.ComponentItem):
+ """cubic yards - a distance measurement in Imperial cubic yards """
+ want = 'cyrd'
class data(aetools.ComponentItem):
"""data - an AppleScript raw data object """
want = 'rdat'
-class text(aetools.ComponentItem):
- """text - text with language and style information """
- want = 'ctxt'
-
-class international_text(aetools.ComponentItem):
- """international text - """
- want = 'itxt'
-
-international_text = international_text
-
-class string(aetools.ComponentItem):
- """string - text in 8-bit Macintosh Roman format """
+class date(aetools.ComponentItem):
+ """date - Absolute date and time values """
+ want = 'ldt '
+class weekday(aetools.NProperty):
+ """weekday - the day of a week of a date """
+ which = 'wkdy'
+ want = 'wkdy'
+class month(aetools.NProperty):
+ """month - the month of a date """
+ which = 'mnth'
+ want = 'mnth'
+class day(aetools.NProperty):
+ """day - the day of the month of a date """
+ which = 'day '
+ want = 'long'
+class year(aetools.NProperty):
+ """year - the year of a date """
+ which = 'year'
+ want = 'long'
+class time(aetools.NProperty):
+ """time - the time since midnight of a date """
+ which = 'time'
+ want = 'long'
+class date_string(aetools.NProperty):
+ """date string - the date portion of a date-time value as text """
+ which = 'dstr'
+ want = 'TEXT'
+class time_string(aetools.NProperty):
+ """time string - the time portion of a date-time value as text """
+ which = 'tstr'
want = 'TEXT'
-strings = string
-
-class styled_text(aetools.ComponentItem):
- """styled text - """
- want = 'STXT'
-
-styled_text = styled_text
-
-class styled_Clipboard_text(aetools.ComponentItem):
- """styled Clipboard text - """
- want = 'styl'
-
-styled_Clipboard_text = styled_Clipboard_text
-
-class Unicode_text(aetools.ComponentItem):
- """Unicode text - """
- want = 'utxt'
+dates = date
-Unicode_text = Unicode_text
+class degrees_Celsius(aetools.ComponentItem):
+ """degrees Celsius - a temperature measurement in SI degrees Celsius """
+ want = 'degc'
-class styled_Unicode_text(aetools.ComponentItem):
- """styled Unicode text - """
- want = 'sutx'
+class degrees_Fahrenheit(aetools.ComponentItem):
+ """degrees Fahrenheit - a temperature measurement in degrees Fahrenheit """
+ want = 'degf'
-styled_Unicode_text = styled_Unicode_text
+class degrees_Kelvin(aetools.ComponentItem):
+ """degrees Kelvin - a temperature measurement in degrees Kelvin """
+ want = 'degk'
class encoded_string(aetools.ComponentItem):
"""encoded string - text encoded using the Text Encoding Converter """
@@ -948,105 +1032,131 @@ class encoded_string(aetools.ComponentItem):
encoded_strings = encoded_string
-class C_string(aetools.ComponentItem):
- """C string - text followed by a null """
- want = 'cstr'
+class event(aetools.ComponentItem):
+ """event - an AppleEvents event """
+ want = 'evnt'
-C_strings = C_string
+events = event
-class Pascal_string(aetools.ComponentItem):
- """Pascal string - text up to 255 characters preceded by a length byte """
- want = 'pstr'
+class feet(aetools.ComponentItem):
+ """feet - a distance measurement in Imperial feet """
+ want = 'feet'
-Pascal_strings = Pascal_string
+class file_specification(aetools.ComponentItem):
+ """file specification - a file specification as used by the operating system """
+ want = 'fss '
-class character(aetools.ComponentItem):
- """character - an individual text character """
- want = 'cha '
+file_specifications = file_specification
-characters = character
+class gallons(aetools.ComponentItem):
+ """gallons - a volume measurement in Imperial gallons """
+ want = 'galn'
-class text_item(aetools.ComponentItem):
- """text item - text between delimiters """
- want = 'citm'
+class grams(aetools.ComponentItem):
+ """grams - a mass measurement in SI meters """
+ want = 'gram'
-text_items = text_item
+class handler(aetools.ComponentItem):
+ """handler - an AppleScript event or subroutine handler """
+ want = 'hand'
-class writing_code(aetools.ComponentItem):
- """writing code - codes that identify the language and script system """
- want = 'psct'
+handlers = handler
-class writing_code_info(aetools.ComponentItem):
- """writing code info - script code and language code of text run """
- want = 'citl'
-class script_code(aetools.NProperty):
- """script code - the script code for the text """
- which = 'pscd'
- want = 'shor'
-class language_code(aetools.NProperty):
- """language code - the language code for the text """
- which = 'plcd'
- want = 'shor'
+class inches(aetools.ComponentItem):
+ """inches - a distance measurement in Imperial inches """
+ want = 'inch'
-writing_code_infos = writing_code_info
+class integer(aetools.ComponentItem):
+ """integer - An integral number """
+ want = 'long'
-class empty_ae_name_(aetools.ComponentItem):
- """ - the undefined value """
- want = 'undf'
+integers = integer
-class missing_value(aetools.ComponentItem):
- """missing value - unavailable value, such as properties missing from heterogeneous classes in a Whose clause """
- want = 'msng'
+class international_text(aetools.ComponentItem):
+ """international text - """
+ want = 'itxt'
-missing_values = missing_value
+international_text = international_text
-class reference(aetools.ComponentItem):
- """reference - an AppleScript reference """
- want = 'obj '
+class item(aetools.ComponentItem):
+ """item - An item of any type """
+ want = 'cobj'
+class id(aetools.NProperty):
+ """id - the unique ID number of this object """
+ which = 'ID '
+ want = 'long'
-references = reference
+items = item
-class anything(aetools.ComponentItem):
- """anything - any class or reference """
- want = '****'
+class keystroke(aetools.ComponentItem):
+ """keystroke - a press of a key combination on a Macintosh keyboard """
+ want = 'kprs'
+class key(aetools.NProperty):
+ """key - the character for the key was pressed (ignoring modifiers) """
+ which = 'kMsg'
+ want = 'cha '
+class modifiers(aetools.NProperty):
+ """modifiers - the modifier keys pressed in combination """
+ which = 'kMod'
+ want = 'eMds'
+class key_kind(aetools.NProperty):
+ """key kind - the kind of key that was pressed """
+ which = 'kknd'
+ want = 'ekst'
-class type_class(aetools.ComponentItem):
- """type class - the name of a particular class (or any four-character code) """
- want = 'type'
+keystrokes = keystroke
-class RGB_color(aetools.ComponentItem):
- """RGB color - Three integers specifying red, green, blue color values """
- want = 'cRGB'
+class kilograms(aetools.ComponentItem):
+ """kilograms - a mass measurement in SI kilograms """
+ want = 'kgrm'
-RGB_colors = RGB_color
+class kilometers(aetools.ComponentItem):
+ """kilometers - a distance measurement in SI kilometers """
+ want = 'kmtr'
-class picture(aetools.ComponentItem):
- """picture - A QuickDraw picture object """
- want = 'PICT'
+kilometres = kilometers
-pictures = picture
+class linked_list(aetools.ComponentItem):
+ """linked list - An ordered collection of items """
+ want = 'llst'
+class length(aetools.NProperty):
+ """length - the length of a list """
+ which = 'leng'
+ want = 'long'
-class sound(aetools.ComponentItem):
- """sound - a sound object on the clipboard """
- want = 'snd '
+linked_lists = linked_list
-sounds = sound
+class list(aetools.ComponentItem):
+ """list - An ordered collection of items """
+ want = 'list'
+class reverse(aetools.NProperty):
+ """reverse - the items of the list in reverse order """
+ which = 'rvse'
+ want = 'list'
+class rest(aetools.NProperty):
+ """rest - all items of the list excluding first """
+ which = 'rest'
+ want = 'list'
-class version(aetools.ComponentItem):
- """version - a version value """
- want = 'vers'
+class list_or_record(aetools.ComponentItem):
+ """list or record - a list or record """
+ want = 'lr '
-class file_specification(aetools.ComponentItem):
- """file specification - a file specification as used by the operating system """
- want = 'fss '
+class list_or_string(aetools.ComponentItem):
+ """list or string - a list or string """
+ want = 'ls '
-file_specifications = file_specification
+class list_2c__record_or_text(aetools.ComponentItem):
+ """list, record or text - a list, record or text """
+ want = 'lrs '
-class alias(aetools.ComponentItem):
- """alias - a file on a disk or server. The file must exist when you check the syntax of your script. """
- want = 'alis'
+lists = list
-aliases = alias
+class liters(aetools.ComponentItem):
+ """liters - a volume measurement in SI liters """
+ want = 'litr'
+
+litres = liters
class machine(aetools.ComponentItem):
"""machine - a computer """
@@ -1054,67 +1164,21 @@ class machine(aetools.ComponentItem):
machines = machine
-class zone(aetools.ComponentItem):
- """zone - an AppleTalk zone """
- want = 'zone'
-
-zones = zone
-
-class keystroke(aetools.ComponentItem):
- """keystroke - a press of a key combination on a Macintosh keyboard """
- want = 'kprs'
-class key(aetools.NProperty):
- """key - the character for the key was pressed (ignoring modifiers) """
- which = 'kMsg'
- want = 'cha '
-class modifiers(aetools.NProperty):
- """modifiers - the modifier keys pressed in combination """
- which = 'kMod'
- want = 'eMds'
-class key_kind(aetools.NProperty):
- """key kind - the kind of key that was pressed """
- which = 'kknd'
- want = 'ekst'
+class meters(aetools.ComponentItem):
+ """meters - a distance measurement in SI meters """
+ want = 'metr'
-keystrokes = keystroke
+metres = meters
-class seconds(aetools.ComponentItem):
- """seconds - more than one second """
- want = 'scnd'
+class miles(aetools.ComponentItem):
+ """miles - a distance measurement in Imperial miles """
+ want = 'mile'
-class date(aetools.ComponentItem):
- """date - Absolute date and time values """
- want = 'ldt '
-class weekday(aetools.NProperty):
- """weekday - the day of a week of a date """
- which = 'wkdy'
- want = 'wkdy'
-class month(aetools.NProperty):
- """month - the month of a date """
- which = 'mnth'
- want = 'mnth'
-class day(aetools.NProperty):
- """day - the day of the month of a date """
- which = 'day '
- want = 'long'
-class year(aetools.NProperty):
- """year - the year of a date """
- which = 'year'
- want = 'long'
-class time(aetools.NProperty):
- """time - the time since midnight of a date """
- which = 'time'
- want = 'long'
-class date_string(aetools.NProperty):
- """date string - the date portion of a date-time value as text """
- which = 'dstr'
- want = 'TEXT'
-class time_string(aetools.NProperty):
- """time string - the time portion of a date-time value as text """
- which = 'tstr'
- want = 'TEXT'
+class missing_value(aetools.ComponentItem):
+ """missing value - unavailable value, such as properties missing from heterogeneous classes in a Whose clause """
+ want = 'msng'
-dates = date
+missing_values = missing_value
class month(aetools.ComponentItem):
"""month - a month """
@@ -1122,570 +1186,499 @@ class month(aetools.ComponentItem):
months = month
-class January(aetools.ComponentItem):
- """January - the month of January """
- want = 'jan '
-
-class February(aetools.ComponentItem):
- """February - the month of February """
- want = 'feb '
+class number(aetools.ComponentItem):
+ """number - an integer or real number """
+ want = 'nmbr'
-class March(aetools.ComponentItem):
- """March - the month of March """
- want = 'mar '
+class number_or_date(aetools.ComponentItem):
+ """number or date - a number or date """
+ want = 'nd '
-class April(aetools.ComponentItem):
- """April - the month of April """
- want = 'apr '
+class number_or_string(aetools.ComponentItem):
+ """number or string - a number or string """
+ want = 'ns '
-class May(aetools.ComponentItem):
- """May - the month of May """
- want = 'may '
+class number_2c__date_or_text(aetools.ComponentItem):
+ """number, date or text - a number, date or text """
+ want = 'nds '
-class June(aetools.ComponentItem):
- """June - the month of June """
- want = 'jun '
+numbers = number
-class July(aetools.ComponentItem):
- """July - the month of July """
- want = 'jul '
+class ounces(aetools.ComponentItem):
+ """ounces - a weight measurement in SI meters """
+ want = 'ozs '
-class August(aetools.ComponentItem):
- """August - the month of August """
- want = 'aug '
+class picture(aetools.ComponentItem):
+ """picture - A QuickDraw picture object """
+ want = 'PICT'
-class September(aetools.ComponentItem):
- """September - the month of September """
- want = 'sep '
+pictures = picture
-class October(aetools.ComponentItem):
- """October - the month of October """
- want = 'oct '
+class pounds(aetools.ComponentItem):
+ """pounds - a weight measurement in SI meters """
+ want = 'lbs '
-class November(aetools.ComponentItem):
- """November - the month of November """
- want = 'nov '
+class preposition(aetools.ComponentItem):
+ """preposition - an AppleEvents preposition """
+ want = 'prep'
-class December(aetools.ComponentItem):
- """December - the month of December """
- want = 'dec '
+prepositions = preposition
-class weekday(aetools.ComponentItem):
- """weekday - a weekday """
- want = 'wkdy'
+class properties(aetools.ComponentItem):
+ """properties - """
+ want = 'prop'
-weekdays = weekday
+property = properties
-class Sunday(aetools.ComponentItem):
- """Sunday - Sunday """
- want = 'sun '
+class quarts(aetools.ComponentItem):
+ """quarts - a volume measurement in Imperial quarts """
+ want = 'qrts'
-class Monday(aetools.ComponentItem):
- """Monday - Monday """
- want = 'mon '
+class real(aetools.ComponentItem):
+ """real - A real number """
+ want = 'doub'
-class Tuesday(aetools.ComponentItem):
- """Tuesday - Tuesday """
- want = 'tue '
+reals = real
-class Wednesday(aetools.ComponentItem):
- """Wednesday - Wednesday """
- want = 'wed '
+class record(aetools.ComponentItem):
+ """record - A set of labeled items """
+ want = 'reco'
-class Thursday(aetools.ComponentItem):
- """Thursday - Thursday """
- want = 'thu '
+records = record
-class Friday(aetools.ComponentItem):
- """Friday - Friday """
- want = 'fri '
+class reference(aetools.ComponentItem):
+ """reference - an AppleScript reference """
+ want = 'obj '
-class Saturday(aetools.ComponentItem):
- """Saturday - Saturday """
- want = 'sat '
+class reference_form(aetools.ComponentItem):
+ """reference form - an AppleEvents key form """
+ want = 'kfrm'
-class metres(aetools.ComponentItem):
- """metres - a distance measurement in SI meters """
- want = 'metr'
+reference_forms = reference_form
-meters = metres
+references = reference
-class inches(aetools.ComponentItem):
- """inches - a distance measurement in Imperial inches """
- want = 'inch'
+class script(aetools.ComponentItem):
+ """script - An AppleScript script """
+ want = 'scpt'
+class name(aetools.NProperty):
+ """name - the name of the script """
+ which = 'pnam'
+ want = 'TEXT'
+class parent(aetools.NProperty):
+ """parent - its parent, i.e. the script that will handle events that this script doesn\xd5t """
+ which = 'pare'
+ want = 'scpt'
-class feet(aetools.ComponentItem):
- """feet - a distance measurement in Imperial feet """
- want = 'feet'
+scripts = script
-class yards(aetools.ComponentItem):
- """yards - a distance measurement in Imperial yards """
- want = 'yard'
+class seconds(aetools.ComponentItem):
+ """seconds - more than one second """
+ want = 'scnd'
-class miles(aetools.ComponentItem):
- """miles - a distance measurement in Imperial miles """
- want = 'mile'
+class sound(aetools.ComponentItem):
+ """sound - a sound object on the clipboard """
+ want = 'snd '
-class kilometres(aetools.ComponentItem):
- """kilometres - a distance measurement in SI kilometers """
- want = 'kmtr'
+sounds = sound
-kilometers = kilometres
+class square_feet(aetools.ComponentItem):
+ """square feet - an area measurement in Imperial square feet """
+ want = 'sqft'
-class centimetres(aetools.ComponentItem):
- """centimetres - a distance measurement in SI centimeters """
- want = 'cmtr'
+class square_kilometers(aetools.ComponentItem):
+ """square kilometers - an area measurement in SI square kilometers """
+ want = 'sqkm'
-centimeters = centimetres
+square_kilometres = square_kilometers
-class square_metres(aetools.ComponentItem):
- """square metres - an area measurement in SI square meters """
+class square_meters(aetools.ComponentItem):
+ """square meters - an area measurement in SI square meters """
want = 'sqrm'
-square_meters = square_metres
+square_metres = square_meters
-class square_feet(aetools.ComponentItem):
- """square feet - an area measurement in Imperial square feet """
- want = 'sqft'
+class square_miles(aetools.ComponentItem):
+ """square miles - an area measurement in Imperial square miles """
+ want = 'sqmi'
class square_yards(aetools.ComponentItem):
"""square yards - an area measurement in Imperial square yards """
want = 'sqyd'
-class square_miles(aetools.ComponentItem):
- """square miles - an area measurement in Imperial square miles """
- want = 'sqmi'
-
-class square_kilometres(aetools.ComponentItem):
- """square kilometres - an area measurement in SI square kilometers """
- want = 'sqkm'
+class string(aetools.ComponentItem):
+ """string - text in 8-bit Macintosh Roman format """
+ want = 'TEXT'
-square_kilometers = square_kilometres
+strings = string
-class litres(aetools.ComponentItem):
- """litres - a volume measurement in SI liters """
- want = 'litr'
+class styled_Clipboard_text(aetools.ComponentItem):
+ """styled Clipboard text - """
+ want = 'styl'
-liters = litres
+styled_Clipboard_text = styled_Clipboard_text
-class gallons(aetools.ComponentItem):
- """gallons - a volume measurement in Imperial gallons """
- want = 'galn'
+class styled_Unicode_text(aetools.ComponentItem):
+ """styled Unicode text - """
+ want = 'sutx'
-class quarts(aetools.ComponentItem):
- """quarts - a volume measurement in Imperial quarts """
- want = 'qrts'
+styled_Unicode_text = styled_Unicode_text
-class cubic_metres(aetools.ComponentItem):
- """cubic metres - a volume measurement in SI cubic meters """
- want = 'cmet'
+class styled_text(aetools.ComponentItem):
+ """styled text - """
+ want = 'STXT'
-cubic_meters = cubic_metres
+styled_text = styled_text
-class cubic_centimetres(aetools.ComponentItem):
- """cubic centimetres - a volume measurement in SI cubic centimeters """
- want = 'ccmt'
+class text(aetools.ComponentItem):
+ """text - text with language and style information """
+ want = 'ctxt'
-cubic_centimeters = cubic_centimetres
+class text_item(aetools.ComponentItem):
+ """text item - text between delimiters """
+ want = 'citm'
-class cubic_feet(aetools.ComponentItem):
- """cubic feet - a volume measurement in Imperial cubic feet """
- want = 'cfet'
+text_items = text_item
-class cubic_inches(aetools.ComponentItem):
- """cubic inches - a volume measurement in Imperial cubic inches """
- want = 'cuin'
+class type_class(aetools.ComponentItem):
+ """type class - the name of a particular class (or any four-character code) """
+ want = 'type'
-class cubic_yards(aetools.ComponentItem):
- """cubic yards - a distance measurement in Imperial cubic yards """
- want = 'cyrd'
+class upper_case(aetools.ComponentItem):
+ """upper case - Text with lower case converted to upper case """
+ want = 'case'
-class kilograms(aetools.ComponentItem):
- """kilograms - a mass measurement in SI kilograms """
- want = 'kgrm'
+class vector(aetools.ComponentItem):
+ """vector - An ordered collection of items """
+ want = 'vect'
-class grams(aetools.ComponentItem):
- """grams - a mass measurement in SI meters """
- want = 'gram'
+vectors = vector
-class ounces(aetools.ComponentItem):
- """ounces - a weight measurement in SI meters """
- want = 'ozs '
+class version(aetools.ComponentItem):
+ """version - a version value """
+ want = 'vers'
-class pounds(aetools.ComponentItem):
- """pounds - a weight measurement in SI meters """
- want = 'lbs '
+class weekday(aetools.ComponentItem):
+ """weekday - a weekday """
+ want = 'wkdy'
-class degrees_Celsius(aetools.ComponentItem):
- """degrees Celsius - a temperature measurement in SI degrees Celsius """
- want = 'degc'
+weekdays = weekday
-class degrees_Fahrenheit(aetools.ComponentItem):
- """degrees Fahrenheit - a temperature measurement in degrees Fahrenheit """
- want = 'degf'
+class writing_code(aetools.ComponentItem):
+ """writing code - codes that identify the language and script system """
+ want = 'psct'
-class degrees_Kelvin(aetools.ComponentItem):
- """degrees Kelvin - a temperature measurement in degrees Kelvin """
- want = 'degk'
+class writing_code_info(aetools.ComponentItem):
+ """writing code info - script code and language code of text run """
+ want = 'citl'
+class script_code(aetools.NProperty):
+ """script code - the script code for the text """
+ which = 'pscd'
+ want = 'shor'
+class language_code(aetools.NProperty):
+ """language code - the language code for the text """
+ which = 'plcd'
+ want = 'shor'
-class upper_case(aetools.ComponentItem):
- """upper case - Text with lower case converted to upper case """
- want = 'case'
+writing_code_infos = writing_code_info
-class app(aetools.ComponentItem):
- """app - Short name for application """
- want = 'capp'
+class yards(aetools.ComponentItem):
+ """yards - a distance measurement in Imperial yards """
+ want = 'yard'
-application = app
-class result(aetools.NProperty):
- """result - the last result of evaluation """
- which = 'rslt'
- want = '****'
-class space(aetools.NProperty):
- """space - a space character """
- which = 'spac'
- want = 'cha '
-class return_(aetools.NProperty):
- """return - a return character """
- which = 'ret '
- want = 'cha '
-class tab(aetools.NProperty):
- """tab - a tab character """
- which = 'tab '
- want = 'cha '
-class minutes(aetools.NProperty):
- """minutes - the number of seconds in a minute """
- which = 'min '
- want = 'long'
-class hours(aetools.NProperty):
- """hours - the number of seconds in an hour """
- which = 'hour'
- want = 'long'
-class days(aetools.NProperty):
- """days - the number of seconds in a day """
- which = 'days'
- want = 'long'
-class weeks(aetools.NProperty):
- """weeks - the number of seconds in a week """
- which = 'week'
- want = 'long'
-class pi(aetools.NProperty):
- """pi - the constant pi """
- which = 'pi '
- want = 'doub'
-class print_length(aetools.NProperty):
- """print length - the maximum length to print """
- which = 'prln'
- want = 'long'
-class print_depth(aetools.NProperty):
- """print depth - the maximum depth to print """
- which = 'prdp'
- want = 'long'
-class text_item_delimiters(aetools.NProperty):
- """text item delimiters - the text item delimiters of a string """
- which = 'txdl'
- want = 'list'
-class AppleScript(aetools.NProperty):
- """AppleScript - the top-level script object """
- which = 'ascr'
- want = 'scpt'
+class zone(aetools.ComponentItem):
+ """zone - an AppleTalk zone """
+ want = 'zone'
-applications = app
-boolean._superclassnames = []
-boolean._privpropdict = {
-}
-boolean._privelemdict = {
-}
-integer._superclassnames = []
-integer._privpropdict = {
+zones = zone
+empty_ae_name_._superclassnames = []
+empty_ae_name_._privpropdict = {
}
-integer._privelemdict = {
+empty_ae_name_._privelemdict = {
}
-real._superclassnames = []
-real._privpropdict = {
+April._superclassnames = []
+April._privpropdict = {
}
-real._privelemdict = {
+April._privelemdict = {
}
-number._superclassnames = []
-number._privpropdict = {
+August._superclassnames = []
+August._privpropdict = {
}
-number._privelemdict = {
+August._privelemdict = {
}
-list._superclassnames = []
-list._privpropdict = {
- 'length' : length,
- 'reverse' : reverse,
- 'rest' : rest,
+C_string._superclassnames = []
+C_string._privpropdict = {
}
-list._privelemdict = {
+C_string._privelemdict = {
}
-linked_list._superclassnames = []
-linked_list._privpropdict = {
- 'length' : length,
+December._superclassnames = []
+December._privpropdict = {
}
-linked_list._privelemdict = {
+December._privelemdict = {
}
-vector._superclassnames = []
-vector._privpropdict = {
- 'length' : length,
+February._superclassnames = []
+February._privpropdict = {
}
-vector._privelemdict = {
+February._privelemdict = {
}
-record._superclassnames = []
-record._privpropdict = {
+Friday._superclassnames = []
+Friday._privpropdict = {
}
-record._privelemdict = {
+Friday._privelemdict = {
}
-item._superclassnames = []
-item._privpropdict = {
- 'id' : id,
+January._superclassnames = []
+January._privpropdict = {
}
-item._privelemdict = {
+January._privelemdict = {
}
-script._superclassnames = []
-script._privpropdict = {
- 'name' : name,
- 'parent' : parent,
+July._superclassnames = []
+July._privpropdict = {
}
-script._privelemdict = {
+July._privelemdict = {
}
-list_or_record._superclassnames = []
-list_or_record._privpropdict = {
+June._superclassnames = []
+June._privpropdict = {
}
-list_or_record._privelemdict = {
+June._privelemdict = {
}
-list_or_string._superclassnames = []
-list_or_string._privpropdict = {
+March._superclassnames = []
+March._privpropdict = {
}
-list_or_string._privelemdict = {
+March._privelemdict = {
}
-number_or_string._superclassnames = []
-number_or_string._privpropdict = {
+May._superclassnames = []
+May._privpropdict = {
}
-number_or_string._privelemdict = {
+May._privelemdict = {
}
-alias_or_string._superclassnames = []
-alias_or_string._privpropdict = {
+Monday._superclassnames = []
+Monday._privpropdict = {
}
-alias_or_string._privelemdict = {
+Monday._privelemdict = {
}
-list_2c__record_or_text._superclassnames = []
-list_2c__record_or_text._privpropdict = {
+November._superclassnames = []
+November._privpropdict = {
}
-list_2c__record_or_text._privelemdict = {
+November._privelemdict = {
}
-number_or_date._superclassnames = []
-number_or_date._privpropdict = {
+October._superclassnames = []
+October._privpropdict = {
}
-number_or_date._privelemdict = {
+October._privelemdict = {
}
-number_2c__date_or_text._superclassnames = []
-number_2c__date_or_text._privpropdict = {
+Pascal_string._superclassnames = []
+Pascal_string._privpropdict = {
}
-number_2c__date_or_text._privelemdict = {
+Pascal_string._privelemdict = {
}
-class_._superclassnames = ['type_class']
-class_._privpropdict = {
- '_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
+RGB_color._superclassnames = []
+RGB_color._privpropdict = {
}
-class_._privelemdict = {
+RGB_color._privelemdict = {
}
-event._superclassnames = []
-event._privpropdict = {
+Saturday._superclassnames = []
+Saturday._privpropdict = {
}
-event._privelemdict = {
+Saturday._privelemdict = {
}
-property._superclassnames = []
-property._privpropdict = {
+September._superclassnames = []
+September._privpropdict = {
}
-property._privelemdict = {
+September._privelemdict = {
}
-constant._superclassnames = []
-constant._privpropdict = {
+Sunday._superclassnames = []
+Sunday._privpropdict = {
}
-constant._privelemdict = {
+Sunday._privelemdict = {
}
-preposition._superclassnames = []
-preposition._privpropdict = {
+Thursday._superclassnames = []
+Thursday._privpropdict = {
}
-preposition._privelemdict = {
+Thursday._privelemdict = {
}
-reference_form._superclassnames = []
-reference_form._privpropdict = {
+Tuesday._superclassnames = []
+Tuesday._privpropdict = {
}
-reference_form._privelemdict = {
+Tuesday._privelemdict = {
}
-handler._superclassnames = []
-handler._privpropdict = {
+Unicode_text._superclassnames = []
+Unicode_text._privpropdict = {
}
-handler._privelemdict = {
+Unicode_text._privelemdict = {
}
-data._superclassnames = []
-data._privpropdict = {
+Unicode_text._superclassnames = []
+Unicode_text._privpropdict = {
}
-data._privelemdict = {
+Unicode_text._privelemdict = {
}
-text._superclassnames = []
-text._privpropdict = {
+Wednesday._superclassnames = []
+Wednesday._privpropdict = {
}
-text._privelemdict = {
+Wednesday._privelemdict = {
}
-international_text._superclassnames = []
-international_text._privpropdict = {
+alias._superclassnames = []
+alias._privpropdict = {
}
-international_text._privelemdict = {
+alias._privelemdict = {
}
-international_text._superclassnames = []
-international_text._privpropdict = {
+alias_or_string._superclassnames = []
+alias_or_string._privpropdict = {
}
-international_text._privelemdict = {
+alias_or_string._privelemdict = {
}
-string._superclassnames = []
-string._privpropdict = {
+anything._superclassnames = []
+anything._privpropdict = {
}
-string._privelemdict = {
+anything._privelemdict = {
}
-styled_text._superclassnames = []
-styled_text._privpropdict = {
+app._superclassnames = []
+app._privpropdict = {
}
-styled_text._privelemdict = {
+app._privelemdict = {
}
-styled_text._superclassnames = []
-styled_text._privpropdict = {
+boolean._superclassnames = []
+boolean._privpropdict = {
}
-styled_text._privelemdict = {
+boolean._privelemdict = {
}
-styled_Clipboard_text._superclassnames = []
-styled_Clipboard_text._privpropdict = {
+centimeters._superclassnames = []
+centimeters._privpropdict = {
}
-styled_Clipboard_text._privelemdict = {
+centimeters._privelemdict = {
}
-styled_Clipboard_text._superclassnames = []
-styled_Clipboard_text._privpropdict = {
+character._superclassnames = []
+character._privpropdict = {
}
-styled_Clipboard_text._privelemdict = {
+character._privelemdict = {
}
-Unicode_text._superclassnames = []
-Unicode_text._privpropdict = {
+class_._superclassnames = ['type_class']
+class_._privpropdict = {
+ '_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
}
-Unicode_text._privelemdict = {
+class_._privelemdict = {
}
-Unicode_text._superclassnames = []
-Unicode_text._privpropdict = {
+constant._superclassnames = []
+constant._privpropdict = {
}
-Unicode_text._privelemdict = {
+constant._privelemdict = {
}
-styled_Unicode_text._superclassnames = []
-styled_Unicode_text._privpropdict = {
+cubic_centimeters._superclassnames = []
+cubic_centimeters._privpropdict = {
}
-styled_Unicode_text._privelemdict = {
+cubic_centimeters._privelemdict = {
}
-styled_Unicode_text._superclassnames = []
-styled_Unicode_text._privpropdict = {
+cubic_feet._superclassnames = []
+cubic_feet._privpropdict = {
}
-styled_Unicode_text._privelemdict = {
+cubic_feet._privelemdict = {
}
-encoded_string._superclassnames = []
-encoded_string._privpropdict = {
+cubic_inches._superclassnames = []
+cubic_inches._privpropdict = {
}
-encoded_string._privelemdict = {
+cubic_inches._privelemdict = {
}
-C_string._superclassnames = []
-C_string._privpropdict = {
+cubic_meters._superclassnames = []
+cubic_meters._privpropdict = {
}
-C_string._privelemdict = {
+cubic_meters._privelemdict = {
}
-Pascal_string._superclassnames = []
-Pascal_string._privpropdict = {
+cubic_yards._superclassnames = []
+cubic_yards._privpropdict = {
}
-Pascal_string._privelemdict = {
+cubic_yards._privelemdict = {
}
-character._superclassnames = []
-character._privpropdict = {
+data._superclassnames = []
+data._privpropdict = {
}
-character._privelemdict = {
+data._privelemdict = {
}
-text_item._superclassnames = []
-text_item._privpropdict = {
+date._superclassnames = []
+date._privpropdict = {
+ 'weekday' : weekday,
+ 'month' : month,
+ 'day' : day,
+ 'year' : year,
+ 'time' : time,
+ 'date_string' : date_string,
+ 'time_string' : time_string,
}
-text_item._privelemdict = {
+date._privelemdict = {
}
-writing_code._superclassnames = []
-writing_code._privpropdict = {
+degrees_Celsius._superclassnames = []
+degrees_Celsius._privpropdict = {
}
-writing_code._privelemdict = {
+degrees_Celsius._privelemdict = {
}
-writing_code_info._superclassnames = []
-writing_code_info._privpropdict = {
- 'script_code' : script_code,
- 'language_code' : language_code,
+degrees_Fahrenheit._superclassnames = []
+degrees_Fahrenheit._privpropdict = {
}
-writing_code_info._privelemdict = {
+degrees_Fahrenheit._privelemdict = {
}
-empty_ae_name_._superclassnames = []
-empty_ae_name_._privpropdict = {
+degrees_Kelvin._superclassnames = []
+degrees_Kelvin._privpropdict = {
}
-empty_ae_name_._privelemdict = {
+degrees_Kelvin._privelemdict = {
}
-missing_value._superclassnames = []
-missing_value._privpropdict = {
+encoded_string._superclassnames = []
+encoded_string._privpropdict = {
}
-missing_value._privelemdict = {
+encoded_string._privelemdict = {
}
-reference._superclassnames = []
-reference._privpropdict = {
+event._superclassnames = []
+event._privpropdict = {
}
-reference._privelemdict = {
+event._privelemdict = {
}
-anything._superclassnames = []
-anything._privpropdict = {
+feet._superclassnames = []
+feet._privpropdict = {
}
-anything._privelemdict = {
+feet._privelemdict = {
}
-type_class._superclassnames = []
-type_class._privpropdict = {
+file_specification._superclassnames = []
+file_specification._privpropdict = {
}
-type_class._privelemdict = {
+file_specification._privelemdict = {
}
-RGB_color._superclassnames = []
-RGB_color._privpropdict = {
+gallons._superclassnames = []
+gallons._privpropdict = {
}
-RGB_color._privelemdict = {
+gallons._privelemdict = {
}
-picture._superclassnames = []
-picture._privpropdict = {
+grams._superclassnames = []
+grams._privpropdict = {
}
-picture._privelemdict = {
+grams._privelemdict = {
}
-sound._superclassnames = []
-sound._privpropdict = {
+handler._superclassnames = []
+handler._privpropdict = {
}
-sound._privelemdict = {
+handler._privelemdict = {
}
-version._superclassnames = []
-version._privpropdict = {
+inches._superclassnames = []
+inches._privpropdict = {
}
-version._privelemdict = {
+inches._privelemdict = {
}
-file_specification._superclassnames = []
-file_specification._privpropdict = {
+integer._superclassnames = []
+integer._privpropdict = {
}
-file_specification._privelemdict = {
+integer._privelemdict = {
}
-alias._superclassnames = []
-alias._privpropdict = {
+international_text._superclassnames = []
+international_text._privpropdict = {
}
-alias._privelemdict = {
+international_text._privelemdict = {
}
-machine._superclassnames = []
-machine._privpropdict = {
+international_text._superclassnames = []
+international_text._privpropdict = {
}
-machine._privelemdict = {
+international_text._privelemdict = {
}
-zone._superclassnames = []
-zone._privpropdict = {
+item._superclassnames = []
+item._privpropdict = {
+ 'id' : id,
}
-zone._privelemdict = {
+item._privelemdict = {
}
keystroke._superclassnames = []
keystroke._privpropdict = {
@@ -1695,273 +1688,285 @@ keystroke._privpropdict = {
}
keystroke._privelemdict = {
}
-seconds._superclassnames = []
-seconds._privpropdict = {
-}
-seconds._privelemdict = {
-}
-date._superclassnames = []
-date._privpropdict = {
- 'weekday' : weekday,
- 'month' : month,
- 'day' : day,
- 'year' : year,
- 'time' : time,
- 'date_string' : date_string,
- 'time_string' : time_string,
+kilograms._superclassnames = []
+kilograms._privpropdict = {
}
-date._privelemdict = {
+kilograms._privelemdict = {
}
-month._superclassnames = []
-month._privpropdict = {
+kilometers._superclassnames = []
+kilometers._privpropdict = {
}
-month._privelemdict = {
+kilometers._privelemdict = {
}
-January._superclassnames = []
-January._privpropdict = {
+linked_list._superclassnames = []
+linked_list._privpropdict = {
+ 'length' : length,
}
-January._privelemdict = {
+linked_list._privelemdict = {
}
-February._superclassnames = []
-February._privpropdict = {
+list._superclassnames = []
+list._privpropdict = {
+ 'length' : length,
+ 'reverse' : reverse,
+ 'rest' : rest,
}
-February._privelemdict = {
+list._privelemdict = {
}
-March._superclassnames = []
-March._privpropdict = {
+list_or_record._superclassnames = []
+list_or_record._privpropdict = {
}
-March._privelemdict = {
+list_or_record._privelemdict = {
}
-April._superclassnames = []
-April._privpropdict = {
+list_or_string._superclassnames = []
+list_or_string._privpropdict = {
}
-April._privelemdict = {
+list_or_string._privelemdict = {
}
-May._superclassnames = []
-May._privpropdict = {
+list_2c__record_or_text._superclassnames = []
+list_2c__record_or_text._privpropdict = {
}
-May._privelemdict = {
+list_2c__record_or_text._privelemdict = {
}
-June._superclassnames = []
-June._privpropdict = {
+liters._superclassnames = []
+liters._privpropdict = {
}
-June._privelemdict = {
+liters._privelemdict = {
}
-July._superclassnames = []
-July._privpropdict = {
+machine._superclassnames = []
+machine._privpropdict = {
}
-July._privelemdict = {
+machine._privelemdict = {
}
-August._superclassnames = []
-August._privpropdict = {
+meters._superclassnames = []
+meters._privpropdict = {
}
-August._privelemdict = {
+meters._privelemdict = {
}
-September._superclassnames = []
-September._privpropdict = {
+miles._superclassnames = []
+miles._privpropdict = {
}
-September._privelemdict = {
+miles._privelemdict = {
}
-October._superclassnames = []
-October._privpropdict = {
+missing_value._superclassnames = []
+missing_value._privpropdict = {
}
-October._privelemdict = {
+missing_value._privelemdict = {
}
-November._superclassnames = []
-November._privpropdict = {
+month._superclassnames = []
+month._privpropdict = {
}
-November._privelemdict = {
+month._privelemdict = {
}
-December._superclassnames = []
-December._privpropdict = {
+number._superclassnames = []
+number._privpropdict = {
}
-December._privelemdict = {
+number._privelemdict = {
}
-weekday._superclassnames = []
-weekday._privpropdict = {
+number_or_date._superclassnames = []
+number_or_date._privpropdict = {
}
-weekday._privelemdict = {
+number_or_date._privelemdict = {
}
-Sunday._superclassnames = []
-Sunday._privpropdict = {
+number_or_string._superclassnames = []
+number_or_string._privpropdict = {
}
-Sunday._privelemdict = {
+number_or_string._privelemdict = {
}
-Monday._superclassnames = []
-Monday._privpropdict = {
+number_2c__date_or_text._superclassnames = []
+number_2c__date_or_text._privpropdict = {
}
-Monday._privelemdict = {
+number_2c__date_or_text._privelemdict = {
}
-Tuesday._superclassnames = []
-Tuesday._privpropdict = {
+ounces._superclassnames = []
+ounces._privpropdict = {
}
-Tuesday._privelemdict = {
+ounces._privelemdict = {
}
-Wednesday._superclassnames = []
-Wednesday._privpropdict = {
+picture._superclassnames = []
+picture._privpropdict = {
}
-Wednesday._privelemdict = {
+picture._privelemdict = {
}
-Thursday._superclassnames = []
-Thursday._privpropdict = {
+pounds._superclassnames = []
+pounds._privpropdict = {
}
-Thursday._privelemdict = {
+pounds._privelemdict = {
}
-Friday._superclassnames = []
-Friday._privpropdict = {
+preposition._superclassnames = []
+preposition._privpropdict = {
}
-Friday._privelemdict = {
+preposition._privelemdict = {
}
-Saturday._superclassnames = []
-Saturday._privpropdict = {
+properties._superclassnames = []
+properties._privpropdict = {
}
-Saturday._privelemdict = {
+properties._privelemdict = {
}
-metres._superclassnames = []
-metres._privpropdict = {
+quarts._superclassnames = []
+quarts._privpropdict = {
}
-metres._privelemdict = {
+quarts._privelemdict = {
}
-inches._superclassnames = []
-inches._privpropdict = {
+real._superclassnames = []
+real._privpropdict = {
}
-inches._privelemdict = {
+real._privelemdict = {
}
-feet._superclassnames = []
-feet._privpropdict = {
+record._superclassnames = []
+record._privpropdict = {
}
-feet._privelemdict = {
+record._privelemdict = {
}
-yards._superclassnames = []
-yards._privpropdict = {
+reference._superclassnames = []
+reference._privpropdict = {
}
-yards._privelemdict = {
+reference._privelemdict = {
}
-miles._superclassnames = []
-miles._privpropdict = {
+reference_form._superclassnames = []
+reference_form._privpropdict = {
}
-miles._privelemdict = {
+reference_form._privelemdict = {
}
-kilometres._superclassnames = []
-kilometres._privpropdict = {
+script._superclassnames = []
+script._privpropdict = {
+ 'name' : name,
+ 'parent' : parent,
}
-kilometres._privelemdict = {
+script._privelemdict = {
}
-centimetres._superclassnames = []
-centimetres._privpropdict = {
+seconds._superclassnames = []
+seconds._privpropdict = {
}
-centimetres._privelemdict = {
+seconds._privelemdict = {
}
-square_metres._superclassnames = []
-square_metres._privpropdict = {
+sound._superclassnames = []
+sound._privpropdict = {
}
-square_metres._privelemdict = {
+sound._privelemdict = {
}
square_feet._superclassnames = []
square_feet._privpropdict = {
}
square_feet._privelemdict = {
}
-square_yards._superclassnames = []
-square_yards._privpropdict = {
+square_kilometers._superclassnames = []
+square_kilometers._privpropdict = {
}
-square_yards._privelemdict = {
+square_kilometers._privelemdict = {
+}
+square_meters._superclassnames = []
+square_meters._privpropdict = {
+}
+square_meters._privelemdict = {
}
square_miles._superclassnames = []
square_miles._privpropdict = {
}
square_miles._privelemdict = {
}
-square_kilometres._superclassnames = []
-square_kilometres._privpropdict = {
+square_yards._superclassnames = []
+square_yards._privpropdict = {
}
-square_kilometres._privelemdict = {
+square_yards._privelemdict = {
}
-litres._superclassnames = []
-litres._privpropdict = {
+string._superclassnames = []
+string._privpropdict = {
}
-litres._privelemdict = {
+string._privelemdict = {
}
-gallons._superclassnames = []
-gallons._privpropdict = {
+styled_Clipboard_text._superclassnames = []
+styled_Clipboard_text._privpropdict = {
}
-gallons._privelemdict = {
+styled_Clipboard_text._privelemdict = {
}
-quarts._superclassnames = []
-quarts._privpropdict = {
+styled_Clipboard_text._superclassnames = []
+styled_Clipboard_text._privpropdict = {
}
-quarts._privelemdict = {
+styled_Clipboard_text._privelemdict = {
}
-cubic_metres._superclassnames = []
-cubic_metres._privpropdict = {
+styled_Unicode_text._superclassnames = []
+styled_Unicode_text._privpropdict = {
}
-cubic_metres._privelemdict = {
+styled_Unicode_text._privelemdict = {
}
-cubic_centimetres._superclassnames = []
-cubic_centimetres._privpropdict = {
+styled_Unicode_text._superclassnames = []
+styled_Unicode_text._privpropdict = {
}
-cubic_centimetres._privelemdict = {
+styled_Unicode_text._privelemdict = {
}
-cubic_feet._superclassnames = []
-cubic_feet._privpropdict = {
+styled_text._superclassnames = []
+styled_text._privpropdict = {
}
-cubic_feet._privelemdict = {
+styled_text._privelemdict = {
}
-cubic_inches._superclassnames = []
-cubic_inches._privpropdict = {
+styled_text._superclassnames = []
+styled_text._privpropdict = {
}
-cubic_inches._privelemdict = {
+styled_text._privelemdict = {
}
-cubic_yards._superclassnames = []
-cubic_yards._privpropdict = {
+text._superclassnames = []
+text._privpropdict = {
}
-cubic_yards._privelemdict = {
+text._privelemdict = {
}
-kilograms._superclassnames = []
-kilograms._privpropdict = {
+text_item._superclassnames = []
+text_item._privpropdict = {
}
-kilograms._privelemdict = {
+text_item._privelemdict = {
}
-grams._superclassnames = []
-grams._privpropdict = {
+type_class._superclassnames = []
+type_class._privpropdict = {
}
-grams._privelemdict = {
+type_class._privelemdict = {
}
-ounces._superclassnames = []
-ounces._privpropdict = {
+upper_case._superclassnames = []
+upper_case._privpropdict = {
}
-ounces._privelemdict = {
+upper_case._privelemdict = {
}
-pounds._superclassnames = []
-pounds._privpropdict = {
+vector._superclassnames = []
+vector._privpropdict = {
+ 'length' : length,
}
-pounds._privelemdict = {
+vector._privelemdict = {
}
-degrees_Celsius._superclassnames = []
-degrees_Celsius._privpropdict = {
+version._superclassnames = []
+version._privpropdict = {
}
-degrees_Celsius._privelemdict = {
+version._privelemdict = {
}
-degrees_Fahrenheit._superclassnames = []
-degrees_Fahrenheit._privpropdict = {
+weekday._superclassnames = []
+weekday._privpropdict = {
}
-degrees_Fahrenheit._privelemdict = {
+weekday._privelemdict = {
}
-degrees_Kelvin._superclassnames = []
-degrees_Kelvin._privpropdict = {
+writing_code._superclassnames = []
+writing_code._privpropdict = {
}
-degrees_Kelvin._privelemdict = {
+writing_code._privelemdict = {
}
-upper_case._superclassnames = []
-upper_case._privpropdict = {
+writing_code_info._superclassnames = []
+writing_code_info._privpropdict = {
+ 'script_code' : script_code,
+ 'language_code' : language_code,
}
-upper_case._privelemdict = {
+writing_code_info._privelemdict = {
}
-app._superclassnames = []
-app._privpropdict = {
+yards._superclassnames = []
+yards._privpropdict = {
}
-app._privelemdict = {
+yards._privelemdict = {
}
+zone._superclassnames = []
+zone._privpropdict = {
+}
+zone._privelemdict = {
+}
+_Enum_boov = {
+ 'true' : 'true', # the true boolean value
+ 'false' : 'fals', # the false boolean value
+}
+
_Enum_cons = {
'case' : 'case', # case
'diacriticals' : 'diac', # diacriticals
@@ -1972,15 +1977,6 @@ _Enum_cons = {
'application_responses' : 'rmte', # remote event replies
}
-_Enum_boov = {
- 'true' : 'true', # the true boolean value
- 'false' : 'fals', # the false boolean value
-}
-
-_Enum_misc = {
- 'current_application' : 'cura', # the current application
-}
-
_Enum_eMds = {
'option_down' : 'Kopt', #
'command_down' : 'Kcmd', #
@@ -2023,6 +2019,10 @@ _Enum_ekst = {
'F15_key' : 'ksq\x00', #
}
+_Enum_misc = {
+ 'current_application' : 'cura', # the current application
+}
+
#
# Indices of types declared in this module
@@ -2031,117 +2031,117 @@ _classdeclarations = {
'jul ' : July,
'may ' : May,
'TEXT' : string,
- 'cmet' : cubic_metres,
+ 'cmet' : cubic_meters,
'STXT' : styled_text,
'nds ' : number_2c__date_or_text,
'feet' : feet,
'feb ' : February,
- 'nmbr' : number,
- 'mile' : miles,
+ 'degc' : degrees_Celsius,
'kprs' : keystroke,
'psct' : writing_code,
'degf' : degrees_Fahrenheit,
'lrs ' : list_2c__record_or_text,
'ldt ' : date,
- 'litr' : litres,
- 'nd ' : number_or_date,
- 'cmtr' : centimetres,
+ 'degk' : degrees_Kelvin,
+ 'sun ' : Sunday,
+ 'oct ' : October,
'evnt' : event,
'pstr' : Pascal_string,
- 'zone' : zone,
+ 'cyrd' : cubic_yards,
'PICT' : picture,
'ls ' : list_or_string,
'long' : integer,
- 'sf ' : alias_or_string,
+ 'prop' : properties,
+ 'nmbr' : number,
'citl' : writing_code_info,
'citm' : text_item,
- 'mach' : machine,
+ 'apr ' : April,
+ 'thu ' : Thursday,
'type' : type_class,
'prep' : preposition,
'tue ' : Tuesday,
'case' : upper_case,
'vers' : version,
'wed ' : Wednesday,
- 'dec ' : December,
- 'sqkm' : square_kilometres,
+ 'capp' : app,
+ 'sqkm' : square_kilometers,
'obj ' : reference,
'vect' : vector,
'wkdy' : weekday,
'cRGB' : RGB_color,
- 'sun ' : Sunday,
+ 'nd ' : number_or_date,
'itxt' : international_text,
'scnd' : seconds,
'mar ' : March,
- 'kmtr' : kilometres,
+ 'kmtr' : kilometers,
'sqft' : square_feet,
'list' : list,
- 'doub' : real,
+ 'styl' : styled_Clipboard_text,
'nov ' : November,
'qrts' : quarts,
- 'degc' : degrees_Celsius,
+ 'mile' : miles,
'msng' : missing_value,
'alis' : alias,
'jan ' : January,
- 'metr' : metres,
+ 'metr' : meters,
'mnth' : month,
'ns ' : number_or_string,
'jun ' : June,
'aug ' : August,
'llst' : linked_list,
- 'styl' : styled_Clipboard_text,
+ 'doub' : real,
'encs' : encoded_string,
'galn' : gallons,
'cuin' : cubic_inches,
'fri ' : Friday,
- 'sutx' : styled_Unicode_text,
+ 'sf ' : alias_or_string,
'lr ' : list_or_record,
- 'degk' : degrees_Kelvin,
'mon ' : Monday,
'snd ' : sound,
- 'pcls' : class_,
+ 'sep ' : September,
'kgrm' : kilograms,
'scpt' : script,
'****' : anything,
- 'prop' : property,
- 'reco' : record,
+ 'litr' : liters,
'bool' : boolean,
- 'oct ' : October,
- 'sqrm' : square_metres,
+ 'cmtr' : centimeters,
+ 'sqrm' : square_meters,
'inch' : inches,
+ 'zone' : zone,
'kfrm' : reference_form,
'cobj' : item,
'gram' : grams,
'cha ' : character,
- 'apr ' : April,
+ 'reco' : record,
'undf' : empty_ae_name_,
- 'capp' : app,
+ 'dec ' : December,
'enum' : constant,
'hand' : handler,
'sqmi' : square_miles,
'rdat' : data,
'cstr' : C_string,
'utxt' : Unicode_text,
- 'thu ' : Thursday,
+ 'sutx' : styled_Unicode_text,
+ 'mach' : machine,
'sqyd' : square_yards,
'yard' : yards,
- 'cyrd' : cubic_yards,
'ozs ' : ounces,
'lbs ' : pounds,
'cfet' : cubic_feet,
- 'ccmt' : cubic_centimetres,
+ 'ccmt' : cubic_centimeters,
'sat ' : Saturday,
- 'sep ' : September,
+ 'pcls' : class_,
'fss ' : file_specification,
'ctxt' : text,
}
_propdeclarations = {
'week' : weeks,
- 'kMod' : modifiers,
+ 'mnth' : month,
'pare' : parent,
'leng' : length,
- 'hour' : hours,
- 'mnth' : month,
+ 'pi ' : pi,
+ 'kMod' : modifiers,
'min ' : minutes,
'wkdy' : weekday,
'dstr' : date_string,
@@ -2154,10 +2154,10 @@ _propdeclarations = {
'rvse' : reverse,
'tab ' : tab,
'tstr' : time_string,
- 'pi ' : pi,
- 'ret ' : return_,
'plcd' : language_code,
+ 'ret ' : return_,
'kMsg' : key,
+ 'hour' : hours,
'spac' : space,
'days' : days,
'txdl' : text_item_delimiters,