| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | """Suite AppleScript Suite: Standard terms for AppleScript
 | 
					
						
							|  |  |  | Level 1, version 1 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-23 22:07:28 +00:00
										 |  |  | Generated from /Volumes/Moes/Systeemmap/Extensies/AppleScript | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | AETE/AEUT resource version 1/0, language 0, script 0 | 
					
						
							|  |  |  | """
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | import aetools | 
					
						
							|  |  |  | import MacOS | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | _code = 'ascr' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class AppleScript_Suite_Events: | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def _26_(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""&: Concatenation
 | 
					
						
							|  |  |  | 		Required argument: an AE object reference | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		Returns: anything | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = 'ccat' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							|  |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def _2a_(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""*: Multiplication
 | 
					
						
							|  |  |  | 		Required argument: an AE object reference | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		Returns: anything | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		"""
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_code = 'ascr' | 
					
						
							|  |  |  | 		_subcode = '*   ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_arguments['----'] = _object | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def _2b_(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""+: Addition
 | 
					
						
							|  |  |  | 		Required argument: an AE object reference | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		Returns: anything | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		"""
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_code = 'ascr' | 
					
						
							|  |  |  | 		_subcode = '+   ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_arguments['----'] = _object | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def _2d_(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""-: Subtraction
 | 
					
						
							|  |  |  | 		Required argument: an AE object reference | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		Returns: anything | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = '-   ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_arguments['----'] = _object | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def _3c_(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""<: Less than
 | 
					
						
							|  |  |  | 		Required argument: an AE object reference | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		Returns: anything | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = '<   ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_arguments['----'] = _object | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def _3d_(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""=: Equality
 | 
					
						
							|  |  |  | 		Required argument: an AE object reference | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		Returns: anything | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = '=   ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_arguments['----'] = _object | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def _3e_(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		""">: Greater than
 | 
					
						
							|  |  |  | 		Required argument: an AE object reference | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		Returns: anything | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = '>   ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	_argmap_Call_a5_subroutine = { | 
					
						
							|  |  |  | 		'at' : 'at  ', | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | 		'from_' : 'from', | 
					
						
							|  |  |  | 		'for_' : 'for ', | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		'to' : 'to  ', | 
					
						
							|  |  |  | 		'thru' : 'thru', | 
					
						
							|  |  |  | 		'through' : 'thgh', | 
					
						
							|  |  |  | 		'by' : 'by  ', | 
					
						
							|  |  |  | 		'on' : 'on  ', | 
					
						
							|  |  |  | 		'into' : 'into', | 
					
						
							|  |  |  | 		'onto' : 'onto', | 
					
						
							|  |  |  | 		'between' : 'btwn', | 
					
						
							|  |  |  | 		'against' : 'agst', | 
					
						
							|  |  |  | 		'out_of' : 'outo', | 
					
						
							|  |  |  | 		'instead_of' : 'isto', | 
					
						
							|  |  |  | 		'aside_from' : 'asdf', | 
					
						
							|  |  |  | 		'around' : 'arnd', | 
					
						
							|  |  |  | 		'beside' : 'bsid', | 
					
						
							|  |  |  | 		'beneath' : 'bnth', | 
					
						
							|  |  |  | 		'under' : 'undr', | 
					
						
							|  |  |  | 		'over' : 'over', | 
					
						
							|  |  |  | 		'above' : 'abve', | 
					
						
							|  |  |  | 		'below' : 'belw', | 
					
						
							|  |  |  | 		'apart_from' : 'aprt', | 
					
						
							|  |  |  | 		'about' : 'abou', | 
					
						
							|  |  |  | 		'since' : 'snce', | 
					
						
							|  |  |  | 		'given' : 'givn', | 
					
						
							|  |  |  | 		'with' : 'with', | 
					
						
							|  |  |  | 		'without' : 'wout', | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	def Call_a5_subroutine(self, _object=None, _attributes={}, **_arguments): | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | 		"""Call\xa5subroutine: A subroutine call
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Required argument: anything | 
					
						
							|  |  |  | 		Keyword argument at: a preposition | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | 		Keyword argument from_: a preposition | 
					
						
							|  |  |  | 		Keyword argument for_: a preposition | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Keyword argument to: a preposition | 
					
						
							|  |  |  | 		Keyword argument thru: a preposition | 
					
						
							|  |  |  | 		Keyword argument through: a preposition | 
					
						
							|  |  |  | 		Keyword argument by: a preposition | 
					
						
							|  |  |  | 		Keyword argument on: a preposition | 
					
						
							|  |  |  | 		Keyword argument into: a preposition | 
					
						
							|  |  |  | 		Keyword argument onto: a preposition | 
					
						
							|  |  |  | 		Keyword argument between: a preposition | 
					
						
							|  |  |  | 		Keyword argument against: a preposition | 
					
						
							|  |  |  | 		Keyword argument out_of: a preposition | 
					
						
							|  |  |  | 		Keyword argument instead_of: a preposition | 
					
						
							|  |  |  | 		Keyword argument aside_from: a preposition | 
					
						
							|  |  |  | 		Keyword argument around: a preposition | 
					
						
							|  |  |  | 		Keyword argument beside: a preposition | 
					
						
							|  |  |  | 		Keyword argument beneath: a preposition | 
					
						
							|  |  |  | 		Keyword argument under: a preposition | 
					
						
							|  |  |  | 		Keyword argument over: a preposition | 
					
						
							|  |  |  | 		Keyword argument above: a preposition | 
					
						
							|  |  |  | 		Keyword argument below: a preposition | 
					
						
							|  |  |  | 		Keyword argument apart_from: a preposition | 
					
						
							|  |  |  | 		Keyword argument about: a preposition | 
					
						
							|  |  |  | 		Keyword argument since: a preposition | 
					
						
							|  |  |  | 		Keyword argument given: parameter:value pairs, comma-separated | 
					
						
							|  |  |  | 		Keyword argument with: formal parameter set to true if matching actual parameter is provided | 
					
						
							|  |  |  | 		Keyword argument without: formal parameter set to false if matching actual parmeter is provided | 
					
						
							|  |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		Returns: anything | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							|  |  |  | 		_subcode = 'psbr' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		aetools.keysubst(_arguments, self._argmap_Call_a5_subroutine) | 
					
						
							|  |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def _5e_(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""^: Exponentiation
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Required argument: an AE object reference | 
					
						
							|  |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		Returns: anything | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = '^   ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							|  |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def activate(self, _no_object=None, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""activate: Bring the targeted application program to the front
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		"""
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_code = 'misc' | 
					
						
							|  |  |  | 		_subcode = 'actv' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		if _no_object != None: raise TypeError, 'No direct arg expected' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def and_(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""and: Logical conjunction
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Required argument: an AE object reference | 
					
						
							|  |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		Returns: anything | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = 'AND ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							|  |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def as(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""as: Coercion
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Required argument: an AE object reference | 
					
						
							|  |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		Returns: anything | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = 'coer' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							|  |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def contains(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""contains: Containment
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Required argument: an AE object reference | 
					
						
							|  |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		Returns: anything | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = 'cont' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							|  |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def div(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""div: Quotient
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Required argument: an AE object reference | 
					
						
							|  |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		Returns: anything | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = 'div ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							|  |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def end_tell(self, _no_object=None, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""end tell: Record or log an \xd4end tell\xd5 statement
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = 'tend' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		if _no_object != None: raise TypeError, 'No direct arg expected' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def ends_with(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""ends with: Ends with
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Required argument: an AE object reference | 
					
						
							|  |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		Returns: anything | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = 'ends' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							|  |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	_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 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = 'err ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		aetools.keysubst(_arguments, self._argmap_error) | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def idle(self, _no_object=None, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""idle: Sent to a script application when it is idle
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		Returns: the number of seconds to wait for next idle event | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		"""
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_code = 'misc' | 
					
						
							|  |  |  | 		_subcode = 'idle' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		if _no_object != None: raise TypeError, 'No direct arg expected' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def launch(self, _no_object=None, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""launch: Start an application for scripting
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = 'noop' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		if _no_object != None: raise TypeError, 'No direct arg expected' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def log(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""log: Cause a comment to be logged
 | 
					
						
							|  |  |  | 		Required argument: undocumented, typecode 'TEXT' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = 'cmnt' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							|  |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def mod(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""mod: Remainder
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Required argument: an AE object reference | 
					
						
							|  |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		Returns: anything | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = 'mod ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							|  |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def negate(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""negate: Numeric negation
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Required argument: an AE object reference | 
					
						
							|  |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		Returns: anything | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = 'neg ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							|  |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def not_(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""not: Logical negation
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Required argument: an AE object reference | 
					
						
							|  |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		Returns: anything | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = 'NOT ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							|  |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def or_(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""or: Logical disjunction
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Required argument: an AE object reference | 
					
						
							|  |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		Returns: anything | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = 'OR  ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							|  |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	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
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Required argument: an AE object reference | 
					
						
							|  |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		Returns: anything | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = 'bgwt' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							|  |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	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
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = 'tell' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		if _no_object != None: raise TypeError, 'No direct arg expected' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def _ad_(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""\xad: Inequality
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Required argument: an AE object reference | 
					
						
							|  |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		Returns: anything | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = '\xad   ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							|  |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def _b2_(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""\xb2: Less than or equal to
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Required argument: an AE object reference | 
					
						
							|  |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		Returns: anything | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = '<=  ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							|  |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def _b3_(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""\xb3: Greater than or equal to
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Required argument: an AE object reference | 
					
						
							|  |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		Returns: anything | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = '>=  ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							|  |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	def _d6_(self, _object, _attributes={}, **_arguments): | 
					
						
							|  |  |  | 		"""\xd6: Division
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 		Required argument: an AE object reference | 
					
						
							|  |  |  | 		Keyword argument _attributes: AppleEvent attribute dictionary | 
					
						
							|  |  |  | 		Returns: anything | 
					
						
							|  |  |  | 		"""
 | 
					
						
							|  |  |  | 		_code = 'ascr' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 		_subcode = '/   ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if _arguments: raise TypeError, 'No optional args expected' | 
					
						
							|  |  |  | 		_arguments['----'] = _object | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		_reply, _arguments, _attributes = self.send(_code, _subcode, | 
					
						
							|  |  |  | 				_arguments, _attributes) | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 		if _arguments.get('errn', 0): | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 			raise aetools.Error, aetools.decodeerror(_arguments) | 
					
						
							|  |  |  | 		# XXXX Optionally decode result | 
					
						
							|  |  |  | 		if _arguments.has_key('----'): | 
					
						
							|  |  |  | 			return _arguments['----'] | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class anything(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""anything - any class or reference """ | 
					
						
							|  |  |  | 	want = '****' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class pictures(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""pictures -  """ | 
					
						
							|  |  |  | 	want = 'PICT' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | picture = pictures | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class styled_text(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""styled text - text with font, size, and style information """ | 
					
						
							|  |  |  | 	want = 'STXT' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | styled_text = styled_text | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class strings(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""strings -  """ | 
					
						
							|  |  |  | 	want = 'TEXT' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | string = strings | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class aliases(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""aliases -  """ | 
					
						
							|  |  |  | 	want = 'alis' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | alias = aliases | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class April(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""April - the month of April """ | 
					
						
							|  |  |  | 	want = 'apr ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class August(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""August - the month of August """ | 
					
						
							|  |  |  | 	want = 'aug ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class booleans(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""booleans -  """ | 
					
						
							|  |  |  | 	want = 'bool' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | boolean = booleans | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class RGB_colors(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""RGB colors -  """ | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	want = 'cRGB' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | RGB_color = RGB_colors | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class application(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""application - specifies global properties of AppleScript """ | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	want = 'capp' | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | class AppleScript(aetools.NProperty): | 
					
						
							|  |  |  | 	"""AppleScript - the top-level script object """ | 
					
						
							|  |  |  | 	which = 'ascr' | 
					
						
							|  |  |  | 	want = 'scpt' | 
					
						
							|  |  |  | class days(aetools.NProperty): | 
					
						
							|  |  |  | 	"""days - the number of seconds in a day """ | 
					
						
							|  |  |  | 	which = 'days' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	want = 'long' | 
					
						
							|  |  |  | class hours(aetools.NProperty): | 
					
						
							|  |  |  | 	"""hours - the number of seconds in an hour """ | 
					
						
							|  |  |  | 	which = 'hour' | 
					
						
							|  |  |  | 	want = 'long' | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | class minutes(aetools.NProperty): | 
					
						
							|  |  |  | 	"""minutes - the number of seconds in a minute """ | 
					
						
							|  |  |  | 	which = 'min ' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	want = 'long' | 
					
						
							|  |  |  | class pi(aetools.NProperty): | 
					
						
							|  |  |  | 	"""pi - the constant pi """ | 
					
						
							|  |  |  | 	which = 'pi  ' | 
					
						
							|  |  |  | 	want = 'doub' | 
					
						
							|  |  |  | class print_depth(aetools.NProperty): | 
					
						
							|  |  |  | 	"""print depth - the maximum depth to print """ | 
					
						
							|  |  |  | 	which = 'prdp' | 
					
						
							|  |  |  | 	want = 'long' | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | class print_length(aetools.NProperty): | 
					
						
							|  |  |  | 	"""print length - the maximum length to print """ | 
					
						
							|  |  |  | 	which = 'prln' | 
					
						
							|  |  |  | 	want = 'long' | 
					
						
							|  |  |  | class result(aetools.NProperty): | 
					
						
							|  |  |  | 	"""result - the last result of evaluation """ | 
					
						
							|  |  |  | 	which = 'rslt' | 
					
						
							|  |  |  | 	want = '****' | 
					
						
							|  |  |  | class return_(aetools.NProperty): | 
					
						
							|  |  |  | 	"""return - a return character """ | 
					
						
							|  |  |  | 	which = 'ret ' | 
					
						
							|  |  |  | 	want = 'cha ' | 
					
						
							|  |  |  | class space(aetools.NProperty): | 
					
						
							|  |  |  | 	"""space - a space character """ | 
					
						
							|  |  |  | 	which = 'spac' | 
					
						
							|  |  |  | 	want = 'cha ' | 
					
						
							|  |  |  | class tab(aetools.NProperty): | 
					
						
							|  |  |  | 	"""tab - a tab character """ | 
					
						
							|  |  |  | 	which = 'tab ' | 
					
						
							|  |  |  | 	want = 'cha ' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class text_item_delimiters(aetools.NProperty): | 
					
						
							|  |  |  | 	"""text item delimiters - the text item delimiters of a string """ | 
					
						
							|  |  |  | 	which = 'txdl' | 
					
						
							|  |  |  | 	want = 'list' | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | class weeks(aetools.NProperty): | 
					
						
							|  |  |  | 	"""weeks - the number of seconds in a week """ | 
					
						
							|  |  |  | 	which = 'week' | 
					
						
							|  |  |  | 	want = 'long' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | applications = application | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | app = application | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class upper_case(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""upper case - Text with lower case converted to upper case """ | 
					
						
							|  |  |  | 	want = 'case' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class cubic_centimeters(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""cubic centimeters - a volume measurement in SI cubic centimeters """ | 
					
						
							|  |  |  | 	want = 'ccmt' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | cubic_centimetres = cubic_centimeters | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class cubic_feet(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""cubic feet - a volume measurement in Imperial cubic feet """ | 
					
						
							|  |  |  | 	want = 'cfet' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class characters(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""characters -  """ | 
					
						
							|  |  |  | 	want = 'cha ' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | character = characters | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class writing_code_info(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""writing code info - script code and language code of text run """ | 
					
						
							|  |  |  | 	want = 'citl' | 
					
						
							|  |  |  | class language_code(aetools.NProperty): | 
					
						
							|  |  |  | 	"""language code - the language code for the text """ | 
					
						
							|  |  |  | 	which = 'plcd' | 
					
						
							|  |  |  | 	want = 'shor' | 
					
						
							|  |  |  | class script_code(aetools.NProperty): | 
					
						
							|  |  |  | 	"""script code - the script code for the text """ | 
					
						
							|  |  |  | 	which = 'pscd' | 
					
						
							|  |  |  | 	want = 'shor' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | writing_code_infos = writing_code_info | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class text_items(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""text items -  """ | 
					
						
							|  |  |  | 	want = 'citm' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | text_item = text_items | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class cubic_meters(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""cubic meters - a volume measurement in SI cubic meters """ | 
					
						
							|  |  |  | 	want = 'cmet' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | cubic_metres = cubic_meters | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class centimeters(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""centimeters - a distance measurement in SI centimeters """ | 
					
						
							|  |  |  | 	want = 'cmtr' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | centimetres = centimeters | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 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  ' | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	want = 'long' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | items = item | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class C_strings(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""C strings -  """ | 
					
						
							|  |  |  | 	want = 'cstr' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | C_string = C_strings | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class text(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""text - text with language and style information """ | 
					
						
							|  |  |  | 	want = 'ctxt' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class cubic_inches(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""cubic inches - a volume measurement in Imperial cubic inches """ | 
					
						
							|  |  |  | 	want = 'cuin' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class cubic_yards(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""cubic yards - a distance measurement in Imperial cubic yards """ | 
					
						
							|  |  |  | 	want = 'cyrd' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class December(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""December - the month of December """ | 
					
						
							|  |  |  | 	want = 'dec ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class degrees_Celsius(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""degrees Celsius - a temperature measurement in SI degrees Celsius """ | 
					
						
							|  |  |  | 	want = 'degc' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class degrees_Fahrenheit(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""degrees Fahrenheit - a temperature measurement in degrees Fahrenheit """ | 
					
						
							|  |  |  | 	want = 'degf' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class degrees_Kelvin(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""degrees Kelvin - a temperature measurement in degrees Kelvin """ | 
					
						
							|  |  |  | 	want = 'degk' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class reals(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""reals -  """ | 
					
						
							|  |  |  | 	want = 'doub' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | real = reals | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class encoded_strings(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""encoded strings -  """ | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 	want = 'encs' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | encoded_string = encoded_strings | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class constants(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""constants -  """ | 
					
						
							|  |  |  | 	want = 'enum' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | constant = constants | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class events(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""events -  """ | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	want = 'evnt' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | event = events | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class February(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""February - the month of February """ | 
					
						
							|  |  |  | 	want = 'feb ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class feet(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""feet - a distance measurement in Imperial feet """ | 
					
						
							|  |  |  | 	want = 'feet' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class Friday(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""Friday - Friday """ | 
					
						
							|  |  |  | 	want = 'fri ' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class file_specifications(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""file specifications -  """ | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	want = 'fss ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | file_specification = file_specifications | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class gallons(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""gallons - a volume measurement in Imperial gallons """ | 
					
						
							|  |  |  | 	want = 'galn' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class grams(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""grams - a mass measurement in SI meters """ | 
					
						
							|  |  |  | 	want = 'gram' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class handlers(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""handlers -  """ | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	want = 'hand' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | handler = handlers | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class inches(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""inches - a distance measurement in Imperial inches """ | 
					
						
							|  |  |  | 	want = 'inch' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class international_text(aetools.ComponentItem): | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	"""international text - text that begins with a writing code """ | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	want = 'itxt' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | international_text = international_text | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class January(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""January - the month of January """ | 
					
						
							|  |  |  | 	want = 'jan ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class July(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""July - the month of July """ | 
					
						
							|  |  |  | 	want = 'jul ' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class June(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""June - the month of June """ | 
					
						
							|  |  |  | 	want = 'jun ' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class reference_forms(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""reference forms -  """ | 
					
						
							|  |  |  | 	want = 'kfrm' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | reference_form = reference_forms | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class kilograms(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""kilograms - a mass measurement in SI kilograms """ | 
					
						
							|  |  |  | 	want = 'kgrm' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class kilometers(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""kilometers - a distance measurement in SI kilometers """ | 
					
						
							|  |  |  | 	want = 'kmtr' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | kilometres = kilometers | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 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 key_kind(aetools.NProperty): | 
					
						
							|  |  |  | 	"""key kind - the kind of key that was pressed """ | 
					
						
							|  |  |  | 	which = 'kknd' | 
					
						
							|  |  |  | 	want = 'ekst' | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | class modifiers(aetools.NProperty): | 
					
						
							|  |  |  | 	"""modifiers - the modifier keys pressed in combination """ | 
					
						
							|  |  |  | 	which = 'kMod' | 
					
						
							|  |  |  | 	want = 'eMds' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | keystrokes = keystroke | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class pounds(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""pounds - a weight measurement in SI meters """ | 
					
						
							|  |  |  | 	want = 'lbs ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class date(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""date - Absolute date and time values """ | 
					
						
							|  |  |  | 	want = 'ldt ' | 
					
						
							|  |  |  | class date_string(aetools.NProperty): | 
					
						
							|  |  |  | 	"""date string - the date portion of a date-time value as text """ | 
					
						
							|  |  |  | 	which = 'dstr' | 
					
						
							|  |  |  | 	want = 'TEXT' | 
					
						
							|  |  |  | class day(aetools.NProperty): | 
					
						
							|  |  |  | 	"""day - the day of the month of a date """ | 
					
						
							|  |  |  | 	which = 'day ' | 
					
						
							|  |  |  | 	want = 'long' | 
					
						
							|  |  |  | class month(aetools.NProperty): | 
					
						
							|  |  |  | 	"""month - the month of a date """ | 
					
						
							|  |  |  | 	which = 'mnth' | 
					
						
							|  |  |  | 	want = 'mnth' | 
					
						
							|  |  |  | class time(aetools.NProperty): | 
					
						
							|  |  |  | 	"""time - the time since midnight of a date """ | 
					
						
							|  |  |  | 	which = 'time' | 
					
						
							|  |  |  | 	want = 'long' | 
					
						
							|  |  |  | class time_string(aetools.NProperty): | 
					
						
							|  |  |  | 	"""time string - the time portion of a date-time value as text """ | 
					
						
							|  |  |  | 	which = 'tstr' | 
					
						
							|  |  |  | 	want = 'TEXT' | 
					
						
							|  |  |  | class weekday(aetools.NProperty): | 
					
						
							|  |  |  | 	"""weekday - the day of a week of a date """ | 
					
						
							|  |  |  | 	which = 'wkdy' | 
					
						
							|  |  |  | 	want = 'wkdy' | 
					
						
							|  |  |  | class year(aetools.NProperty): | 
					
						
							|  |  |  | 	"""year - the year of a date """ | 
					
						
							|  |  |  | 	which = 'year' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	want = 'long' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | dates = date | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class list(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""list - An ordered collection of items """ | 
					
						
							|  |  |  | 	want = 'list' | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class length(aetools.NProperty): | 
					
						
							|  |  |  | 	"""length - the length of a list """ | 
					
						
							|  |  |  | 	which = 'leng' | 
					
						
							|  |  |  | 	want = 'long' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class rest(aetools.NProperty): | 
					
						
							|  |  |  | 	"""rest - all items of the list excluding first """ | 
					
						
							|  |  |  | 	which = 'rest' | 
					
						
							|  |  |  | 	want = 'list' | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | class reverse(aetools.NProperty): | 
					
						
							|  |  |  | 	"""reverse - the items of the list in reverse order """ | 
					
						
							|  |  |  | 	which = 'rvse' | 
					
						
							|  |  |  | 	want = 'list' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | lists = list | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class liters(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""liters - a volume measurement in SI liters """ | 
					
						
							|  |  |  | 	want = 'litr' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | litres = liters | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class linked_list(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""linked list - An ordered collection of items """ | 
					
						
							|  |  |  | 	want = 'llst' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | linked_lists = linked_list | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class integers(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""integers -  """ | 
					
						
							|  |  |  | 	want = 'long' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | integer = integers | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class list_or_record(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""list or record - a list or record """ | 
					
						
							|  |  |  | 	want = 'lr  ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class list_2c__record_or_text(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""list, record or text - a list, record or text """ | 
					
						
							|  |  |  | 	want = 'lrs ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class list_or_string(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""list or string - a list or string """ | 
					
						
							|  |  |  | 	want = 'ls  ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class machines(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""machines -  """ | 
					
						
							|  |  |  | 	want = 'mach' | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | machine = machines | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class March(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""March - the month of March """ | 
					
						
							|  |  |  | 	want = 'mar ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class May(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""May - the month of May """ | 
					
						
							|  |  |  | 	want = 'may ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class meters(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""meters - a distance measurement in SI meters """ | 
					
						
							|  |  |  | 	want = 'metr' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | metres = meters | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class miles(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""miles - a distance measurement in Imperial miles """ | 
					
						
							|  |  |  | 	want = 'mile' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class months(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""months -  """ | 
					
						
							|  |  |  | 	want = 'mnth' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | month = months | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class Monday(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""Monday - Monday """ | 
					
						
							|  |  |  | 	want = 'mon ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class missing_values(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""missing values -  """ | 
					
						
							|  |  |  | 	want = 'msng' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | missing_value = missing_values | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class number_or_date(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""number or date - a number or date """ | 
					
						
							|  |  |  | 	want = 'nd  ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class number_2c__date_or_text(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""number, date or text - a number, date or text """ | 
					
						
							|  |  |  | 	want = 'nds ' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class numbers(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""numbers -  """ | 
					
						
							|  |  |  | 	want = 'nmbr' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | number = numbers | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class November(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""November - the month of November """ | 
					
						
							|  |  |  | 	want = 'nov ' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class number_or_string(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""number or string - a number or string """ | 
					
						
							|  |  |  | 	want = 'ns  ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class references(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""references -  """ | 
					
						
							|  |  |  | 	want = 'obj ' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | reference = references | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class October(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""October - the month of October """ | 
					
						
							|  |  |  | 	want = 'oct ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class ounces(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""ounces - a weight measurement in SI meters """ | 
					
						
							|  |  |  | 	want = 'ozs ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class class_(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""class - the type of a value """ | 
					
						
							|  |  |  | 	want = 'pcls' | 
					
						
							|  |  |  | class _3c_Inheritance_3e_(aetools.NProperty): | 
					
						
							|  |  |  | 	"""<Inheritance> - inherits some of its properties from this class """ | 
					
						
							|  |  |  | 	which = 'c@#^' | 
					
						
							|  |  |  | 	want = 'type' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | classes = class_ | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class prepositions(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""prepositions -  """ | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	want = 'prep' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | preposition = prepositions | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class properties(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""properties -  """ | 
					
						
							|  |  |  | 	want = 'prop' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | property = properties | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class writing_code(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""writing code - codes that identify the language and script system """ | 
					
						
							|  |  |  | 	want = 'psct' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class Pascal_strings(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""Pascal strings -  """ | 
					
						
							|  |  |  | 	want = 'pstr' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Pascal_string = Pascal_strings | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class quarts(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""quarts - a volume measurement in Imperial quarts """ | 
					
						
							|  |  |  | 	want = 'qrts' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class data(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""data - an AppleScript raw data object """ | 
					
						
							|  |  |  | 	want = 'rdat' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class records(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""records -  """ | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	want = 'reco' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | record = records | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class Saturday(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""Saturday - Saturday """ | 
					
						
							|  |  |  | 	want = 'sat ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class seconds(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""seconds - more than one second """ | 
					
						
							|  |  |  | 	want = 'scnd' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 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' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | scripts = script | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class September(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""September - the month of September """ | 
					
						
							|  |  |  | 	want = 'sep ' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class alias_or_string(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""alias or string - an alias or string """ | 
					
						
							|  |  |  | 	want = 'sf  ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class sounds(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""sounds -  """ | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	want = 'snd ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | sound = sounds | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class square_feet(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""square feet - an area measurement in Imperial square feet """ | 
					
						
							|  |  |  | 	want = 'sqft' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class square_kilometers(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""square kilometers - an area measurement in SI square kilometers """ | 
					
						
							|  |  |  | 	want = 'sqkm' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | square_kilometres = square_kilometers | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class square_miles(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""square miles - an area measurement in Imperial square miles """ | 
					
						
							|  |  |  | 	want = 'sqmi' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class square_meters(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""square meters - an area measurement in SI square meters """ | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 	want = 'sqrm' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | square_metres = square_meters | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class square_yards(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""square yards - an area measurement in Imperial square yards """ | 
					
						
							|  |  |  | 	want = 'sqyd' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class styled_Clipboard_text(aetools.ComponentItem): | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	"""styled Clipboard text - clipboard text with font, size, and style information """ | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	want = 'styl' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | styled_Clipboard_text = styled_Clipboard_text | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class Sunday(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""Sunday - Sunday """ | 
					
						
							|  |  |  | 	want = 'sun ' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class styled_Unicode_text(aetools.ComponentItem): | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	"""styled Unicode text - styled text in the Unicode format """ | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	want = 'sutx' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | styled_Unicode_text = styled_Unicode_text | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class Thursday(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""Thursday - Thursday """ | 
					
						
							|  |  |  | 	want = 'thu ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class Tuesday(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""Tuesday - Tuesday """ | 
					
						
							|  |  |  | 	want = 'tue ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class type_class(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""type class - the name of a particular class (or any four-character code) """ | 
					
						
							|  |  |  | 	want = 'type' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class empty_ae_name_(aetools.ComponentItem): | 
					
						
							|  |  |  | 	""" - the undefined value """ | 
					
						
							|  |  |  | 	want = 'undf' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class Unicode_text(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""Unicode text - text in the Unicode format (cannot be viewed without conversion) """ | 
					
						
							|  |  |  | 	want = 'utxt' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Unicode_text = Unicode_text | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class vector(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""vector - An ordered collection of items """ | 
					
						
							|  |  |  | 	want = 'vect' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | vectors = vector | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class version(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""version - a version value """ | 
					
						
							|  |  |  | 	want = 'vers' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class Wednesday(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""Wednesday - Wednesday """ | 
					
						
							|  |  |  | 	want = 'wed ' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class weekdays(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""weekdays -  """ | 
					
						
							|  |  |  | 	want = 'wkdy' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | weekday = weekdays | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | class yards(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""yards - a distance measurement in Imperial yards """ | 
					
						
							|  |  |  | 	want = 'yard' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class zones(aetools.ComponentItem): | 
					
						
							|  |  |  | 	"""zones -  """ | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	want = 'zone' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | zone = zones | 
					
						
							|  |  |  | anything._superclassnames = [] | 
					
						
							|  |  |  | anything._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | anything._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | pictures._superclassnames = [] | 
					
						
							|  |  |  | pictures._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | pictures._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | styled_text._superclassnames = [] | 
					
						
							|  |  |  | styled_text._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | styled_text._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | styled_text._superclassnames = [] | 
					
						
							|  |  |  | styled_text._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | styled_text._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | strings._superclassnames = [] | 
					
						
							|  |  |  | strings._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | strings._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | aliases._superclassnames = [] | 
					
						
							|  |  |  | aliases._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | aliases._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | April._superclassnames = [] | 
					
						
							|  |  |  | April._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | April._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | August._superclassnames = [] | 
					
						
							|  |  |  | August._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | August._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | booleans._superclassnames = [] | 
					
						
							|  |  |  | booleans._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | booleans._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | RGB_colors._superclassnames = [] | 
					
						
							|  |  |  | RGB_colors._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | RGB_colors._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | application._superclassnames = [] | 
					
						
							|  |  |  | application._privpropdict = { | 
					
						
							|  |  |  | 	'AppleScript' : AppleScript, | 
					
						
							|  |  |  | 	'days' : days, | 
					
						
							|  |  |  | 	'hours' : hours, | 
					
						
							|  |  |  | 	'minutes' : minutes, | 
					
						
							|  |  |  | 	'pi' : pi, | 
					
						
							|  |  |  | 	'print_depth' : print_depth, | 
					
						
							|  |  |  | 	'print_length' : print_length, | 
					
						
							|  |  |  | 	'result' : result, | 
					
						
							|  |  |  | 	'return_' : return_, | 
					
						
							|  |  |  | 	'space' : space, | 
					
						
							|  |  |  | 	'tab' : tab, | 
					
						
							|  |  |  | 	'text_item_delimiters' : text_item_delimiters, | 
					
						
							|  |  |  | 	'weeks' : weeks, | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | application._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | upper_case._superclassnames = [] | 
					
						
							|  |  |  | upper_case._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | upper_case._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | cubic_centimeters._superclassnames = [] | 
					
						
							|  |  |  | cubic_centimeters._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | cubic_centimeters._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | cubic_feet._superclassnames = [] | 
					
						
							|  |  |  | cubic_feet._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | cubic_feet._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | characters._superclassnames = [] | 
					
						
							|  |  |  | characters._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | characters._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | writing_code_info._superclassnames = [] | 
					
						
							|  |  |  | writing_code_info._privpropdict = { | 
					
						
							|  |  |  | 	'language_code' : language_code, | 
					
						
							|  |  |  | 	'script_code' : script_code, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | writing_code_info._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | text_items._superclassnames = [] | 
					
						
							|  |  |  | text_items._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | text_items._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | cubic_meters._superclassnames = [] | 
					
						
							|  |  |  | cubic_meters._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | cubic_meters._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | centimeters._superclassnames = [] | 
					
						
							|  |  |  | centimeters._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | centimeters._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | item._superclassnames = [] | 
					
						
							|  |  |  | item._privpropdict = { | 
					
						
							|  |  |  | 	'id' : id, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | item._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | C_strings._superclassnames = [] | 
					
						
							|  |  |  | C_strings._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | C_strings._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | text._superclassnames = [] | 
					
						
							|  |  |  | text._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | text._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | cubic_inches._superclassnames = [] | 
					
						
							|  |  |  | cubic_inches._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | cubic_inches._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | cubic_yards._superclassnames = [] | 
					
						
							|  |  |  | cubic_yards._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | cubic_yards._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | December._superclassnames = [] | 
					
						
							|  |  |  | December._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | December._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | degrees_Celsius._superclassnames = [] | 
					
						
							|  |  |  | degrees_Celsius._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | degrees_Celsius._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | degrees_Fahrenheit._superclassnames = [] | 
					
						
							|  |  |  | degrees_Fahrenheit._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | degrees_Fahrenheit._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | degrees_Kelvin._superclassnames = [] | 
					
						
							|  |  |  | degrees_Kelvin._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | degrees_Kelvin._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | reals._superclassnames = [] | 
					
						
							|  |  |  | reals._privpropdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | reals._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | encoded_strings._superclassnames = [] | 
					
						
							|  |  |  | encoded_strings._privpropdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | encoded_strings._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | constants._superclassnames = [] | 
					
						
							|  |  |  | constants._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | constants._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | events._superclassnames = [] | 
					
						
							|  |  |  | events._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | events._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | February._superclassnames = [] | 
					
						
							|  |  |  | February._privpropdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | February._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | feet._superclassnames = [] | 
					
						
							|  |  |  | feet._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | feet._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | Friday._superclassnames = [] | 
					
						
							|  |  |  | Friday._privpropdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | Friday._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | file_specifications._superclassnames = [] | 
					
						
							|  |  |  | file_specifications._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | file_specifications._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | gallons._superclassnames = [] | 
					
						
							|  |  |  | gallons._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | gallons._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | grams._superclassnames = [] | 
					
						
							|  |  |  | grams._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | grams._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | handlers._superclassnames = [] | 
					
						
							|  |  |  | handlers._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | handlers._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | inches._superclassnames = [] | 
					
						
							|  |  |  | inches._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | inches._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | international_text._superclassnames = [] | 
					
						
							|  |  |  | international_text._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | international_text._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | international_text._superclassnames = [] | 
					
						
							|  |  |  | international_text._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | international_text._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | January._superclassnames = [] | 
					
						
							|  |  |  | January._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | January._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | July._superclassnames = [] | 
					
						
							|  |  |  | July._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | July._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | June._superclassnames = [] | 
					
						
							|  |  |  | June._privpropdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | June._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | reference_forms._superclassnames = [] | 
					
						
							|  |  |  | reference_forms._privpropdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | reference_forms._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | kilograms._superclassnames = [] | 
					
						
							|  |  |  | kilograms._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | kilograms._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | kilometers._superclassnames = [] | 
					
						
							|  |  |  | kilometers._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | kilometers._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | keystroke._superclassnames = [] | 
					
						
							|  |  |  | keystroke._privpropdict = { | 
					
						
							|  |  |  | 	'key' : key, | 
					
						
							|  |  |  | 	'key_kind' : key_kind, | 
					
						
							|  |  |  | 	'modifiers' : modifiers, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | keystroke._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | pounds._superclassnames = [] | 
					
						
							|  |  |  | pounds._privpropdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | pounds._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | date._superclassnames = [] | 
					
						
							|  |  |  | date._privpropdict = { | 
					
						
							|  |  |  | 	'date_string' : date_string, | 
					
						
							|  |  |  | 	'day' : day, | 
					
						
							|  |  |  | 	'month' : month, | 
					
						
							|  |  |  | 	'time' : time, | 
					
						
							|  |  |  | 	'time_string' : time_string, | 
					
						
							|  |  |  | 	'weekday' : weekday, | 
					
						
							|  |  |  | 	'year' : year, | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | date._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | list._superclassnames = [] | 
					
						
							|  |  |  | list._privpropdict = { | 
					
						
							|  |  |  | 	'length' : length, | 
					
						
							|  |  |  | 	'rest' : rest, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'reverse' : reverse, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | list._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | liters._superclassnames = [] | 
					
						
							|  |  |  | liters._privpropdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | liters._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | linked_list._superclassnames = [] | 
					
						
							|  |  |  | linked_list._privpropdict = { | 
					
						
							|  |  |  | 	'length' : length, | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | linked_list._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | integers._superclassnames = [] | 
					
						
							|  |  |  | integers._privpropdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | integers._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | list_or_record._superclassnames = [] | 
					
						
							|  |  |  | list_or_record._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | list_or_record._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | list_2c__record_or_text._superclassnames = [] | 
					
						
							|  |  |  | list_2c__record_or_text._privpropdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | list_2c__record_or_text._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | list_or_string._superclassnames = [] | 
					
						
							|  |  |  | list_or_string._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | list_or_string._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | machines._superclassnames = [] | 
					
						
							|  |  |  | machines._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | machines._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | March._superclassnames = [] | 
					
						
							|  |  |  | March._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | March._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | May._superclassnames = [] | 
					
						
							|  |  |  | May._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | May._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | meters._superclassnames = [] | 
					
						
							|  |  |  | meters._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | meters._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | miles._superclassnames = [] | 
					
						
							|  |  |  | miles._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | miles._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | months._superclassnames = [] | 
					
						
							|  |  |  | months._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | months._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | Monday._superclassnames = [] | 
					
						
							|  |  |  | Monday._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | Monday._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | missing_values._superclassnames = [] | 
					
						
							|  |  |  | missing_values._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | missing_values._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | number_or_date._superclassnames = [] | 
					
						
							|  |  |  | number_or_date._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | number_or_date._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | number_2c__date_or_text._superclassnames = [] | 
					
						
							|  |  |  | number_2c__date_or_text._privpropdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | number_2c__date_or_text._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | numbers._superclassnames = [] | 
					
						
							|  |  |  | numbers._privpropdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | numbers._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | November._superclassnames = [] | 
					
						
							|  |  |  | November._privpropdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | November._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | number_or_string._superclassnames = [] | 
					
						
							|  |  |  | number_or_string._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | number_or_string._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | references._superclassnames = [] | 
					
						
							|  |  |  | references._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | references._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | October._superclassnames = [] | 
					
						
							|  |  |  | October._privpropdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | October._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | ounces._superclassnames = [] | 
					
						
							|  |  |  | ounces._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | ounces._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class_._superclassnames = ['type_class'] | 
					
						
							|  |  |  | class_._privpropdict = { | 
					
						
							|  |  |  | 	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class_._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | prepositions._superclassnames = [] | 
					
						
							|  |  |  | prepositions._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | prepositions._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | properties._superclassnames = [] | 
					
						
							|  |  |  | properties._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | properties._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | writing_code._superclassnames = [] | 
					
						
							|  |  |  | writing_code._privpropdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | writing_code._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | Pascal_strings._superclassnames = [] | 
					
						
							|  |  |  | Pascal_strings._privpropdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | Pascal_strings._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | quarts._superclassnames = [] | 
					
						
							|  |  |  | quarts._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | quarts._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | data._superclassnames = [] | 
					
						
							|  |  |  | data._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | data._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | records._superclassnames = [] | 
					
						
							|  |  |  | records._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | records._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | Saturday._superclassnames = [] | 
					
						
							|  |  |  | Saturday._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | Saturday._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | seconds._superclassnames = [] | 
					
						
							|  |  |  | seconds._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | seconds._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | script._superclassnames = [] | 
					
						
							|  |  |  | script._privpropdict = { | 
					
						
							|  |  |  | 	'name' : name, | 
					
						
							|  |  |  | 	'parent' : parent, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | script._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | September._superclassnames = [] | 
					
						
							|  |  |  | September._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | September._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | alias_or_string._superclassnames = [] | 
					
						
							|  |  |  | alias_or_string._privpropdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | alias_or_string._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | sounds._superclassnames = [] | 
					
						
							|  |  |  | sounds._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | sounds._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | square_feet._superclassnames = [] | 
					
						
							|  |  |  | square_feet._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | square_feet._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | square_kilometers._superclassnames = [] | 
					
						
							|  |  |  | square_kilometers._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | square_kilometers._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | square_miles._superclassnames = [] | 
					
						
							|  |  |  | square_miles._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | square_miles._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | square_meters._superclassnames = [] | 
					
						
							|  |  |  | square_meters._privpropdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | square_meters._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | square_yards._superclassnames = [] | 
					
						
							|  |  |  | square_yards._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | square_yards._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | styled_Clipboard_text._superclassnames = [] | 
					
						
							|  |  |  | styled_Clipboard_text._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | styled_Clipboard_text._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | styled_Clipboard_text._superclassnames = [] | 
					
						
							|  |  |  | styled_Clipboard_text._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | styled_Clipboard_text._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | Sunday._superclassnames = [] | 
					
						
							|  |  |  | Sunday._privpropdict = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | Sunday._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | styled_Unicode_text._superclassnames = [] | 
					
						
							|  |  |  | styled_Unicode_text._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | styled_Unicode_text._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | styled_Unicode_text._superclassnames = [] | 
					
						
							|  |  |  | styled_Unicode_text._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | styled_Unicode_text._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | Thursday._superclassnames = [] | 
					
						
							|  |  |  | Thursday._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | Thursday._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | Tuesday._superclassnames = [] | 
					
						
							|  |  |  | Tuesday._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | Tuesday._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | type_class._superclassnames = [] | 
					
						
							|  |  |  | type_class._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | type_class._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | empty_ae_name_._superclassnames = [] | 
					
						
							|  |  |  | empty_ae_name_._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | empty_ae_name_._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | Unicode_text._superclassnames = [] | 
					
						
							|  |  |  | Unicode_text._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | Unicode_text._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | Unicode_text._superclassnames = [] | 
					
						
							|  |  |  | Unicode_text._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | Unicode_text._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | vector._superclassnames = [] | 
					
						
							|  |  |  | vector._privpropdict = { | 
					
						
							|  |  |  | 	'length' : length, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | vector._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | version._superclassnames = [] | 
					
						
							|  |  |  | version._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | version._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | Wednesday._superclassnames = [] | 
					
						
							|  |  |  | Wednesday._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | Wednesday._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | weekdays._superclassnames = [] | 
					
						
							|  |  |  | weekdays._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | weekdays._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | yards._superclassnames = [] | 
					
						
							|  |  |  | yards._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | yards._privelemdict = { | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | zones._superclassnames = [] | 
					
						
							|  |  |  | zones._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | zones._privelemdict = { | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | } | 
					
						
							|  |  |  | _Enum_boov = { | 
					
						
							|  |  |  | 	'true' : 'true',	# the true boolean value | 
					
						
							|  |  |  | 	'false' : 'fals',	# the false boolean value | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | _Enum_cons = { | 
					
						
							|  |  |  | 	'case' : 'case',	# case | 
					
						
							|  |  |  | 	'diacriticals' : 'diac',	# diacriticals | 
					
						
							|  |  |  | 	'white_space' : 'whit',	# white space | 
					
						
							|  |  |  | 	'hyphens' : 'hyph',	# hyphens | 
					
						
							|  |  |  | 	'expansion' : 'expa',	# expansion | 
					
						
							|  |  |  | 	'punctuation' : 'punc',	# punctuation | 
					
						
							|  |  |  | 	'application_responses' : 'rmte',	# remote event replies | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | _Enum_eMds = { | 
					
						
							|  |  |  | 	'option_down' : 'Kopt',	#  | 
					
						
							|  |  |  | 	'command_down' : 'Kcmd',	#  | 
					
						
							|  |  |  | 	'control_down' : 'Kctl',	#  | 
					
						
							|  |  |  | 	'shift_down' : 'Ksft',	#  | 
					
						
							|  |  |  | 	'caps_lock_down' : 'Kclk',	#  | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | _Enum_ekst = { | 
					
						
							| 
									
										
										
										
											2002-01-22 23:22:32 +00:00
										 |  |  | 	'escape_key' : 'ks5\x00',	#  | 
					
						
							|  |  |  | 	'delete_key' : 'ks3\x00',	#  | 
					
						
							|  |  |  | 	'tab_key' : 'ks0\x00',	#  | 
					
						
							|  |  |  | 	'return_key' : 'ks$\x00',	#  | 
					
						
							|  |  |  | 	'clear_key' : 'ksG\x00',	#  | 
					
						
							|  |  |  | 	'enter_key' : 'ksL\x00',	#  | 
					
						
							|  |  |  | 	'up_arrow_key' : 'ks~\x00',	#  | 
					
						
							|  |  |  | 	'down_arrow_key' : 'ks}\x00',	#  | 
					
						
							|  |  |  | 	'left_arrow_key' : 'ks{\x00',	#  | 
					
						
							|  |  |  | 	'right_arrow_key' : 'ks|\x00',	#  | 
					
						
							|  |  |  | 	'help_key' : 'ksr\x00',	#  | 
					
						
							|  |  |  | 	'home_key' : 'kss\x00',	#  | 
					
						
							|  |  |  | 	'page_up_key' : 'kst\x00',	#  | 
					
						
							|  |  |  | 	'page_down_key' : 'ksy\x00',	#  | 
					
						
							|  |  |  | 	'forward_del_key' : 'ksu\x00',	#  | 
					
						
							|  |  |  | 	'end_key' : 'ksw\x00',	#  | 
					
						
							|  |  |  | 	'F1_key' : 'ksz\x00',	#  | 
					
						
							|  |  |  | 	'F2_key' : 'ksx\x00',	#  | 
					
						
							|  |  |  | 	'F3_key' : 'ksc\x00',	#  | 
					
						
							|  |  |  | 	'F4_key' : 'ksv\x00',	#  | 
					
						
							|  |  |  | 	'F5_key' : 'ks`\x00',	#  | 
					
						
							|  |  |  | 	'F6_key' : 'ksa\x00',	#  | 
					
						
							|  |  |  | 	'F7_key' : 'ksb\x00',	#  | 
					
						
							|  |  |  | 	'F8_key' : 'ksd\x00',	#  | 
					
						
							|  |  |  | 	'F9_key' : 'kse\x00',	#  | 
					
						
							|  |  |  | 	'F10_key' : 'ksm\x00',	#  | 
					
						
							|  |  |  | 	'F11_key' : 'ksg\x00',	#  | 
					
						
							|  |  |  | 	'F12_key' : 'kso\x00',	#  | 
					
						
							|  |  |  | 	'F13_key' : 'ksi\x00',	#  | 
					
						
							|  |  |  | 	'F14_key' : 'ksk\x00',	#  | 
					
						
							|  |  |  | 	'F15_key' : 'ksq\x00',	#  | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | _Enum_misc = { | 
					
						
							|  |  |  | 	'current_application' : 'cura',	# the current application | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Indices of types declared in this module | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | _classdeclarations = { | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'****' : anything, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'PICT' : pictures, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'STXT' : styled_text, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'TEXT' : strings, | 
					
						
							|  |  |  | 	'alis' : aliases, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'apr ' : April, | 
					
						
							|  |  |  | 	'aug ' : August, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'bool' : booleans, | 
					
						
							|  |  |  | 	'cRGB' : RGB_colors, | 
					
						
							|  |  |  | 	'capp' : application, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'case' : upper_case, | 
					
						
							|  |  |  | 	'ccmt' : cubic_centimeters, | 
					
						
							|  |  |  | 	'cfet' : cubic_feet, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'cha ' : characters, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'citl' : writing_code_info, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'citm' : text_items, | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	'cmet' : cubic_meters, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'cmtr' : centimeters, | 
					
						
							|  |  |  | 	'cobj' : item, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'cstr' : C_strings, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'ctxt' : text, | 
					
						
							|  |  |  | 	'cuin' : cubic_inches, | 
					
						
							|  |  |  | 	'cyrd' : cubic_yards, | 
					
						
							|  |  |  | 	'dec ' : December, | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	'degc' : degrees_Celsius, | 
					
						
							| 
									
										
										
										
											2002-01-22 23:22:32 +00:00
										 |  |  | 	'degf' : degrees_Fahrenheit, | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	'degk' : degrees_Kelvin, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'doub' : reals, | 
					
						
							|  |  |  | 	'encs' : encoded_strings, | 
					
						
							|  |  |  | 	'enum' : constants, | 
					
						
							|  |  |  | 	'evnt' : events, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'feb ' : February, | 
					
						
							|  |  |  | 	'feet' : feet, | 
					
						
							|  |  |  | 	'fri ' : Friday, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'fss ' : file_specifications, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'galn' : gallons, | 
					
						
							|  |  |  | 	'gram' : grams, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'hand' : handlers, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'inch' : inches, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 	'itxt' : international_text, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'jan ' : January, | 
					
						
							|  |  |  | 	'jul ' : July, | 
					
						
							|  |  |  | 	'jun ' : June, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'kfrm' : reference_forms, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'kgrm' : kilograms, | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	'kmtr' : kilometers, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'kprs' : keystroke, | 
					
						
							|  |  |  | 	'lbs ' : pounds, | 
					
						
							|  |  |  | 	'ldt ' : date, | 
					
						
							| 
									
										
										
										
											2002-01-22 23:22:32 +00:00
										 |  |  | 	'list' : list, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'litr' : liters, | 
					
						
							|  |  |  | 	'llst' : linked_list, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'long' : integers, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'lr  ' : list_or_record, | 
					
						
							|  |  |  | 	'lrs ' : list_2c__record_or_text, | 
					
						
							|  |  |  | 	'ls  ' : list_or_string, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'mach' : machines, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'mar ' : March, | 
					
						
							|  |  |  | 	'may ' : May, | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	'metr' : meters, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'mile' : miles, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'mnth' : months, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'mon ' : Monday, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'msng' : missing_values, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'nd  ' : number_or_date, | 
					
						
							|  |  |  | 	'nds ' : number_2c__date_or_text, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'nmbr' : numbers, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'nov ' : November, | 
					
						
							| 
									
										
										
										
											2002-01-22 23:22:32 +00:00
										 |  |  | 	'ns  ' : number_or_string, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'obj ' : references, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'oct ' : October, | 
					
						
							|  |  |  | 	'ozs ' : ounces, | 
					
						
							|  |  |  | 	'pcls' : class_, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'prep' : prepositions, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'prop' : properties, | 
					
						
							|  |  |  | 	'psct' : writing_code, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'pstr' : Pascal_strings, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'qrts' : quarts, | 
					
						
							|  |  |  | 	'rdat' : data, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'reco' : records, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'sat ' : Saturday, | 
					
						
							|  |  |  | 	'scnd' : seconds, | 
					
						
							|  |  |  | 	'scpt' : script, | 
					
						
							|  |  |  | 	'sep ' : September, | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	'sf  ' : alias_or_string, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'snd ' : sounds, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'sqft' : square_feet, | 
					
						
							|  |  |  | 	'sqkm' : square_kilometers, | 
					
						
							|  |  |  | 	'sqmi' : square_miles, | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	'sqrm' : square_meters, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'sqyd' : square_yards, | 
					
						
							|  |  |  | 	'styl' : styled_Clipboard_text, | 
					
						
							|  |  |  | 	'sun ' : Sunday, | 
					
						
							|  |  |  | 	'sutx' : styled_Unicode_text, | 
					
						
							|  |  |  | 	'thu ' : Thursday, | 
					
						
							|  |  |  | 	'tue ' : Tuesday, | 
					
						
							|  |  |  | 	'type' : type_class, | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | 	'undf' : empty_ae_name_, | 
					
						
							| 
									
										
										
										
											2002-01-22 23:22:32 +00:00
										 |  |  | 	'utxt' : Unicode_text, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'vect' : vector, | 
					
						
							|  |  |  | 	'vers' : version, | 
					
						
							|  |  |  | 	'wed ' : Wednesday, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'wkdy' : weekdays, | 
					
						
							| 
									
										
										
										
											2002-01-22 23:22:32 +00:00
										 |  |  | 	'yard' : yards, | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | 	'zone' : zones, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | _propdeclarations = { | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'ID  ' : id, | 
					
						
							|  |  |  | 	'ascr' : AppleScript, | 
					
						
							|  |  |  | 	'c@#^' : _3c_Inheritance_3e_, | 
					
						
							|  |  |  | 	'day ' : day, | 
					
						
							|  |  |  | 	'days' : days, | 
					
						
							|  |  |  | 	'dstr' : date_string, | 
					
						
							|  |  |  | 	'hour' : hours, | 
					
						
							|  |  |  | 	'kMod' : modifiers, | 
					
						
							|  |  |  | 	'kMsg' : key, | 
					
						
							|  |  |  | 	'kknd' : key_kind, | 
					
						
							|  |  |  | 	'leng' : length, | 
					
						
							|  |  |  | 	'min ' : minutes, | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	'mnth' : month, | 
					
						
							| 
									
										
										
										
											2002-01-22 23:22:32 +00:00
										 |  |  | 	'pare' : parent, | 
					
						
							| 
									
										
										
										
											2003-03-28 22:07:22 +00:00
										 |  |  | 	'pi  ' : pi, | 
					
						
							| 
									
										
										
										
											2002-01-22 23:22:32 +00:00
										 |  |  | 	'plcd' : language_code, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'pnam' : name, | 
					
						
							| 
									
										
										
										
											2002-01-22 23:22:32 +00:00
										 |  |  | 	'prdp' : print_depth, | 
					
						
							|  |  |  | 	'prln' : print_length, | 
					
						
							|  |  |  | 	'pscd' : script_code, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'rest' : rest, | 
					
						
							|  |  |  | 	'ret ' : return_, | 
					
						
							| 
									
										
										
										
											2002-01-22 23:22:32 +00:00
										 |  |  | 	'rslt' : result, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'rvse' : reverse, | 
					
						
							|  |  |  | 	'spac' : space, | 
					
						
							|  |  |  | 	'tab ' : tab, | 
					
						
							|  |  |  | 	'time' : time, | 
					
						
							|  |  |  | 	'tstr' : time_string, | 
					
						
							|  |  |  | 	'txdl' : text_item_delimiters, | 
					
						
							|  |  |  | 	'week' : weeks, | 
					
						
							|  |  |  | 	'wkdy' : weekday, | 
					
						
							|  |  |  | 	'year' : year, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | _compdeclarations = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | _enumdeclarations = { | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'boov' : _Enum_boov, | 
					
						
							| 
									
										
										
										
											2002-01-22 23:22:32 +00:00
										 |  |  | 	'cons' : _Enum_cons, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'eMds' : _Enum_eMds, | 
					
						
							| 
									
										
										
										
											2002-01-22 23:22:32 +00:00
										 |  |  | 	'ekst' : _Enum_ekst, | 
					
						
							| 
									
										
										
										
											2003-03-28 23:38:00 +00:00
										 |  |  | 	'misc' : _Enum_misc, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } |