1 """Suite AppleScript Suite: Standard terms for AppleScript
4 Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
5 AETE/AEUT resource version 1/0, language 0, script 0
13 class AppleScript_Suite_Events
:
15 def _26_(self
, _object
, _attributes
={}, **_arguments
):
17 Required argument: an AE object reference
18 Keyword argument _attributes: AppleEvent attribute dictionary
24 if _arguments
: raise TypeError, 'No optional args expected'
25 _arguments
['----'] = _object
28 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
29 _arguments
, _attributes
)
30 if _arguments
.get('errn', 0):
31 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
32 # XXXX Optionally decode result
33 if _arguments
.has_key('----'):
34 return _arguments
['----']
36 def _2a_(self
, _object
, _attributes
={}, **_arguments
):
38 Required argument: an AE object reference
39 Keyword argument _attributes: AppleEvent attribute dictionary
45 if _arguments
: raise TypeError, 'No optional args expected'
46 _arguments
['----'] = _object
49 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
50 _arguments
, _attributes
)
51 if _arguments
.get('errn', 0):
52 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
53 # XXXX Optionally decode result
54 if _arguments
.has_key('----'):
55 return _arguments
['----']
57 def _2b_(self
, _object
, _attributes
={}, **_arguments
):
59 Required argument: an AE object reference
60 Keyword argument _attributes: AppleEvent attribute dictionary
66 if _arguments
: raise TypeError, 'No optional args expected'
67 _arguments
['----'] = _object
70 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
71 _arguments
, _attributes
)
72 if _arguments
.get('errn', 0):
73 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
74 # XXXX Optionally decode result
75 if _arguments
.has_key('----'):
76 return _arguments
['----']
78 def _2d_(self
, _object
, _attributes
={}, **_arguments
):
80 Required argument: an AE object reference
81 Keyword argument _attributes: AppleEvent attribute dictionary
87 if _arguments
: raise TypeError, 'No optional args expected'
88 _arguments
['----'] = _object
91 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
92 _arguments
, _attributes
)
93 if _arguments
.get('errn', 0):
94 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
95 # XXXX Optionally decode result
96 if _arguments
.has_key('----'):
97 return _arguments
['----']
99 def _3c_(self
, _object
, _attributes
={}, **_arguments
):
101 Required argument: an AE object reference
102 Keyword argument _attributes: AppleEvent attribute dictionary
108 if _arguments
: raise TypeError, 'No optional args expected'
109 _arguments
['----'] = _object
112 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
113 _arguments
, _attributes
)
114 if _arguments
.get('errn', 0):
115 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
116 # XXXX Optionally decode result
117 if _arguments
.has_key('----'):
118 return _arguments
['----']
120 def _3d_(self
, _object
, _attributes
={}, **_arguments
):
122 Required argument: an AE object reference
123 Keyword argument _attributes: AppleEvent attribute dictionary
129 if _arguments
: raise TypeError, 'No optional args expected'
130 _arguments
['----'] = _object
133 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
134 _arguments
, _attributes
)
135 if _arguments
.get('errn', 0):
136 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
137 # XXXX Optionally decode result
138 if _arguments
.has_key('----'):
139 return _arguments
['----']
141 def _3e_(self
, _object
, _attributes
={}, **_arguments
):
143 Required argument: an AE object reference
144 Keyword argument _attributes: AppleEvent attribute dictionary
150 if _arguments
: raise TypeError, 'No optional args expected'
151 _arguments
['----'] = _object
154 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
155 _arguments
, _attributes
)
156 if _arguments
.get('errn', 0):
157 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
158 # XXXX Optionally decode result
159 if _arguments
.has_key('----'):
160 return _arguments
['----']
162 _argmap_Call_a5_subroutine
= {
176 'instead_of' : 'isto',
177 'aside_from' : 'asdf',
185 'apart_from' : 'aprt',
193 def Call_a5_subroutine(self
, _object
=None, _attributes
={}, **_arguments
):
194 """Call\xa5subroutine: A subroutine call
195 Required argument: anything
196 Keyword argument at: a preposition
197 Keyword argument from_: a preposition
198 Keyword argument for_: a preposition
199 Keyword argument to: a preposition
200 Keyword argument thru: a preposition
201 Keyword argument through: a preposition
202 Keyword argument by: a preposition
203 Keyword argument on: a preposition
204 Keyword argument into: a preposition
205 Keyword argument onto: a preposition
206 Keyword argument between: a preposition
207 Keyword argument against: a preposition
208 Keyword argument out_of: a preposition
209 Keyword argument instead_of: a preposition
210 Keyword argument aside_from: a preposition
211 Keyword argument around: a preposition
212 Keyword argument beside: a preposition
213 Keyword argument beneath: a preposition
214 Keyword argument under: a preposition
215 Keyword argument over: a preposition
216 Keyword argument above: a preposition
217 Keyword argument below: a preposition
218 Keyword argument apart_from: a preposition
219 Keyword argument about: a preposition
220 Keyword argument since: a preposition
221 Keyword argument given: parameter:value pairs, comma-separated
222 Keyword argument with: formal parameter set to true if matching actual parameter is provided
223 Keyword argument without: formal parameter set to false if matching actual parmeter is provided
224 Keyword argument _attributes: AppleEvent attribute dictionary
230 aetools
.keysubst(_arguments
, self
._argmap
_Call
_a
5_subroutine
)
231 _arguments
['----'] = _object
234 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
235 _arguments
, _attributes
)
236 if _arguments
.get('errn', 0):
237 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
238 # XXXX Optionally decode result
239 if _arguments
.has_key('----'):
240 return _arguments
['----']
242 def _5e_(self
, _object
, _attributes
={}, **_arguments
):
244 Required argument: an AE object reference
245 Keyword argument _attributes: AppleEvent attribute dictionary
251 if _arguments
: raise TypeError, 'No optional args expected'
252 _arguments
['----'] = _object
255 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
256 _arguments
, _attributes
)
257 if _arguments
.get('errn', 0):
258 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
259 # XXXX Optionally decode result
260 if _arguments
.has_key('----'):
261 return _arguments
['----']
263 def activate(self
, _no_object
=None, _attributes
={}, **_arguments
):
264 """activate: Bring the targeted application program to the front
265 Keyword argument _attributes: AppleEvent attribute dictionary
270 if _arguments
: raise TypeError, 'No optional args expected'
271 if _no_object
!= None: raise TypeError, 'No direct arg expected'
274 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
275 _arguments
, _attributes
)
276 if _arguments
.get('errn', 0):
277 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
278 # XXXX Optionally decode result
279 if _arguments
.has_key('----'):
280 return _arguments
['----']
282 def and_(self
, _object
, _attributes
={}, **_arguments
):
283 """and: Logical conjunction
284 Required argument: an AE object reference
285 Keyword argument _attributes: AppleEvent attribute dictionary
291 if _arguments
: raise TypeError, 'No optional args expected'
292 _arguments
['----'] = _object
295 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
296 _arguments
, _attributes
)
297 if _arguments
.get('errn', 0):
298 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
299 # XXXX Optionally decode result
300 if _arguments
.has_key('----'):
301 return _arguments
['----']
303 def as(self
, _object
, _attributes
={}, **_arguments
):
305 Required argument: an AE object reference
306 Keyword argument _attributes: AppleEvent attribute dictionary
312 if _arguments
: raise TypeError, 'No optional args expected'
313 _arguments
['----'] = _object
316 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
317 _arguments
, _attributes
)
318 if _arguments
.get('errn', 0):
319 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
320 # XXXX Optionally decode result
321 if _arguments
.has_key('----'):
322 return _arguments
['----']
324 def contains(self
, _object
, _attributes
={}, **_arguments
):
325 """contains: Containment
326 Required argument: an AE object reference
327 Keyword argument _attributes: AppleEvent attribute dictionary
333 if _arguments
: raise TypeError, 'No optional args expected'
334 _arguments
['----'] = _object
337 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
338 _arguments
, _attributes
)
339 if _arguments
.get('errn', 0):
340 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
341 # XXXX Optionally decode result
342 if _arguments
.has_key('----'):
343 return _arguments
['----']
345 def div(self
, _object
, _attributes
={}, **_arguments
):
347 Required argument: an AE object reference
348 Keyword argument _attributes: AppleEvent attribute dictionary
354 if _arguments
: raise TypeError, 'No optional args expected'
355 _arguments
['----'] = _object
358 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
359 _arguments
, _attributes
)
360 if _arguments
.get('errn', 0):
361 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
362 # XXXX Optionally decode result
363 if _arguments
.has_key('----'):
364 return _arguments
['----']
366 def end_tell(self
, _no_object
=None, _attributes
={}, **_arguments
):
367 """end tell: Record or log an \xd4end tell\xd5 statement
368 Keyword argument _attributes: AppleEvent attribute dictionary
373 if _arguments
: raise TypeError, 'No optional args expected'
374 if _no_object
!= None: raise TypeError, 'No direct arg expected'
377 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
378 _arguments
, _attributes
)
379 if _arguments
.get('errn', 0):
380 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
381 # XXXX Optionally decode result
382 if _arguments
.has_key('----'):
383 return _arguments
['----']
385 def ends_with(self
, _object
, _attributes
={}, **_arguments
):
386 """ends with: Ends with
387 Required argument: an AE object reference
388 Keyword argument _attributes: AppleEvent attribute dictionary
394 if _arguments
: raise TypeError, 'No optional args expected'
395 _arguments
['----'] = _object
398 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
399 _arguments
, _attributes
)
400 if _arguments
.get('errn', 0):
401 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
402 # XXXX Optionally decode result
403 if _arguments
.has_key('----'):
404 return _arguments
['----']
408 'partial_result' : 'ptlr',
413 def error(self
, _object
=None, _attributes
={}, **_arguments
):
414 """error: Raise an error
415 Required argument: anything
416 Keyword argument number: an error number
417 Keyword argument partial_result: any partial result occurring before the error
418 Keyword argument from_: the object that caused the error
419 Keyword argument to: the desired class for a failed coercion
420 Keyword argument _attributes: AppleEvent attribute dictionary
425 aetools
.keysubst(_arguments
, self
._argmap
_error
)
426 _arguments
['----'] = _object
429 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
430 _arguments
, _attributes
)
431 if _arguments
.get('errn', 0):
432 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
433 # XXXX Optionally decode result
434 if _arguments
.has_key('----'):
435 return _arguments
['----']
437 def idle(self
, _no_object
=None, _attributes
={}, **_arguments
):
438 """idle: Sent to a script application when it is idle
439 Keyword argument _attributes: AppleEvent attribute dictionary
440 Returns: the number of seconds to wait for next idle event
445 if _arguments
: raise TypeError, 'No optional args expected'
446 if _no_object
!= None: raise TypeError, 'No direct arg expected'
449 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
450 _arguments
, _attributes
)
451 if _arguments
.get('errn', 0):
452 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
453 # XXXX Optionally decode result
454 if _arguments
.has_key('----'):
455 return _arguments
['----']
457 def launch(self
, _no_object
=None, _attributes
={}, **_arguments
):
458 """launch: Start an application for scripting
459 Keyword argument _attributes: AppleEvent attribute dictionary
464 if _arguments
: raise TypeError, 'No optional args expected'
465 if _no_object
!= None: raise TypeError, 'No direct arg expected'
468 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
469 _arguments
, _attributes
)
470 if _arguments
.get('errn', 0):
471 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
472 # XXXX Optionally decode result
473 if _arguments
.has_key('----'):
474 return _arguments
['----']
476 def log(self
, _object
, _attributes
={}, **_arguments
):
477 """log: Cause a comment to be logged
478 Required argument: undocumented, typecode 'TEXT'
479 Keyword argument _attributes: AppleEvent attribute dictionary
484 if _arguments
: raise TypeError, 'No optional args expected'
485 _arguments
['----'] = _object
488 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
489 _arguments
, _attributes
)
490 if _arguments
.get('errn', 0):
491 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
492 # XXXX Optionally decode result
493 if _arguments
.has_key('----'):
494 return _arguments
['----']
496 def mod(self
, _object
, _attributes
={}, **_arguments
):
498 Required argument: an AE object reference
499 Keyword argument _attributes: AppleEvent attribute dictionary
505 if _arguments
: raise TypeError, 'No optional args expected'
506 _arguments
['----'] = _object
509 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
510 _arguments
, _attributes
)
511 if _arguments
.get('errn', 0):
512 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
513 # XXXX Optionally decode result
514 if _arguments
.has_key('----'):
515 return _arguments
['----']
517 def negate(self
, _object
, _attributes
={}, **_arguments
):
518 """negate: Numeric negation
519 Required argument: an AE object reference
520 Keyword argument _attributes: AppleEvent attribute dictionary
526 if _arguments
: raise TypeError, 'No optional args expected'
527 _arguments
['----'] = _object
530 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
531 _arguments
, _attributes
)
532 if _arguments
.get('errn', 0):
533 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
534 # XXXX Optionally decode result
535 if _arguments
.has_key('----'):
536 return _arguments
['----']
538 def not_(self
, _object
, _attributes
={}, **_arguments
):
539 """not: Logical negation
540 Required argument: an AE object reference
541 Keyword argument _attributes: AppleEvent attribute dictionary
547 if _arguments
: raise TypeError, 'No optional args expected'
548 _arguments
['----'] = _object
551 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
552 _arguments
, _attributes
)
553 if _arguments
.get('errn', 0):
554 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
555 # XXXX Optionally decode result
556 if _arguments
.has_key('----'):
557 return _arguments
['----']
559 def or_(self
, _object
, _attributes
={}, **_arguments
):
560 """or: Logical disjunction
561 Required argument: an AE object reference
562 Keyword argument _attributes: AppleEvent attribute dictionary
568 if _arguments
: raise TypeError, 'No optional args expected'
569 _arguments
['----'] = _object
572 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
573 _arguments
, _attributes
)
574 if _arguments
.get('errn', 0):
575 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
576 # XXXX Optionally decode result
577 if _arguments
.has_key('----'):
578 return _arguments
['----']
580 def start_log(self
, _no_object
=None, _attributes
={}, **_arguments
):
581 """start log: Start event logging in the script editor
582 Keyword argument _attributes: AppleEvent attribute dictionary
587 if _arguments
: raise TypeError, 'No optional args expected'
588 if _no_object
!= None: raise TypeError, 'No direct arg expected'
591 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
592 _arguments
, _attributes
)
593 if _arguments
.get('errn', 0):
594 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
595 # XXXX Optionally decode result
596 if _arguments
.has_key('----'):
597 return _arguments
['----']
599 def starts_with(self
, _object
, _attributes
={}, **_arguments
):
600 """starts with: Starts with
601 Required argument: an AE object reference
602 Keyword argument _attributes: AppleEvent attribute dictionary
608 if _arguments
: raise TypeError, 'No optional args expected'
609 _arguments
['----'] = _object
612 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
613 _arguments
, _attributes
)
614 if _arguments
.get('errn', 0):
615 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
616 # XXXX Optionally decode result
617 if _arguments
.has_key('----'):
618 return _arguments
['----']
620 def stop_log(self
, _no_object
=None, _attributes
={}, **_arguments
):
621 """stop log: Stop event logging in the script editor
622 Keyword argument _attributes: AppleEvent attribute dictionary
627 if _arguments
: raise TypeError, 'No optional args expected'
628 if _no_object
!= None: raise TypeError, 'No direct arg expected'
631 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
632 _arguments
, _attributes
)
633 if _arguments
.get('errn', 0):
634 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
635 # XXXX Optionally decode result
636 if _arguments
.has_key('----'):
637 return _arguments
['----']
639 def tell(self
, _no_object
=None, _attributes
={}, **_arguments
):
640 """tell: Record or log a \xd4tell\xd5 statement
641 Keyword argument _attributes: AppleEvent attribute dictionary
646 if _arguments
: raise TypeError, 'No optional args expected'
647 if _no_object
!= None: raise TypeError, 'No direct arg expected'
650 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
651 _arguments
, _attributes
)
652 if _arguments
.get('errn', 0):
653 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
654 # XXXX Optionally decode result
655 if _arguments
.has_key('----'):
656 return _arguments
['----']
658 def _ad_(self
, _object
, _attributes
={}, **_arguments
):
660 Required argument: an AE object reference
661 Keyword argument _attributes: AppleEvent attribute dictionary
667 if _arguments
: raise TypeError, 'No optional args expected'
668 _arguments
['----'] = _object
671 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
672 _arguments
, _attributes
)
673 if _arguments
.get('errn', 0):
674 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
675 # XXXX Optionally decode result
676 if _arguments
.has_key('----'):
677 return _arguments
['----']
679 def _b2_(self
, _object
, _attributes
={}, **_arguments
):
680 """\xb2: Less than or equal to
681 Required argument: an AE object reference
682 Keyword argument _attributes: AppleEvent attribute dictionary
688 if _arguments
: raise TypeError, 'No optional args expected'
689 _arguments
['----'] = _object
692 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
693 _arguments
, _attributes
)
694 if _arguments
.get('errn', 0):
695 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
696 # XXXX Optionally decode result
697 if _arguments
.has_key('----'):
698 return _arguments
['----']
700 def _b3_(self
, _object
, _attributes
={}, **_arguments
):
701 """\xb3: Greater than or equal to
702 Required argument: an AE object reference
703 Keyword argument _attributes: AppleEvent attribute dictionary
709 if _arguments
: raise TypeError, 'No optional args expected'
710 _arguments
['----'] = _object
713 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
714 _arguments
, _attributes
)
715 if _arguments
.get('errn', 0):
716 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
717 # XXXX Optionally decode result
718 if _arguments
.has_key('----'):
719 return _arguments
['----']
721 def _d6_(self
, _object
, _attributes
={}, **_arguments
):
723 Required argument: an AE object reference
724 Keyword argument _attributes: AppleEvent attribute dictionary
730 if _arguments
: raise TypeError, 'No optional args expected'
731 _arguments
['----'] = _object
734 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
735 _arguments
, _attributes
)
736 if _arguments
.get('errn', 0):
737 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
738 # XXXX Optionally decode result
739 if _arguments
.has_key('----'):
740 return _arguments
['----']
743 class anything(aetools
.ComponentItem
):
744 """anything - any class or reference """
747 class pictures(aetools
.ComponentItem
):
753 class styled_text(aetools
.ComponentItem
):
754 """styled text - text with font, size, and style information """
757 styled_text
= styled_text
759 class strings(aetools
.ComponentItem
):
765 class alias(aetools
.ComponentItem
):
766 """alias - a file on a disk or server. The file must exist when you check the syntax of your script. """
768 class _Prop_POSIX_path(aetools
.NProperty
):
769 """POSIX path - the POSIX path of the file """
775 class April(aetools
.ComponentItem
):
776 """April - the month of April """
779 class August(aetools
.ComponentItem
):
780 """August - the month of August """
783 class booleans(aetools
.ComponentItem
):
789 class RGB_colors(aetools
.ComponentItem
):
793 RGB_color
= RGB_colors
795 class application(aetools
.ComponentItem
):
796 """application - specifies global properties of AppleScript """
798 class _Prop_AppleScript(aetools
.NProperty
):
799 """AppleScript - the top-level script object """
802 AppleScript
= _Prop_AppleScript()
803 class _Prop_days(aetools
.NProperty
):
804 """days - the number of seconds in a day """
808 class _Prop_hours(aetools
.NProperty
):
809 """hours - the number of seconds in an hour """
812 hours
= _Prop_hours()
813 class _Prop_minutes(aetools
.NProperty
):
814 """minutes - the number of seconds in a minute """
817 minutes
= _Prop_minutes()
818 class _Prop_pi(aetools
.NProperty
):
819 """pi - the constant pi """
823 class _Prop_print_depth(aetools
.NProperty
):
824 """print depth - the maximum depth to print """
827 print_depth
= _Prop_print_depth()
828 class _Prop_print_length(aetools
.NProperty
):
829 """print length - the maximum length to print """
832 print_length
= _Prop_print_length()
833 class _Prop_result(aetools
.NProperty
):
834 """result - the last result of evaluation """
837 result
= _Prop_result()
838 class _Prop_return_(aetools
.NProperty
):
839 """return - a return character """
842 return_
= _Prop_return_()
843 class _Prop_space(aetools
.NProperty
):
844 """space - a space character """
847 space
= _Prop_space()
848 class _Prop_tab(aetools
.NProperty
):
849 """tab - a tab character """
853 class _Prop_text_item_delimiters(aetools
.NProperty
):
854 """text item delimiters - the text item delimiters of a string """
857 text_item_delimiters
= _Prop_text_item_delimiters()
858 class _Prop_weeks(aetools
.NProperty
):
859 """weeks - the number of seconds in a week """
862 weeks
= _Prop_weeks()
864 applications
= application
868 class upper_case(aetools
.ComponentItem
):
869 """upper case - Text with lower case converted to upper case """
872 class cubic_centimeters(aetools
.ComponentItem
):
873 """cubic centimeters - a volume measurement in SI cubic centimeters """
876 cubic_centimetres
= cubic_centimeters
878 class cubic_feet(aetools
.ComponentItem
):
879 """cubic feet - a volume measurement in Imperial cubic feet """
882 class characters(aetools
.ComponentItem
):
886 character
= characters
888 class writing_code_info(aetools
.ComponentItem
):
889 """writing code info - script code and language code of text run """
891 class _Prop_language_code(aetools
.NProperty
):
892 """language code - the language code for the text """
895 class _Prop_script_code(aetools
.NProperty
):
896 """script code - the script code for the text """
900 writing_code_infos
= writing_code_info
902 class text_items(aetools
.ComponentItem
):
906 text_item
= text_items
908 class cubic_meters(aetools
.ComponentItem
):
909 """cubic meters - a volume measurement in SI cubic meters """
912 cubic_metres
= cubic_meters
914 class centimeters(aetools
.ComponentItem
):
915 """centimeters - a distance measurement in SI centimeters """
918 centimetres
= centimeters
920 class item(aetools
.ComponentItem
):
921 """item - An item of any type """
923 class _Prop_id(aetools
.NProperty
):
924 """id - the unique ID number of this object """
930 class C_strings(aetools
.ComponentItem
):
936 class text(aetools
.ComponentItem
):
937 """text - text with language and style information """
940 class cubic_inches(aetools
.ComponentItem
):
941 """cubic inches - a volume measurement in Imperial cubic inches """
944 class cubic_yards(aetools
.ComponentItem
):
945 """cubic yards - a distance measurement in Imperial cubic yards """
948 class December(aetools
.ComponentItem
):
949 """December - the month of December """
952 class degrees_Celsius(aetools
.ComponentItem
):
953 """degrees Celsius - a temperature measurement in SI degrees Celsius """
956 class degrees_Fahrenheit(aetools
.ComponentItem
):
957 """degrees Fahrenheit - a temperature measurement in degrees Fahrenheit """
960 class degrees_Kelvin(aetools
.ComponentItem
):
961 """degrees Kelvin - a temperature measurement in degrees Kelvin """
964 class reals(aetools
.ComponentItem
):
970 class encoded_strings(aetools
.ComponentItem
):
971 """encoded strings - """
974 encoded_string
= encoded_strings
976 class constants(aetools
.ComponentItem
):
982 class events(aetools
.ComponentItem
):
988 class February(aetools
.ComponentItem
):
989 """February - the month of February """
992 class feet(aetools
.ComponentItem
):
993 """feet - a distance measurement in Imperial feet """
996 class Friday(aetools
.ComponentItem
):
997 """Friday - Friday """
1000 class file_specification(aetools
.ComponentItem
):
1001 """file specification - a file specification as used by the operating system """
1004 file_specifications
= file_specification
1006 class gallons(aetools
.ComponentItem
):
1007 """gallons - a volume measurement in Imperial gallons """
1010 class grams(aetools
.ComponentItem
):
1011 """grams - a mass measurement in SI meters """
1014 class handlers(aetools
.ComponentItem
):
1020 class inches(aetools
.ComponentItem
):
1021 """inches - a distance measurement in Imperial inches """
1024 class international_text(aetools
.ComponentItem
):
1025 """international text - text that begins with a writing code """
1028 international_text
= international_text
1030 class January(aetools
.ComponentItem
):
1031 """January - the month of January """
1034 class July(aetools
.ComponentItem
):
1035 """July - the month of July """
1038 class June(aetools
.ComponentItem
):
1039 """June - the month of June """
1042 class reference_forms(aetools
.ComponentItem
):
1043 """reference forms - """
1046 reference_form
= reference_forms
1048 class kilograms(aetools
.ComponentItem
):
1049 """kilograms - a mass measurement in SI kilograms """
1052 class kilometers(aetools
.ComponentItem
):
1053 """kilometers - a distance measurement in SI kilometers """
1056 kilometres
= kilometers
1058 class keystroke(aetools
.ComponentItem
):
1059 """keystroke - a press of a key combination on a Macintosh keyboard """
1061 class _Prop_key(aetools
.NProperty
):
1062 """key - the character for the key was pressed (ignoring modifiers) """
1065 class _Prop_key_kind(aetools
.NProperty
):
1066 """key kind - the kind of key that was pressed """
1069 class _Prop_modifiers(aetools
.NProperty
):
1070 """modifiers - the modifier keys pressed in combination """
1074 keystrokes
= keystroke
1076 class pounds(aetools
.ComponentItem
):
1077 """pounds - a weight measurement in SI meters """
1080 class date(aetools
.ComponentItem
):
1081 """date - Absolute date and time values """
1083 class _Prop_date_string(aetools
.NProperty
):
1084 """date string - the date portion of a date-time value as text """
1087 class _Prop_day(aetools
.NProperty
):
1088 """day - the day of the month of a date """
1091 class _Prop_month(aetools
.NProperty
):
1092 """month - the month of a date """
1095 class _Prop_time(aetools
.NProperty
):
1096 """time - the time since midnight of a date """
1099 class _Prop_time_string(aetools
.NProperty
):
1100 """time string - the time portion of a date-time value as text """
1103 class _Prop_weekday(aetools
.NProperty
):
1104 """weekday - the day of a week of a date """
1107 class _Prop_year(aetools
.NProperty
):
1108 """year - the year of a date """
1114 class list(aetools
.ComponentItem
):
1115 """list - An ordered collection of items """
1117 class _Prop_length(aetools
.NProperty
):
1118 """length - the length of a list """
1121 class _Prop_rest(aetools
.NProperty
):
1122 """rest - all items of the list excluding first """
1125 class _Prop_reverse(aetools
.NProperty
):
1126 """reverse - the items of the list in reverse order """
1132 class liters(aetools
.ComponentItem
):
1133 """liters - a volume measurement in SI liters """
1138 class linked_list(aetools
.ComponentItem
):
1139 """linked list - An ordered collection of items """
1142 linked_lists
= linked_list
1144 class integers(aetools
.ComponentItem
):
1150 class list_or_record(aetools
.ComponentItem
):
1151 """list or record - a list or record """
1154 class list_2c__record_or_text(aetools
.ComponentItem
):
1155 """list, record or text - a list, record or text """
1158 class list_or_string(aetools
.ComponentItem
):
1159 """list or string - a list or string """
1162 class machines(aetools
.ComponentItem
):
1168 class March(aetools
.ComponentItem
):
1169 """March - the month of March """
1172 class May(aetools
.ComponentItem
):
1173 """May - the month of May """
1176 class meters(aetools
.ComponentItem
):
1177 """meters - a distance measurement in SI meters """
1182 class miles(aetools
.ComponentItem
):
1183 """miles - a distance measurement in Imperial miles """
1186 class months(aetools
.ComponentItem
):
1192 class Monday(aetools
.ComponentItem
):
1193 """Monday - Monday """
1196 class missing_values(aetools
.ComponentItem
):
1197 """missing values - """
1200 missing_value
= missing_values
1202 class number_or_date(aetools
.ComponentItem
):
1203 """number or date - a number or date """
1206 class number_2c__date_or_text(aetools
.ComponentItem
):
1207 """number, date or text - a number, date or text """
1210 class numbers(aetools
.ComponentItem
):
1216 class November(aetools
.ComponentItem
):
1217 """November - the month of November """
1220 class number_or_string(aetools
.ComponentItem
):
1221 """number or string - a number or string """
1224 class references(aetools
.ComponentItem
):
1228 reference
= references
1230 class October(aetools
.ComponentItem
):
1231 """October - the month of October """
1234 class ounces(aetools
.ComponentItem
):
1235 """ounces - a weight measurement in SI meters """
1238 class class_(aetools
.ComponentItem
):
1239 """class - the type of a value """
1241 class _Prop__3c_Inheritance_3e_(aetools
.NProperty
):
1242 """<Inheritance> - inherits some of its properties from this class """
1248 class prepositions(aetools
.ComponentItem
):
1249 """prepositions - """
1252 preposition
= prepositions
1254 class properties(aetools
.ComponentItem
):
1258 property = properties
1260 class writing_code(aetools
.ComponentItem
):
1261 """writing code - codes that identify the language and script system """
1264 class Pascal_strings(aetools
.ComponentItem
):
1265 """Pascal strings - """
1268 Pascal_string
= Pascal_strings
1270 class quarts(aetools
.ComponentItem
):
1271 """quarts - a volume measurement in Imperial quarts """
1274 class data(aetools
.ComponentItem
):
1275 """data - an AppleScript raw data object """
1278 class records(aetools
.ComponentItem
):
1284 class Saturday(aetools
.ComponentItem
):
1285 """Saturday - Saturday """
1288 class seconds(aetools
.ComponentItem
):
1289 """seconds - more than one second """
1292 class script(aetools
.ComponentItem
):
1293 """script - An AppleScript script """
1295 class _Prop_name(aetools
.NProperty
):
1296 """name - the name of the script """
1299 class _Prop_parent(aetools
.NProperty
):
1300 """parent - its parent, i.e. the script that will handle events that this script doesn\xd5t """
1306 class September(aetools
.ComponentItem
):
1307 """September - the month of September """
1310 class alias_or_string(aetools
.ComponentItem
):
1311 """alias or string - an alias or string """
1314 class sounds(aetools
.ComponentItem
):
1320 class square_feet(aetools
.ComponentItem
):
1321 """square feet - an area measurement in Imperial square feet """
1324 class square_kilometers(aetools
.ComponentItem
):
1325 """square kilometers - an area measurement in SI square kilometers """
1328 square_kilometres
= square_kilometers
1330 class square_miles(aetools
.ComponentItem
):
1331 """square miles - an area measurement in Imperial square miles """
1334 class square_meters(aetools
.ComponentItem
):
1335 """square meters - an area measurement in SI square meters """
1338 square_metres
= square_meters
1340 class square_yards(aetools
.ComponentItem
):
1341 """square yards - an area measurement in Imperial square yards """
1344 class styled_Clipboard_text(aetools
.ComponentItem
):
1345 """styled Clipboard text - clipboard text with font, size, and style information """
1348 styled_Clipboard_text
= styled_Clipboard_text
1350 class Sunday(aetools
.ComponentItem
):
1351 """Sunday - Sunday """
1354 class styled_Unicode_text(aetools
.ComponentItem
):
1355 """styled Unicode text - styled text in the Unicode format """
1358 styled_Unicode_text
= styled_Unicode_text
1360 class Thursday(aetools
.ComponentItem
):
1361 """Thursday - Thursday """
1364 class Tuesday(aetools
.ComponentItem
):
1365 """Tuesday - Tuesday """
1368 class type_class(aetools
.ComponentItem
):
1369 """type class - the name of a particular class (or any four-character code) """
1372 class empty_ae_name_(aetools
.ComponentItem
):
1373 """ - the undefined value """
1376 class Unicode_text(aetools
.ComponentItem
):
1377 """Unicode text - text in the Unicode format (cannot be viewed without conversion) """
1380 Unicode_text
= Unicode_text
1382 class vector(aetools
.ComponentItem
):
1383 """vector - An ordered collection of items """
1388 class version(aetools
.ComponentItem
):
1389 """version - a version value """
1392 class Wednesday(aetools
.ComponentItem
):
1393 """Wednesday - Wednesday """
1396 class weekdays(aetools
.ComponentItem
):
1402 class yards(aetools
.ComponentItem
):
1403 """yards - a distance measurement in Imperial yards """
1406 class zones(aetools
.ComponentItem
):
1411 anything
._superclassnames
= []
1412 anything
._privpropdict
= {
1414 anything
._privelemdict
= {
1416 pictures
._superclassnames
= []
1417 pictures
._privpropdict
= {
1419 pictures
._privelemdict
= {
1421 styled_text
._superclassnames
= []
1422 styled_text
._privpropdict
= {
1424 styled_text
._privelemdict
= {
1426 styled_text
._superclassnames
= []
1427 styled_text
._privpropdict
= {
1429 styled_text
._privelemdict
= {
1431 strings
._superclassnames
= []
1432 strings
._privpropdict
= {
1434 strings
._privelemdict
= {
1436 alias
._superclassnames
= []
1437 alias
._privpropdict
= {
1438 'POSIX_path' : _Prop_POSIX_path
,
1440 alias
._privelemdict
= {
1442 April
._superclassnames
= []
1443 April
._privpropdict
= {
1445 April
._privelemdict
= {
1447 August
._superclassnames
= []
1448 August
._privpropdict
= {
1450 August
._privelemdict
= {
1452 booleans
._superclassnames
= []
1453 booleans
._privpropdict
= {
1455 booleans
._privelemdict
= {
1457 RGB_colors
._superclassnames
= []
1458 RGB_colors
._privpropdict
= {
1460 RGB_colors
._privelemdict
= {
1462 application
._superclassnames
= []
1463 application
._privpropdict
= {
1464 'AppleScript' : _Prop_AppleScript
,
1465 'days' : _Prop_days
,
1466 'hours' : _Prop_hours
,
1467 'minutes' : _Prop_minutes
,
1469 'print_depth' : _Prop_print_depth
,
1470 'print_length' : _Prop_print_length
,
1471 'result' : _Prop_result
,
1472 'return_' : _Prop_return_
,
1473 'space' : _Prop_space
,
1475 'text_item_delimiters' : _Prop_text_item_delimiters
,
1476 'weeks' : _Prop_weeks
,
1478 application
._privelemdict
= {
1480 upper_case
._superclassnames
= []
1481 upper_case
._privpropdict
= {
1483 upper_case
._privelemdict
= {
1485 cubic_centimeters
._superclassnames
= []
1486 cubic_centimeters
._privpropdict
= {
1488 cubic_centimeters
._privelemdict
= {
1490 cubic_feet
._superclassnames
= []
1491 cubic_feet
._privpropdict
= {
1493 cubic_feet
._privelemdict
= {
1495 characters
._superclassnames
= []
1496 characters
._privpropdict
= {
1498 characters
._privelemdict
= {
1500 writing_code_info
._superclassnames
= []
1501 writing_code_info
._privpropdict
= {
1502 'language_code' : _Prop_language_code
,
1503 'script_code' : _Prop_script_code
,
1505 writing_code_info
._privelemdict
= {
1507 text_items
._superclassnames
= []
1508 text_items
._privpropdict
= {
1510 text_items
._privelemdict
= {
1512 cubic_meters
._superclassnames
= []
1513 cubic_meters
._privpropdict
= {
1515 cubic_meters
._privelemdict
= {
1517 centimeters
._superclassnames
= []
1518 centimeters
._privpropdict
= {
1520 centimeters
._privelemdict
= {
1522 item
._superclassnames
= []
1523 item
._privpropdict
= {
1526 item
._privelemdict
= {
1528 C_strings
._superclassnames
= []
1529 C_strings
._privpropdict
= {
1531 C_strings
._privelemdict
= {
1533 text
._superclassnames
= []
1534 text
._privpropdict
= {
1536 text
._privelemdict
= {
1538 cubic_inches
._superclassnames
= []
1539 cubic_inches
._privpropdict
= {
1541 cubic_inches
._privelemdict
= {
1543 cubic_yards
._superclassnames
= []
1544 cubic_yards
._privpropdict
= {
1546 cubic_yards
._privelemdict
= {
1548 December
._superclassnames
= []
1549 December
._privpropdict
= {
1551 December
._privelemdict
= {
1553 degrees_Celsius
._superclassnames
= []
1554 degrees_Celsius
._privpropdict
= {
1556 degrees_Celsius
._privelemdict
= {
1558 degrees_Fahrenheit
._superclassnames
= []
1559 degrees_Fahrenheit
._privpropdict
= {
1561 degrees_Fahrenheit
._privelemdict
= {
1563 degrees_Kelvin
._superclassnames
= []
1564 degrees_Kelvin
._privpropdict
= {
1566 degrees_Kelvin
._privelemdict
= {
1568 reals
._superclassnames
= []
1569 reals
._privpropdict
= {
1571 reals
._privelemdict
= {
1573 encoded_strings
._superclassnames
= []
1574 encoded_strings
._privpropdict
= {
1576 encoded_strings
._privelemdict
= {
1578 constants
._superclassnames
= []
1579 constants
._privpropdict
= {
1581 constants
._privelemdict
= {
1583 events
._superclassnames
= []
1584 events
._privpropdict
= {
1586 events
._privelemdict
= {
1588 February
._superclassnames
= []
1589 February
._privpropdict
= {
1591 February
._privelemdict
= {
1593 feet
._superclassnames
= []
1594 feet
._privpropdict
= {
1596 feet
._privelemdict
= {
1598 Friday
._superclassnames
= []
1599 Friday
._privpropdict
= {
1601 Friday
._privelemdict
= {
1603 file_specification
._superclassnames
= []
1604 file_specification
._privpropdict
= {
1605 'POSIX_path' : _Prop_POSIX_path
,
1607 file_specification
._privelemdict
= {
1609 gallons
._superclassnames
= []
1610 gallons
._privpropdict
= {
1612 gallons
._privelemdict
= {
1614 grams
._superclassnames
= []
1615 grams
._privpropdict
= {
1617 grams
._privelemdict
= {
1619 handlers
._superclassnames
= []
1620 handlers
._privpropdict
= {
1622 handlers
._privelemdict
= {
1624 inches
._superclassnames
= []
1625 inches
._privpropdict
= {
1627 inches
._privelemdict
= {
1629 international_text
._superclassnames
= []
1630 international_text
._privpropdict
= {
1632 international_text
._privelemdict
= {
1634 international_text
._superclassnames
= []
1635 international_text
._privpropdict
= {
1637 international_text
._privelemdict
= {
1639 January
._superclassnames
= []
1640 January
._privpropdict
= {
1642 January
._privelemdict
= {
1644 July
._superclassnames
= []
1645 July
._privpropdict
= {
1647 July
._privelemdict
= {
1649 June
._superclassnames
= []
1650 June
._privpropdict
= {
1652 June
._privelemdict
= {
1654 reference_forms
._superclassnames
= []
1655 reference_forms
._privpropdict
= {
1657 reference_forms
._privelemdict
= {
1659 kilograms
._superclassnames
= []
1660 kilograms
._privpropdict
= {
1662 kilograms
._privelemdict
= {
1664 kilometers
._superclassnames
= []
1665 kilometers
._privpropdict
= {
1667 kilometers
._privelemdict
= {
1669 keystroke
._superclassnames
= []
1670 keystroke
._privpropdict
= {
1672 'key_kind' : _Prop_key_kind
,
1673 'modifiers' : _Prop_modifiers
,
1675 keystroke
._privelemdict
= {
1677 pounds
._superclassnames
= []
1678 pounds
._privpropdict
= {
1680 pounds
._privelemdict
= {
1682 date
._superclassnames
= []
1683 date
._privpropdict
= {
1684 'date_string' : _Prop_date_string
,
1686 'month' : _Prop_month
,
1687 'time' : _Prop_time
,
1688 'time_string' : _Prop_time_string
,
1689 'weekday' : _Prop_weekday
,
1690 'year' : _Prop_year
,
1692 date
._privelemdict
= {
1694 list._superclassnames
= []
1695 list._privpropdict
= {
1696 'length' : _Prop_length
,
1697 'rest' : _Prop_rest
,
1698 'reverse' : _Prop_reverse
,
1700 list._privelemdict
= {
1702 liters
._superclassnames
= []
1703 liters
._privpropdict
= {
1705 liters
._privelemdict
= {
1707 linked_list
._superclassnames
= []
1708 linked_list
._privpropdict
= {
1709 'length' : _Prop_length
,
1711 linked_list
._privelemdict
= {
1713 integers
._superclassnames
= []
1714 integers
._privpropdict
= {
1716 integers
._privelemdict
= {
1718 list_or_record
._superclassnames
= []
1719 list_or_record
._privpropdict
= {
1721 list_or_record
._privelemdict
= {
1723 list_2c__record_or_text
._superclassnames
= []
1724 list_2c__record_or_text
._privpropdict
= {
1726 list_2c__record_or_text
._privelemdict
= {
1728 list_or_string
._superclassnames
= []
1729 list_or_string
._privpropdict
= {
1731 list_or_string
._privelemdict
= {
1733 machines
._superclassnames
= []
1734 machines
._privpropdict
= {
1736 machines
._privelemdict
= {
1738 March
._superclassnames
= []
1739 March
._privpropdict
= {
1741 March
._privelemdict
= {
1743 May
._superclassnames
= []
1744 May
._privpropdict
= {
1746 May
._privelemdict
= {
1748 meters
._superclassnames
= []
1749 meters
._privpropdict
= {
1751 meters
._privelemdict
= {
1753 miles
._superclassnames
= []
1754 miles
._privpropdict
= {
1756 miles
._privelemdict
= {
1758 months
._superclassnames
= []
1759 months
._privpropdict
= {
1761 months
._privelemdict
= {
1763 Monday
._superclassnames
= []
1764 Monday
._privpropdict
= {
1766 Monday
._privelemdict
= {
1768 missing_values
._superclassnames
= []
1769 missing_values
._privpropdict
= {
1771 missing_values
._privelemdict
= {
1773 number_or_date
._superclassnames
= []
1774 number_or_date
._privpropdict
= {
1776 number_or_date
._privelemdict
= {
1778 number_2c__date_or_text
._superclassnames
= []
1779 number_2c__date_or_text
._privpropdict
= {
1781 number_2c__date_or_text
._privelemdict
= {
1783 numbers
._superclassnames
= []
1784 numbers
._privpropdict
= {
1786 numbers
._privelemdict
= {
1788 November
._superclassnames
= []
1789 November
._privpropdict
= {
1791 November
._privelemdict
= {
1793 number_or_string
._superclassnames
= []
1794 number_or_string
._privpropdict
= {
1796 number_or_string
._privelemdict
= {
1798 references
._superclassnames
= []
1799 references
._privpropdict
= {
1801 references
._privelemdict
= {
1803 October
._superclassnames
= []
1804 October
._privpropdict
= {
1806 October
._privelemdict
= {
1808 ounces
._superclassnames
= []
1809 ounces
._privpropdict
= {
1811 ounces
._privelemdict
= {
1813 class_
._superclassnames
= ['type_class']
1814 class_
._privpropdict
= {
1815 '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_
,
1817 class_
._privelemdict
= {
1819 prepositions
._superclassnames
= []
1820 prepositions
._privpropdict
= {
1822 prepositions
._privelemdict
= {
1824 properties
._superclassnames
= []
1825 properties
._privpropdict
= {
1827 properties
._privelemdict
= {
1829 writing_code
._superclassnames
= []
1830 writing_code
._privpropdict
= {
1832 writing_code
._privelemdict
= {
1834 Pascal_strings
._superclassnames
= []
1835 Pascal_strings
._privpropdict
= {
1837 Pascal_strings
._privelemdict
= {
1839 quarts
._superclassnames
= []
1840 quarts
._privpropdict
= {
1842 quarts
._privelemdict
= {
1844 data
._superclassnames
= []
1845 data
._privpropdict
= {
1847 data
._privelemdict
= {
1849 records
._superclassnames
= []
1850 records
._privpropdict
= {
1852 records
._privelemdict
= {
1854 Saturday
._superclassnames
= []
1855 Saturday
._privpropdict
= {
1857 Saturday
._privelemdict
= {
1859 seconds
._superclassnames
= []
1860 seconds
._privpropdict
= {
1862 seconds
._privelemdict
= {
1864 script
._superclassnames
= []
1865 script
._privpropdict
= {
1866 'name' : _Prop_name
,
1867 'parent' : _Prop_parent
,
1869 script
._privelemdict
= {
1871 September
._superclassnames
= []
1872 September
._privpropdict
= {
1874 September
._privelemdict
= {
1876 alias_or_string
._superclassnames
= []
1877 alias_or_string
._privpropdict
= {
1879 alias_or_string
._privelemdict
= {
1881 sounds
._superclassnames
= []
1882 sounds
._privpropdict
= {
1884 sounds
._privelemdict
= {
1886 square_feet
._superclassnames
= []
1887 square_feet
._privpropdict
= {
1889 square_feet
._privelemdict
= {
1891 square_kilometers
._superclassnames
= []
1892 square_kilometers
._privpropdict
= {
1894 square_kilometers
._privelemdict
= {
1896 square_miles
._superclassnames
= []
1897 square_miles
._privpropdict
= {
1899 square_miles
._privelemdict
= {
1901 square_meters
._superclassnames
= []
1902 square_meters
._privpropdict
= {
1904 square_meters
._privelemdict
= {
1906 square_yards
._superclassnames
= []
1907 square_yards
._privpropdict
= {
1909 square_yards
._privelemdict
= {
1911 styled_Clipboard_text
._superclassnames
= []
1912 styled_Clipboard_text
._privpropdict
= {
1914 styled_Clipboard_text
._privelemdict
= {
1916 styled_Clipboard_text
._superclassnames
= []
1917 styled_Clipboard_text
._privpropdict
= {
1919 styled_Clipboard_text
._privelemdict
= {
1921 Sunday
._superclassnames
= []
1922 Sunday
._privpropdict
= {
1924 Sunday
._privelemdict
= {
1926 styled_Unicode_text
._superclassnames
= []
1927 styled_Unicode_text
._privpropdict
= {
1929 styled_Unicode_text
._privelemdict
= {
1931 styled_Unicode_text
._superclassnames
= []
1932 styled_Unicode_text
._privpropdict
= {
1934 styled_Unicode_text
._privelemdict
= {
1936 Thursday
._superclassnames
= []
1937 Thursday
._privpropdict
= {
1939 Thursday
._privelemdict
= {
1941 Tuesday
._superclassnames
= []
1942 Tuesday
._privpropdict
= {
1944 Tuesday
._privelemdict
= {
1946 type_class
._superclassnames
= []
1947 type_class
._privpropdict
= {
1949 type_class
._privelemdict
= {
1951 empty_ae_name_
._superclassnames
= []
1952 empty_ae_name_
._privpropdict
= {
1954 empty_ae_name_
._privelemdict
= {
1956 Unicode_text
._superclassnames
= []
1957 Unicode_text
._privpropdict
= {
1959 Unicode_text
._privelemdict
= {
1961 Unicode_text
._superclassnames
= []
1962 Unicode_text
._privpropdict
= {
1964 Unicode_text
._privelemdict
= {
1966 vector
._superclassnames
= []
1967 vector
._privpropdict
= {
1968 'length' : _Prop_length
,
1970 vector
._privelemdict
= {
1972 version
._superclassnames
= []
1973 version
._privpropdict
= {
1975 version
._privelemdict
= {
1977 Wednesday
._superclassnames
= []
1978 Wednesday
._privpropdict
= {
1980 Wednesday
._privelemdict
= {
1982 weekdays
._superclassnames
= []
1983 weekdays
._privpropdict
= {
1985 weekdays
._privelemdict
= {
1987 yards
._superclassnames
= []
1988 yards
._privpropdict
= {
1990 yards
._privelemdict
= {
1992 zones
._superclassnames
= []
1993 zones
._privpropdict
= {
1995 zones
._privelemdict
= {
1998 'true' : 'true', # the true boolean value
1999 'false' : 'fals', # the false boolean value
2003 'case' : 'case', # case
2004 'diacriticals' : 'diac', # diacriticals
2005 'white_space' : 'whit', # white space
2006 'hyphens' : 'hyph', # hyphens
2007 'expansion' : 'expa', # expansion
2008 'punctuation' : 'punc', # punctuation
2009 'application_responses' : 'rmte', # remote event replies
2013 'option_down' : 'Kopt', #
2014 'command_down' : 'Kcmd', #
2015 'control_down' : 'Kctl', #
2016 'shift_down' : 'Ksft', #
2017 'caps_lock_down' : 'Kclk', #
2021 'escape_key' : 'ks5\x00', #
2022 'delete_key' : 'ks3\x00', #
2023 'tab_key' : 'ks0\x00', #
2024 'return_key' : 'ks$\x00', #
2025 'clear_key' : 'ksG\x00', #
2026 'enter_key' : 'ksL\x00', #
2027 'up_arrow_key' : 'ks~\x00', #
2028 'down_arrow_key' : 'ks}\x00', #
2029 'left_arrow_key' : 'ks{\x00', #
2030 'right_arrow_key' : 'ks|\x00', #
2031 'help_key' : 'ksr\x00', #
2032 'home_key' : 'kss\x00', #
2033 'page_up_key' : 'kst\x00', #
2034 'page_down_key' : 'ksy\x00', #
2035 'forward_del_key' : 'ksu\x00', #
2036 'end_key' : 'ksw\x00', #
2037 'F1_key' : 'ksz\x00', #
2038 'F2_key' : 'ksx\x00', #
2039 'F3_key' : 'ksc\x00', #
2040 'F4_key' : 'ksv\x00', #
2041 'F5_key' : 'ks`\x00', #
2042 'F6_key' : 'ksa\x00', #
2043 'F7_key' : 'ksb\x00', #
2044 'F8_key' : 'ksd\x00', #
2045 'F9_key' : 'kse\x00', #
2046 'F10_key' : 'ksm\x00', #
2047 'F11_key' : 'ksg\x00', #
2048 'F12_key' : 'kso\x00', #
2049 'F13_key' : 'ksi\x00', #
2050 'F14_key' : 'ksk\x00', #
2051 'F15_key' : 'ksq\x00', #
2055 'current_application' : 'cura', # the current application
2060 # Indices of types declared in this module
2062 _classdeclarations
= {
2065 'STXT' : styled_text
,
2071 'cRGB' : RGB_colors
,
2072 'capp' : application
,
2073 'case' : upper_case
,
2074 'ccmt' : cubic_centimeters
,
2075 'cfet' : cubic_feet
,
2076 'cha ' : characters
,
2077 'citl' : writing_code_info
,
2078 'citm' : text_items
,
2079 'cmet' : cubic_meters
,
2080 'cmtr' : centimeters
,
2084 'cuin' : cubic_inches
,
2085 'cyrd' : cubic_yards
,
2087 'degc' : degrees_Celsius
,
2088 'degf' : degrees_Fahrenheit
,
2089 'degk' : degrees_Kelvin
,
2091 'encs' : encoded_strings
,
2097 'fss ' : file_specification
,
2102 'itxt' : international_text
,
2106 'kfrm' : reference_forms
,
2108 'kmtr' : kilometers
,
2114 'llst' : linked_list
,
2116 'lr ' : list_or_record
,
2117 'lrs ' : list_2c__record_or_text
,
2118 'ls ' : list_or_string
,
2126 'msng' : missing_values
,
2127 'nd ' : number_or_date
,
2128 'nds ' : number_2c__date_or_text
,
2131 'ns ' : number_or_string
,
2132 'obj ' : references
,
2136 'prep' : prepositions
,
2137 'prop' : properties
,
2138 'psct' : writing_code
,
2139 'pstr' : Pascal_strings
,
2147 'sf ' : alias_or_string
,
2149 'sqft' : square_feet
,
2150 'sqkm' : square_kilometers
,
2151 'sqmi' : square_miles
,
2152 'sqrm' : square_meters
,
2153 'sqyd' : square_yards
,
2154 'styl' : styled_Clipboard_text
,
2156 'sutx' : styled_Unicode_text
,
2159 'type' : type_class
,
2160 'undf' : empty_ae_name_
,
2161 'utxt' : Unicode_text
,
2170 _propdeclarations
= {
2172 'ascr' : _Prop_AppleScript
,
2173 'c@#^' : _Prop__3c_Inheritance_3e_
,
2175 'days' : _Prop_days
,
2176 'dstr' : _Prop_date_string
,
2177 'hour' : _Prop_hours
,
2178 'kMod' : _Prop_modifiers
,
2180 'kknd' : _Prop_key_kind
,
2181 'leng' : _Prop_length
,
2182 'min ' : _Prop_minutes
,
2183 'mnth' : _Prop_month
,
2184 'pare' : _Prop_parent
,
2186 'plcd' : _Prop_language_code
,
2187 'pnam' : _Prop_name
,
2188 'prdp' : _Prop_print_depth
,
2189 'prln' : _Prop_print_length
,
2190 'pscd' : _Prop_script_code
,
2191 'psxp' : _Prop_POSIX_path
,
2192 'rest' : _Prop_rest
,
2193 'ret ' : _Prop_return_
,
2194 'rslt' : _Prop_result
,
2195 'rvse' : _Prop_reverse
,
2196 'spac' : _Prop_space
,
2198 'time' : _Prop_time
,
2199 'tstr' : _Prop_time_string
,
2200 'txdl' : _Prop_text_item_delimiters
,
2201 'week' : _Prop_weeks
,
2202 'wkdy' : _Prop_weekday
,
2203 'year' : _Prop_year
,
2206 _compdeclarations
= {
2209 _enumdeclarations
= {
2210 'boov' : _Enum_boov
,
2211 'cons' : _Enum_cons
,
2212 'eMds' : _Enum_eMds
,
2213 'ekst' : _Enum_ekst
,
2214 'misc' : _Enum_misc
,