[Python-checkins] python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites AppleScript_Suite.py,1.4,1.5 Macintosh_Connectivity_Clas.py,1.2,1.3 QuickDraw_Graphics_Suite.py,1.2,1.3 QuickDraw_Graphics_Suppleme.py,1.2,1.3 Required_Suite.py,1.2,1.3 Standard_Suite.py,1.4,1.5 Table_Suite.py,1.3,1.4 Text_Suite.py,1.3,1.4 Type_Names_Suite.py,1.2,1.3 __init__.py,1.3,1.4

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 07 Aug 2002 08:53:44 -0700


Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites
In directory usw-pr-cvs1:/tmp/cvs-serv3925/StdSuites

Modified Files:
	AppleScript_Suite.py Macintosh_Connectivity_Clas.py 
	QuickDraw_Graphics_Suite.py QuickDraw_Graphics_Suppleme.py 
	Required_Suite.py Standard_Suite.py Table_Suite.py 
	Text_Suite.py Type_Names_Suite.py __init__.py 
Log Message:
Regenerated with OSA class inheritance and fix for non-ascii chars.


Index: AppleScript_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AppleScript_Suite.py	23 Apr 2002 21:08:37 -0000	1.4
--- AppleScript_Suite.py	7 Aug 2002 15:53:42 -0000	1.5
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Extensies:AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
[...1300 lines suppressed...]
  	'enum' : constant,
--- 2114,2118 ----
  	'cha ' : character,
  	'apr ' : April,
! 	'undf' : empty_ae_name_,
  	'capp' : app,
  	'enum' : constant,
***************
*** 2046,2050 ****
  	'tstr' : time_string,
  	'pi  ' : pi,
! 	'ret ' : _return,
  	'plcd' : language_code,
  	'kMsg' : key,
--- 2156,2160 ----
  	'tstr' : time_string,
  	'pi  ' : pi,
! 	'ret ' : return_,
  	'plcd' : language_code,
  	'kMsg' : key,

Index: Macintosh_Connectivity_Clas.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Macintosh_Connectivity_Clas.py	22 Jan 2002 23:21:33 -0000	1.2
--- Macintosh_Connectivity_Clas.py	7 Aug 2002 15:53:42 -0000	1.3
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Extensies:AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
***************
*** 159,183 ****
  
  USB_Addresses = USB_address
! device_specification._propdict = {
  	'properties' : properties,
  	'device_type' : device_type,
  	'device_address' : device_address,
  }
! device_specification._elemdict = {
  }
! address_specification._propdict = {
  	'properties' : properties,
  	'conduit' : conduit,
  	'protocol' : protocol,
  }
! address_specification._elemdict = {
  }
! ADB_address._propdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'ID' : ID,
  }
! ADB_address._elemdict = {
  }
! AppleTalk_address._propdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'AppleTalk_machine' : AppleTalk_machine,
--- 159,187 ----
  
  USB_Addresses = USB_address
! device_specification._superclassnames = []
! device_specification._privpropdict = {
  	'properties' : properties,
  	'device_type' : device_type,
  	'device_address' : device_address,
  }
! device_specification._privelemdict = {
  }
! address_specification._superclassnames = []
! address_specification._privpropdict = {
  	'properties' : properties,
  	'conduit' : conduit,
  	'protocol' : protocol,
  }
! address_specification._privelemdict = {
  }
! ADB_address._superclassnames = ['address_specification']
! ADB_address._privpropdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'ID' : ID,
  }
! ADB_address._privelemdict = {
  }
! AppleTalk_address._superclassnames = ['address_specification']
! AppleTalk_address._privpropdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'AppleTalk_machine' : AppleTalk_machine,
***************
*** 185,209 ****
  	'AppleTalk_type' : AppleTalk_type,
  }
! AppleTalk_address._elemdict = {
  }
! bus_slot._propdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'ID' : ID,
  }
! bus_slot._elemdict = {
  }
! Ethernet_address._propdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'ID' : ID,
  }
! Ethernet_address._elemdict = {
  }
! FireWire_address._propdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'ID' : ID,
  }
! FireWire_address._elemdict = {
  }
! IP_address._propdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'ID' : ID,
--- 189,217 ----
  	'AppleTalk_type' : AppleTalk_type,
  }
! AppleTalk_address._privelemdict = {
  }
! bus_slot._superclassnames = ['address_specification']
! bus_slot._privpropdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'ID' : ID,
  }
! bus_slot._privelemdict = {
  }
! Ethernet_address._superclassnames = ['address_specification']
! Ethernet_address._privpropdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'ID' : ID,
  }
! Ethernet_address._privelemdict = {
  }
! FireWire_address._superclassnames = ['address_specification']
! FireWire_address._privpropdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'ID' : ID,
  }
! FireWire_address._privelemdict = {
  }
! IP_address._superclassnames = ['address_specification']
! IP_address._privpropdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'ID' : ID,
***************
*** 211,217 ****
  	'port' : port,
  }
! IP_address._elemdict = {
  }
! LocalTalk_address._propdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'network' : network,
--- 219,226 ----
  	'port' : port,
  }
! IP_address._privelemdict = {
  }
! LocalTalk_address._superclassnames = ['address_specification']
! LocalTalk_address._privpropdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'network' : network,
***************
*** 219,225 ****
  	'socket' : socket,
  }
! LocalTalk_address._elemdict = {
  }
! SCSI_address._propdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'SCSI_bus' : SCSI_bus,
--- 228,235 ----
  	'socket' : socket,
  }
! LocalTalk_address._privelemdict = {
  }
! SCSI_address._superclassnames = ['address_specification']
! SCSI_address._privpropdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'SCSI_bus' : SCSI_bus,
***************
*** 227,243 ****
  	'LUN' : LUN,
  }
! SCSI_address._elemdict = {
  }
! Token_Ring_address._propdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'ID' : ID,
  }
! Token_Ring_address._elemdict = {
  }
! USB_address._propdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'name' : name,
  }
! USB_address._elemdict = {
  }
  _Enum_edvt = {
--- 237,255 ----
  	'LUN' : LUN,
  }
! SCSI_address._privelemdict = {
  }
! Token_Ring_address._superclassnames = ['address_specification']
! Token_Ring_address._privpropdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'ID' : ID,
  }
! Token_Ring_address._privelemdict = {
  }
! USB_address._superclassnames = ['address_specification']
! USB_address._privpropdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'name' : name,
  }
! USB_address._privelemdict = {
  }
  _Enum_edvt = {

Index: QuickDraw_Graphics_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** QuickDraw_Graphics_Suite.py	22 Jan 2002 23:22:04 -0000	1.2
--- QuickDraw_Graphics_Suite.py	7 Aug 2002 15:53:42 -0000	1.3
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Extensies:AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
***************
*** 227,231 ****
  
  rounded_rectangles = rounded_rectangle
! arc._propdict = {
  	'arc_angle' : arc_angle,
  	'bounds' : bounds,
--- 227,232 ----
  
  rounded_rectangles = rounded_rectangle
! arc._superclassnames = []
! arc._privpropdict = {
  	'arc_angle' : arc_angle,
  	'bounds' : bounds,
***************
*** 239,245 ****
  	'transfer_mode' : transfer_mode,
  }
! arc._elemdict = {
  }
! drawing_area._propdict = {
  	'background_color' : background_color,
  	'background_pattern' : background_pattern,
--- 240,247 ----
  	'transfer_mode' : transfer_mode,
  }
! arc._privelemdict = {
  }
! drawing_area._superclassnames = []
! drawing_area._privpropdict = {
  	'background_color' : background_color,
  	'background_pattern' : background_pattern,
***************
*** 256,262 ****
  	'update_on_change' : update_on_change,
  }
! drawing_area._elemdict = {
  }
! graphic_line._propdict = {
  	'start_point' : start_point,
  	'end_point' : end_point,
--- 258,265 ----
  	'update_on_change' : update_on_change,
  }
! drawing_area._privelemdict = {
  }
! graphic_line._superclassnames = []
! graphic_line._privpropdict = {
  	'start_point' : start_point,
  	'end_point' : end_point,
***************
*** 264,278 ****
  	'arrow_style' : arrow_style,
  }
! graphic_line._elemdict = {
  }
! graphic_object._propdict = {
  }
! graphic_object._elemdict = {
  }
! graphic_shape._propdict = {
  }
! graphic_shape._elemdict = {
  }
! graphic_text._propdict = {
  	'color' : color,
  	'font' : font,
--- 267,284 ----
  	'arrow_style' : arrow_style,
  }
! graphic_line._privelemdict = {
  }
! graphic_object._superclassnames = []
! graphic_object._privpropdict = {
  }
! graphic_object._privelemdict = {
  }
! graphic_shape._superclassnames = []
! graphic_shape._privpropdict = {
  }
! graphic_shape._privelemdict = {
  }
! graphic_text._superclassnames = []
! graphic_text._privpropdict = {
  	'color' : color,
  	'font' : font,
***************
*** 280,316 ****
  	'uniform_styles' : uniform_styles,
  }
! graphic_text._elemdict = {
  }
! graphic_group._propdict = {
  }
! graphic_group._elemdict = {
  }
! oval._propdict = {
  }
! oval._elemdict = {
  }
! pixel._propdict = {
  	'color' : color,
  }
! pixel._elemdict = {
  }
! pixel_map._propdict = {
  }
! pixel_map._elemdict = {
  }
! polygon._propdict = {
  	'point_list' : point_list,
  }
! polygon._elemdict = {
  }
! rectangle._propdict = {
  }
! rectangle._elemdict = {
  }
! rounded_rectangle._propdict = {
  	'corner_curve_height' : corner_curve_height,
  	'corner_curve_width' : corner_curve_width,
  }
! rounded_rectangle._elemdict = {
  }
  _Enum_tran = {
--- 286,329 ----
  	'uniform_styles' : uniform_styles,
  }
! graphic_text._privelemdict = {
  }
! graphic_group._superclassnames = []
! graphic_group._privpropdict = {
  }
! graphic_group._privelemdict = {
  }
! oval._superclassnames = []
! oval._privpropdict = {
  }
! oval._privelemdict = {
  }
! pixel._superclassnames = []
! pixel._privpropdict = {
  	'color' : color,
  }
! pixel._privelemdict = {
  }
! pixel_map._superclassnames = []
! pixel_map._privpropdict = {
  }
! pixel_map._privelemdict = {
  }
! polygon._superclassnames = []
! polygon._privpropdict = {
  	'point_list' : point_list,
  }
! polygon._privelemdict = {
  }
! rectangle._superclassnames = []
! rectangle._privpropdict = {
  }
! rectangle._privelemdict = {
  }
! rounded_rectangle._superclassnames = []
! rounded_rectangle._privpropdict = {
  	'corner_curve_height' : corner_curve_height,
  	'corner_curve_width' : corner_curve_width,
  }
! rounded_rectangle._privelemdict = {
  }
  _Enum_tran = {

Index: QuickDraw_Graphics_Suppleme.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** QuickDraw_Graphics_Suppleme.py	22 Jan 2002 23:22:08 -0000	1.2
--- QuickDraw_Graphics_Suppleme.py	7 Aug 2002 15:53:42 -0000	1.3
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Extensies:AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
***************
*** 39,52 ****
  
  graphic_groups = graphic_group
! drawing_area._propdict = {
  	'rotation' : rotation,
  	'scale' : scale,
  	'translation' : translation,
  }
! drawing_area._elemdict = {
  }
! graphic_group._propdict = {
  }
! graphic_group._elemdict = {
  }
  
--- 39,54 ----
  
  graphic_groups = graphic_group
! drawing_area._superclassnames = []
! drawing_area._privpropdict = {
  	'rotation' : rotation,
  	'scale' : scale,
  	'translation' : translation,
  }
! drawing_area._privelemdict = {
  }
! graphic_group._superclassnames = []
! graphic_group._privpropdict = {
  }
! graphic_group._privelemdict = {
  }
  

Index: Required_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites/Required_Suite.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Required_Suite.py	22 Jan 2002 23:22:13 -0000	1.2
--- Required_Suite.py	7 Aug 2002 15:53:42 -0000	1.3
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Extensies:AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """

Index: Standard_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites/Standard_Suite.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Standard_Suite.py	23 Apr 2002 21:08:46 -0000	1.4
--- Standard_Suite.py	7 Aug 2002 15:53:42 -0000	1.5
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Extensies:AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
***************
*** 72,76 ****
  			return _arguments['----']
  
! 	def _print(self, _object, _attributes={}, **_arguments):
  		"""print: Print the specified object(s)
  		Required argument: list of objects to print
--- 72,76 ----
  			return _arguments['----']
  
! 	def print_(self, _object, _attributes={}, **_arguments):
  		"""print: Print the specified object(s)
  		Required argument: list of objects to print
***************
*** 298,302 ****
  
  	_argmap_save = {
! 		'_in' : 'kfil',
  		'as' : 'fltp',
  	}
--- 298,302 ----
  
  	_argmap_save = {
! 		'in_' : 'kfil',
  		'as' : 'fltp',
  	}
***************
*** 305,309 ****
  		"""save: Save an object
  		Required argument: the object to save, usually a document or window
! 		Keyword argument _in: the file in which to save the object
  		Keyword argument as: the file type of the document in which to save the data
  		Keyword argument _attributes: AppleEvent attribute dictionary
--- 305,309 ----
  		"""save: Save an object
  		Required argument: the object to save, usually a document or window
! 		Keyword argument in_: the file in which to save the object
  		Keyword argument as: the file type of the document in which to save the data
  		Keyword argument _attributes: AppleEvent attribute dictionary
***************
*** 371,375 ****
  
  	_argmap_suite_info = {
! 		'_in' : 'wrcd',
  	}
  
--- 371,375 ----
  
  	_argmap_suite_info = {
! 		'in_' : 'wrcd',
  	}
  
***************
*** 377,381 ****
  		"""suite info: (optional) Get information about event suite(s)
  		Required argument: the suite for which to return information
! 		Keyword argument _in: the human language and script system in which to return information
  		Keyword argument _attributes: AppleEvent attribute dictionary
  		Returns: a record containing the suites and their versions
--- 377,381 ----
  		"""suite info: (optional) Get information about event suite(s)
  		Required argument: the suite for which to return information
! 		Keyword argument in_: the human language and script system in which to return information
  		Keyword argument _attributes: AppleEvent attribute dictionary
  		Returns: a record containing the suites and their versions
***************
*** 397,401 ****
  
  	_argmap_event_info = {
! 		'_in' : 'wrcd',
  	}
  
--- 397,401 ----
  
  	_argmap_event_info = {
! 		'in_' : 'wrcd',
  	}
  
***************
*** 403,407 ****
  		"""event info: (optional) Get information about the Apple events in a suite
  		Required argument: the event class of the Apple events for which to return information
! 		Keyword argument _in: the human language and script system in which to return information
  		Keyword argument _attributes: AppleEvent attribute dictionary
  		Returns: a record containing the events and their parameters
--- 403,407 ----
  		"""event info: (optional) Get information about the Apple events in a suite
  		Required argument: the event class of the Apple events for which to return information
! 		Keyword argument in_: the human language and script system in which to return information
  		Keyword argument _attributes: AppleEvent attribute dictionary
  		Returns: a record containing the events and their parameters
***************
*** 423,427 ****
  
  	_argmap_class_info = {
! 		'_in' : 'wrcd',
  	}
  
--- 423,427 ----
  
  	_argmap_class_info = {
! 		'in_' : 'wrcd',
  	}
  
***************
*** 429,435 ****
  		"""class info: (optional) Get information about an object class
  		Required argument: the object class about which information is requested
! 		Keyword argument _in: the human language and script system in which to return information
  		Keyword argument _attributes: AppleEvent attribute dictionary
! 		Returns: a record containing the objectÕs properties and elements
  		"""
  		_code = 'core'
--- 429,435 ----
  		"""class info: (optional) Get information about an object class
  		Required argument: the object class about which information is requested
! 		Keyword argument in_: the human language and script system in which to return information
  		Keyword argument _attributes: AppleEvent attribute dictionary
! 		Returns: a record containing the object\xd5s properties and elements
  		"""
  		_code = 'core'
***************
*** 461,465 ****
  	want = 'bool'
  class selection(aetools.NProperty):
! 	"""selection - the selection visible to the user.  Use the •selectÕ command to set a new selection; use •contents of selectionÕ to get or change information in the document. """
  	which = 'sele'
  	want = 'csel'
--- 461,465 ----
  	want = 'bool'
  class selection(aetools.NProperty):
! 	"""selection - the selection visible to the user.  Use the \xd4select\xd5 command to set a new selection; use \xd4contents of selection\xd5 to get or change information in the document. """
  	which = 'sele'
  	want = 'csel'
***************
*** 502,509 ****
  
  class selection_2d_object(aetools.ComponentItem):
! 	"""selection-object - A way to refer to the state of the current of the selection.  Use the •selectÕ command to make a new selection. """
  	want = 'csel'
  class contents(aetools.NProperty):
! 	"""contents - the information currently selected.  Use •contents of selectionÕ to get or change information in a document. """
  	which = 'pcnt'
  	want = '****'
--- 502,509 ----
  
  class selection_2d_object(aetools.ComponentItem):
! 	"""selection-object - A way to refer to the state of the current of the selection.  Use the \xd4select\xd5 command to make a new selection. """
  	want = 'csel'
  class contents(aetools.NProperty):
! 	"""contents - the information currently selected.  Use \xd4contents of selection\xd5 to get or change information in a document. """
  	which = 'pcnt'
  	want = '****'
***************
*** 560,564 ****
  
  insertion_points = insertion_point
! application._propdict = {
  	'name' : name,
  	'frontmost' : frontmost,
--- 560,565 ----
  
  insertion_points = insertion_point
! application._superclassnames = []
! application._privpropdict = {
  	'name' : name,
  	'frontmost' : frontmost,
***************
*** 567,592 ****
  	'version' : version,
  }
! application._elemdict = {
  }
! document._propdict = {
  	'modified' : modified,
  }
! document._elemdict = {
  }
! file._propdict = {
  	'stationery' : stationery,
  }
! file._elemdict = {
  }
! alias._propdict = {
  }
! alias._elemdict = {
  }
! selection_2d_object._propdict = {
  	'contents' : contents,
  }
! selection_2d_object._elemdict = {
  }
! window._propdict = {
  	'bounds' : bounds,
  	'closeable' : closeable,
--- 568,598 ----
  	'version' : version,
  }
! application._privelemdict = {
  }
! document._superclassnames = []
! document._privpropdict = {
  	'modified' : modified,
  }
! document._privelemdict = {
  }
! file._superclassnames = []
! file._privpropdict = {
  	'stationery' : stationery,
  }
! file._privelemdict = {
  }
! alias._superclassnames = []
! alias._privpropdict = {
  }
! alias._privelemdict = {
  }
! selection_2d_object._superclassnames = []
! selection_2d_object._privpropdict = {
  	'contents' : contents,
  }
! selection_2d_object._privelemdict = {
  }
! window._superclassnames = []
! window._privpropdict = {
  	'bounds' : bounds,
  	'closeable' : closeable,
***************
*** 600,608 ****
  	'visible' : visible,
  }
! window._elemdict = {
  }
! insertion_point._propdict = {
  }
! insertion_point._elemdict = {
  }
  class starts_with(aetools.NComparison):
--- 606,615 ----
  	'visible' : visible,
  }
! window._privelemdict = {
  }
! insertion_point._superclassnames = []
! insertion_point._privpropdict = {
  }
! insertion_point._privelemdict = {
  }
  class starts_with(aetools.NComparison):
***************
*** 617,625 ****
  	"""> - Greater than """
  class _b3_(aetools.NComparison):
! 	"""³ - Greater than or equal to """
  class _3c_(aetools.NComparison):
  	"""< - Less than """
  class _b2_(aetools.NComparison):
! 	"""² - Less than or equal to """
  _Enum_savo = {
  	'yes' : 'yes ',	# Save objects now
--- 624,632 ----
  	"""> - Greater than """
  class _b3_(aetools.NComparison):
! 	"""\xb3 - Greater than or equal to """
  class _3c_(aetools.NComparison):
  	"""< - Less than """
  class _b2_(aetools.NComparison):
! 	"""\xb2 - Less than or equal to """
  _Enum_savo = {
  	'yes' : 'yes ',	# Save objects now

Index: Table_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites/Table_Suite.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Table_Suite.py	22 Jan 2002 23:22:27 -0000	1.3
--- Table_Suite.py	7 Aug 2002 15:53:42 -0000	1.4
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Extensies:AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
***************
*** 51,75 ****
  
  tables = table
! cell._propdict = {
  	'formula' : formula,
  	'protection' : protection,
  }
! cell._elemdict = {
  }
! column._propdict = {
  	'name' : name,
  }
! column._elemdict = {
  }
! row._propdict = {
  }
! row._elemdict = {
  }
! table._propdict = {
  }
! table._elemdict = {
  }
  _Enum_prtn = {
! 	'read_only' : 'nmod',	# CanÕt change values or formulas
  	'formulas_protected' : 'fpro',	# Can changes values but not formulas
  	'read_2f_write' : 'modf',	# Can change values and formulas
--- 51,79 ----
  
  tables = table
! cell._superclassnames = []
! cell._privpropdict = {
  	'formula' : formula,
  	'protection' : protection,
  }
! cell._privelemdict = {
  }
! column._superclassnames = []
! column._privpropdict = {
  	'name' : name,
  }
! column._privelemdict = {
  }
! row._superclassnames = []
! row._privpropdict = {
  }
! row._privelemdict = {
  }
! table._superclassnames = []
! table._privpropdict = {
  }
! table._privelemdict = {
  }
  _Enum_prtn = {
! 	'read_only' : 'nmod',	# Can\xd5t change values or formulas
  	'formulas_protected' : 'fpro',	# Can changes values but not formulas
  	'read_2f_write' : 'modf',	# Can change values and formulas

Index: Text_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites/Text_Suite.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Text_Suite.py	22 Jan 2002 23:22:32 -0000	1.3
--- Text_Suite.py	7 Aug 2002 15:53:42 -0000	1.4
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Extensies:AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
***************
*** 74,78 ****
  
  class text_flow(aetools.ComponentItem):
! 	"""text flow - A contiguous block of text.  Page layout applications call this a •story.Õ """
  	want = 'cflo'
  class name(aetools.NProperty):
--- 74,78 ----
  
  class text_flow(aetools.ComponentItem):
! 	"""text flow - A contiguous block of text.  Page layout applications call this a \xd4story.\xd5 """
  	want = 'cflo'
  class name(aetools.NProperty):
***************
*** 102,122 ****
  
  words = word
! character._propdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  }
! character._elemdict = {
  }
! line._propdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'justification' : justification,
  }
! line._elemdict = {
  }
! paragraph._propdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  }
! paragraph._elemdict = {
  }
! text._propdict = {
  	'color' : color,
  	'font' : font,
--- 102,126 ----
  
  words = word
! character._superclassnames = ['text']
! character._privpropdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  }
! character._privelemdict = {
  }
! line._superclassnames = ['text']
! line._privpropdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'justification' : justification,
  }
! line._privelemdict = {
  }
! paragraph._superclassnames = ['text']
! paragraph._privpropdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  }
! paragraph._privelemdict = {
  }
! text._superclassnames = []
! text._privpropdict = {
  	'color' : color,
  	'font' : font,
***************
*** 126,130 ****
  	'uniform_styles' : uniform_styles,
  }
! text._elemdict = {
  	'character' : character,
  	'line' : line,
--- 130,134 ----
  	'uniform_styles' : uniform_styles,
  }
! text._privelemdict = {
  	'character' : character,
  	'line' : line,
***************
*** 133,152 ****
  	'word' : word,
  }
! text_flow._propdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'name' : name,
  }
! text_flow._elemdict = {
  }
! text_style_info._propdict = {
  	'on_styles' : on_styles,
  	'off_styles' : off_styles,
  }
! text_style_info._elemdict = {
  }
! word._propdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  }
! word._elemdict = {
  }
  _Enum_just = {
--- 137,159 ----
  	'word' : word,
  }
! text_flow._superclassnames = ['text']
! text_flow._privpropdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  	'name' : name,
  }
! text_flow._privelemdict = {
  }
! text_style_info._superclassnames = []
! text_style_info._privpropdict = {
  	'on_styles' : on_styles,
  	'off_styles' : off_styles,
  }
! text_style_info._privelemdict = {
  }
! word._superclassnames = ['text']
! word._privpropdict = {
  	'_3c_inheritance_3e_' : _3c_inheritance_3e_,
  }
! word._privelemdict = {
  }
  _Enum_just = {

Index: Type_Names_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites/Type_Names_Suite.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Type_Names_Suite.py	22 Jan 2002 23:21:44 -0000	1.2
--- Type_Names_Suite.py	7 Aug 2002 15:53:42 -0000	1.3
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Extensies:AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
***************
*** 179,345 ****
  	"""target id -  """
  	want = 'targ'
! type_class_info._propdict = {
  }
! type_class_info._elemdict = {
  }
! type_event_info._propdict = {
  }
! type_event_info._elemdict = {
  }
! plain_text._propdict = {
  }
! plain_text._elemdict = {
  }
! plain_text._propdict = {
  }
! plain_text._elemdict = {
  }
! bounding_rectangle._propdict = {
  }
! bounding_rectangle._elemdict = {
  }
! point._propdict = {
  }
! point._elemdict = {
  }
! fixed._propdict = {
  }
! fixed._elemdict = {
  }
! location_reference._propdict = {
  }
! location_reference._elemdict = {
  }
! application_dictionary._propdict = {
  }
! application_dictionary._elemdict = {
  }
! color_table._propdict = {
  }
! color_table._elemdict = {
  }
! dash_style._propdict = {
  }
! dash_style._elemdict = {
  }
! double_integer._propdict = {
  }
! double_integer._elemdict = {
  }
! extended_real._propdict = {
  }
! extended_real._elemdict = {
  }
! fixed_point._propdict = {
  }
! fixed_point._elemdict = {
  }
! fixed_rectangle._propdict = {
  }
! fixed_rectangle._elemdict = {
  }
! long_fixed._propdict = {
  }
! long_fixed._elemdict = {
  }
! long_fixed_point._propdict = {
  }
! long_fixed_point._elemdict = {
  }
! long_fixed_rectangle._propdict = {
  }
! long_fixed_rectangle._elemdict = {
  }
! long_point._propdict = {
  }
! long_point._elemdict = {
  }
! long_rectangle._propdict = {
  }
! long_rectangle._elemdict = {
  }
! machine_location._propdict = {
  }
! machine_location._elemdict = {
  }
! menu._propdict = {
  }
! menu._elemdict = {
  }
! menu_item._propdict = {
  }
! menu_item._elemdict = {
  }
! null._propdict = {
  }
! null._elemdict = {
  }
! pixel_map_record._propdict = {
  }
! pixel_map_record._elemdict = {
  }
! PostScript_picture._propdict = {
  }
! PostScript_picture._elemdict = {
  }
! RGB16_color._propdict = {
  }
! RGB16_color._elemdict = {
  }
! RGB96_color._propdict = {
  }
! RGB96_color._elemdict = {
  }
! small_integer._propdict = {
  }
! small_integer._elemdict = {
  }
! small_real._propdict = {
  }
! small_real._elemdict = {
  }
! system_dictionary._propdict = {
  }
! system_dictionary._elemdict = {
  }
! rotation._propdict = {
  }
! rotation._elemdict = {
  }
! scrap_styles._propdict = {
  }
! scrap_styles._elemdict = {
  }
! TIFF_picture._propdict = {
  }
! TIFF_picture._elemdict = {
  }
! version._propdict = {
  }
! version._elemdict = {
  }
! unsigned_integer._propdict = {
  }
! unsigned_integer._elemdict = {
  }
! type_property_info._propdict = {
  }
! type_property_info._elemdict = {
  }
! type_element_info._propdict = {
  }
! type_element_info._elemdict = {
  }
! type_parameter_info._propdict = {
  }
! type_parameter_info._elemdict = {
  }
! type_suite_info._propdict = {
  }
! type_suite_info._elemdict = {
  }
! target_id._propdict = {
  }
! target_id._elemdict = {
  }
  
--- 179,386 ----
  	"""target id -  """
  	want = 'targ'
! type_class_info._superclassnames = []
! type_class_info._privpropdict = {
  }
! type_class_info._privelemdict = {
  }
! type_event_info._superclassnames = []
! type_event_info._privpropdict = {
  }
! type_event_info._privelemdict = {
  }
! plain_text._superclassnames = []
! plain_text._privpropdict = {
  }
! plain_text._privelemdict = {
  }
! plain_text._superclassnames = []
! plain_text._privpropdict = {
  }
! plain_text._privelemdict = {
  }
! bounding_rectangle._superclassnames = []
! bounding_rectangle._privpropdict = {
  }
! bounding_rectangle._privelemdict = {
  }
! point._superclassnames = []
! point._privpropdict = {
  }
! point._privelemdict = {
  }
! fixed._superclassnames = []
! fixed._privpropdict = {
  }
! fixed._privelemdict = {
  }
! location_reference._superclassnames = []
! location_reference._privpropdict = {
  }
! location_reference._privelemdict = {
  }
! application_dictionary._superclassnames = []
! application_dictionary._privpropdict = {
  }
! application_dictionary._privelemdict = {
  }
! color_table._superclassnames = []
! color_table._privpropdict = {
  }
! color_table._privelemdict = {
  }
! dash_style._superclassnames = []
! dash_style._privpropdict = {
  }
! dash_style._privelemdict = {
  }
! double_integer._superclassnames = []
! double_integer._privpropdict = {
  }
! double_integer._privelemdict = {
  }
! extended_real._superclassnames = []
! extended_real._privpropdict = {
  }
! extended_real._privelemdict = {
  }
! fixed_point._superclassnames = []
! fixed_point._privpropdict = {
  }
! fixed_point._privelemdict = {
  }
! fixed_rectangle._superclassnames = []
! fixed_rectangle._privpropdict = {
  }
! fixed_rectangle._privelemdict = {
  }
! long_fixed._superclassnames = []
! long_fixed._privpropdict = {
  }
! long_fixed._privelemdict = {
  }
! long_fixed_point._superclassnames = []
! long_fixed_point._privpropdict = {
  }
! long_fixed_point._privelemdict = {
  }
! long_fixed_rectangle._superclassnames = []
! long_fixed_rectangle._privpropdict = {
  }
! long_fixed_rectangle._privelemdict = {
  }
! long_point._superclassnames = []
! long_point._privpropdict = {
  }
! long_point._privelemdict = {
  }
! long_rectangle._superclassnames = []
! long_rectangle._privpropdict = {
  }
! long_rectangle._privelemdict = {
  }
! machine_location._superclassnames = []
! machine_location._privpropdict = {
  }
! machine_location._privelemdict = {
  }
! menu._superclassnames = []
! menu._privpropdict = {
  }
! menu._privelemdict = {
  }
! menu_item._superclassnames = []
! menu_item._privpropdict = {
  }
! menu_item._privelemdict = {
  }
! null._superclassnames = []
! null._privpropdict = {
  }
! null._privelemdict = {
  }
! pixel_map_record._superclassnames = []
! pixel_map_record._privpropdict = {
  }
! pixel_map_record._privelemdict = {
  }
! PostScript_picture._superclassnames = []
! PostScript_picture._privpropdict = {
  }
! PostScript_picture._privelemdict = {
  }
! RGB16_color._superclassnames = []
! RGB16_color._privpropdict = {
  }
! RGB16_color._privelemdict = {
  }
! RGB96_color._superclassnames = []
! RGB96_color._privpropdict = {
  }
! RGB96_color._privelemdict = {
  }
! small_integer._superclassnames = []
! small_integer._privpropdict = {
  }
! small_integer._privelemdict = {
  }
! small_real._superclassnames = []
! small_real._privpropdict = {
  }
! small_real._privelemdict = {
  }
! system_dictionary._superclassnames = []
! system_dictionary._privpropdict = {
  }
! system_dictionary._privelemdict = {
  }
! rotation._superclassnames = []
! rotation._privpropdict = {
  }
! rotation._privelemdict = {
  }
! scrap_styles._superclassnames = []
! scrap_styles._privpropdict = {
  }
! scrap_styles._privelemdict = {
  }
! TIFF_picture._superclassnames = []
! TIFF_picture._privpropdict = {
  }
! TIFF_picture._privelemdict = {
  }
! version._superclassnames = []
! version._privpropdict = {
  }
! version._privelemdict = {
  }
! unsigned_integer._superclassnames = []
! unsigned_integer._privpropdict = {
  }
! unsigned_integer._privelemdict = {
  }
! type_property_info._superclassnames = []
! type_property_info._privpropdict = {
  }
! type_property_info._privelemdict = {
  }
! type_element_info._superclassnames = []
! type_element_info._privpropdict = {
  }
! type_element_info._privelemdict = {
  }
! type_parameter_info._superclassnames = []
! type_parameter_info._privpropdict = {
  }
! type_parameter_info._privelemdict = {
  }
! type_suite_info._superclassnames = []
! type_suite_info._privpropdict = {
  }
! type_suite_info._privelemdict = {
  }
! target_id._superclassnames = []
! target_id._privpropdict = {
  }
! target_id._privelemdict = {
  }
  

Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites/__init__.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** __init__.py	22 Jan 2002 23:21:28 -0000	1.3
--- __init__.py	7 Aug 2002 15:53:42 -0000	1.4
***************
*** 1,4 ****
  """
! Package generated from Moes:Systeemmap:Extensies:AppleScript
  Resource aeut resid 0 Standard Event Suites for English
  """
--- 1,4 ----
  """
! Package generated from /Volumes/Sap/System Folder/Extensions/AppleScript
  Resource aeut resid 0 Standard Event Suites for English
  """
***************
*** 51,54 ****
--- 51,455 ----
  from Macintosh_Connectivity_Clas import *
  from Type_Names_Suite import *
+ def getbaseclasses(v):
+ 	if hasattr(v, '_superclassnames') and not hasattr(v, '_propdict'):
+ 		v._propdict = {}
+ 		v._elemdict = {}
+ 		for superclass in v._superclassnames:
+ 			v._propdict.update(getattr(eval(superclass), '_privpropdict', {}))
+ 			v._elemdict.update(getattr(eval(superclass), '_privelemdict', {}))
+ 		v._propdict.update(v._privpropdict)
+ 		v._elemdict.update(v._privelemdict)
+ 
+ import StdSuites
+ 
+ #
+ # Set property and element dictionaries now that all classes have been defined
+ #
+ getbaseclasses(July)
+ getbaseclasses(May)
+ getbaseclasses(string)
+ getbaseclasses(cubic_metres)
+ getbaseclasses(styled_text)
+ getbaseclasses(number_2c__date_or_text)
+ getbaseclasses(feet)
+ getbaseclasses(February)
+ getbaseclasses(number)
+ getbaseclasses(miles)
+ getbaseclasses(keystroke)
+ getbaseclasses(writing_code)
+ getbaseclasses(degrees_Fahrenheit)
+ getbaseclasses(list_2c__record_or_text)
+ getbaseclasses(date)
+ getbaseclasses(litres)
+ getbaseclasses(number_or_date)
+ getbaseclasses(centimetres)
+ getbaseclasses(event)
+ getbaseclasses(Pascal_string)
+ getbaseclasses(zone)
+ getbaseclasses(picture)
+ getbaseclasses(list_or_string)
+ getbaseclasses(integer)
+ getbaseclasses(alias_or_string)
+ getbaseclasses(writing_code_info)
+ getbaseclasses(text_item)
+ getbaseclasses(machine)
+ getbaseclasses(type_class)
+ getbaseclasses(preposition)
+ getbaseclasses(Tuesday)
+ getbaseclasses(upper_case)
+ getbaseclasses(version)
+ getbaseclasses(Wednesday)
+ getbaseclasses(December)
+ getbaseclasses(square_kilometres)
+ getbaseclasses(reference)
+ getbaseclasses(vector)
+ getbaseclasses(weekday)
+ getbaseclasses(RGB_color)
+ getbaseclasses(Sunday)
+ getbaseclasses(international_text)
+ getbaseclasses(seconds)
+ getbaseclasses(March)
+ getbaseclasses(kilometres)
+ getbaseclasses(square_feet)
+ getbaseclasses(list)
+ getbaseclasses(real)
+ getbaseclasses(November)
+ getbaseclasses(quarts)
+ getbaseclasses(degrees_Celsius)
+ getbaseclasses(missing_value)
+ getbaseclasses(alias)
+ getbaseclasses(January)
+ getbaseclasses(metres)
+ getbaseclasses(month)
+ getbaseclasses(number_or_string)
+ getbaseclasses(June)
+ getbaseclasses(August)
+ getbaseclasses(linked_list)
+ getbaseclasses(styled_Clipboard_text)
+ getbaseclasses(encoded_string)
+ getbaseclasses(gallons)
+ getbaseclasses(cubic_inches)
+ getbaseclasses(Friday)
+ getbaseclasses(styled_Unicode_text)
+ getbaseclasses(list_or_record)
+ getbaseclasses(degrees_Kelvin)
+ getbaseclasses(Monday)
+ getbaseclasses(sound)
+ getbaseclasses(class_)
+ getbaseclasses(kilograms)
+ getbaseclasses(script)
+ getbaseclasses(anything)
+ getbaseclasses(property)
+ getbaseclasses(record)
+ getbaseclasses(boolean)
+ getbaseclasses(October)
+ getbaseclasses(square_metres)
+ getbaseclasses(inches)
+ getbaseclasses(reference_form)
+ getbaseclasses(item)
+ getbaseclasses(grams)
+ getbaseclasses(character)
+ getbaseclasses(April)
+ getbaseclasses(empty_ae_name_)
+ getbaseclasses(app)
+ getbaseclasses(constant)
+ getbaseclasses(handler)
+ getbaseclasses(square_miles)
+ getbaseclasses(data)
+ getbaseclasses(C_string)
+ getbaseclasses(Unicode_text)
+ getbaseclasses(Thursday)
+ getbaseclasses(square_yards)
+ getbaseclasses(yards)
+ getbaseclasses(cubic_yards)
+ getbaseclasses(ounces)
+ getbaseclasses(pounds)
+ getbaseclasses(cubic_feet)
+ getbaseclasses(cubic_centimetres)
+ getbaseclasses(Saturday)
+ getbaseclasses(September)
+ getbaseclasses(file_specification)
+ getbaseclasses(text)
+ getbaseclasses(window)
+ getbaseclasses(file)
+ getbaseclasses(selection_2d_object)
+ getbaseclasses(alias)
+ getbaseclasses(application)
+ getbaseclasses(insertion_point)
+ getbaseclasses(document)
+ getbaseclasses(paragraph)
+ getbaseclasses(character)
+ getbaseclasses(text_flow)
+ getbaseclasses(text_style_info)
+ getbaseclasses(line)
+ getbaseclasses(word)
+ getbaseclasses(text)
+ getbaseclasses(graphic_group)
+ getbaseclasses(oval)
+ getbaseclasses(graphic_text)
+ getbaseclasses(graphic_shape)
+ getbaseclasses(graphic_line)
+ getbaseclasses(graphic_object)
+ getbaseclasses(drawing_area)
+ getbaseclasses(polygon)
+ getbaseclasses(pixel)
+ getbaseclasses(rounded_rectangle)
+ getbaseclasses(arc)
+ getbaseclasses(pixel_map)
+ getbaseclasses(rectangle)
+ getbaseclasses(graphic_group)
+ getbaseclasses(drawing_area)
+ getbaseclasses(cell)
+ getbaseclasses(column)
+ getbaseclasses(table)
+ getbaseclasses(row)
+ getbaseclasses(AppleTalk_address)
+ getbaseclasses(address_specification)
+ getbaseclasses(Token_Ring_address)
+ getbaseclasses(FireWire_address)
+ getbaseclasses(bus_slot)
+ getbaseclasses(SCSI_address)
+ getbaseclasses(ADB_address)
+ getbaseclasses(USB_address)
+ getbaseclasses(device_specification)
+ getbaseclasses(LocalTalk_address)
+ getbaseclasses(IP_address)
+ getbaseclasses(Ethernet_address)
+ getbaseclasses(small_integer)
+ getbaseclasses(RGB16_color)
+ getbaseclasses(version)
+ getbaseclasses(system_dictionary)
+ getbaseclasses(color_table)
+ getbaseclasses(fixed_point)
+ getbaseclasses(plain_text)
+ getbaseclasses(type_element_info)
+ getbaseclasses(location_reference)
+ getbaseclasses(machine_location)
+ getbaseclasses(PostScript_picture)
+ getbaseclasses(point)
+ getbaseclasses(menu_item)
+ getbaseclasses(pixel_map_record)
+ getbaseclasses(application_dictionary)
+ getbaseclasses(unsigned_integer)
+ getbaseclasses(menu)
+ getbaseclasses(fixed_rectangle)
+ getbaseclasses(long_fixed_rectangle)
+ getbaseclasses(type_event_info)
+ getbaseclasses(small_real)
+ getbaseclasses(type_suite_info)
+ getbaseclasses(rotation)
+ getbaseclasses(type_parameter_info)
+ getbaseclasses(fixed)
+ getbaseclasses(scrap_styles)
+ getbaseclasses(long_point)
+ getbaseclasses(type_class_info)
+ getbaseclasses(TIFF_picture)
+ getbaseclasses(RGB96_color)
+ getbaseclasses(dash_style)
+ getbaseclasses(extended_real)
+ getbaseclasses(type_property_info)
+ getbaseclasses(long_fixed_point)
+ getbaseclasses(long_rectangle)
+ getbaseclasses(bounding_rectangle)
+ getbaseclasses(double_integer)
+ getbaseclasses(long_fixed)
+ getbaseclasses(null)
+ getbaseclasses(target_id)
+ 
+ #
+ # Indices of types declared in this module
+ #
+ _classdeclarations = {
+ 	'jul ' : July,
+ 	'may ' : May,
+ 	'TEXT' : string,
+ 	'cmet' : cubic_metres,
+ 	'STXT' : styled_text,
+ 	'nds ' : number_2c__date_or_text,
+ 	'feet' : feet,
+ 	'feb ' : February,
+ 	'nmbr' : number,
+ 	'mile' : miles,
+ 	'kprs' : keystroke,
+ 	'psct' : writing_code,
+ 	'degf' : degrees_Fahrenheit,
+ 	'lrs ' : list_2c__record_or_text,
+ 	'ldt ' : date,
+ 	'litr' : litres,
+ 	'nd  ' : number_or_date,
+ 	'cmtr' : centimetres,
+ 	'evnt' : event,
+ 	'pstr' : Pascal_string,
+ 	'zone' : zone,
+ 	'PICT' : picture,
+ 	'ls  ' : list_or_string,
+ 	'long' : integer,
+ 	'sf  ' : alias_or_string,
+ 	'citl' : writing_code_info,
+ 	'citm' : text_item,
+ 	'mach' : machine,
+ 	'type' : type_class,
+ 	'prep' : preposition,
+ 	'tue ' : Tuesday,
+ 	'case' : upper_case,
+ 	'vers' : version,
+ 	'wed ' : Wednesday,
+ 	'dec ' : December,
+ 	'sqkm' : square_kilometres,
+ 	'obj ' : reference,
+ 	'vect' : vector,
+ 	'wkdy' : weekday,
+ 	'cRGB' : RGB_color,
+ 	'sun ' : Sunday,
+ 	'itxt' : international_text,
+ 	'scnd' : seconds,
+ 	'mar ' : March,
+ 	'kmtr' : kilometres,
+ 	'sqft' : square_feet,
+ 	'list' : list,
+ 	'doub' : real,
+ 	'nov ' : November,
+ 	'qrts' : quarts,
+ 	'degc' : degrees_Celsius,
+ 	'msng' : missing_value,
+ 	'alis' : alias,
+ 	'jan ' : January,
+ 	'metr' : metres,
+ 	'mnth' : month,
+ 	'ns  ' : number_or_string,
+ 	'jun ' : June,
+ 	'aug ' : August,
+ 	'llst' : linked_list,
+ 	'styl' : styled_Clipboard_text,
+ 	'encs' : encoded_string,
+ 	'galn' : gallons,
+ 	'cuin' : cubic_inches,
+ 	'fri ' : Friday,
+ 	'sutx' : styled_Unicode_text,
+ 	'lr  ' : list_or_record,
+ 	'degk' : degrees_Kelvin,
+ 	'mon ' : Monday,
+ 	'snd ' : sound,
+ 	'pcls' : class_,
+ 	'kgrm' : kilograms,
+ 	'scpt' : script,
+ 	'****' : anything,
+ 	'prop' : property,
+ 	'reco' : record,
+ 	'bool' : boolean,
+ 	'oct ' : October,
+ 	'sqrm' : square_metres,
+ 	'inch' : inches,
+ 	'kfrm' : reference_form,
+ 	'cobj' : item,
+ 	'gram' : grams,
+ 	'cha ' : character,
+ 	'apr ' : April,
+ 	'undf' : empty_ae_name_,
+ 	'capp' : app,
+ 	'enum' : constant,
+ 	'hand' : handler,
+ 	'sqmi' : square_miles,
+ 	'rdat' : data,
+ 	'cstr' : C_string,
+ 	'utxt' : Unicode_text,
+ 	'thu ' : Thursday,
+ 	'sqyd' : square_yards,
+ 	'yard' : yards,
+ 	'cyrd' : cubic_yards,
+ 	'ozs ' : ounces,
+ 	'lbs ' : pounds,
+ 	'cfet' : cubic_feet,
+ 	'ccmt' : cubic_centimetres,
+ 	'sat ' : Saturday,
+ 	'sep ' : September,
+ 	'fss ' : file_specification,
+ 	'ctxt' : text,
+ 	'cwin' : window,
+ 	'file' : file,
+ 	'csel' : selection_2d_object,
+ 	'alis' : alias,
+ 	'capp' : application,
+ 	'cins' : insertion_point,
+ 	'docu' : document,
+ 	'cpar' : paragraph,
+ 	'cha ' : character,
+ 	'cflo' : text_flow,
+ 	'tsty' : text_style_info,
+ 	'clin' : line,
+ 	'cwor' : word,
+ 	'ctxt' : text,
+ 	'cpic' : graphic_group,
+ 	'covl' : oval,
+ 	'cgtx' : graphic_text,
+ 	'cgsh' : graphic_shape,
+ 	'glin' : graphic_line,
+ 	'cgob' : graphic_object,
+ 	'cdrw' : drawing_area,
+ 	'cpgn' : polygon,
+ 	'cpxl' : pixel,
+ 	'crrc' : rounded_rectangle,
+ 	'carc' : arc,
+ 	'cpix' : pixel_map,
+ 	'crec' : rectangle,
+ 	'cpic' : graphic_group,
+ 	'cdrw' : drawing_area,
+ 	'ccel' : cell,
+ 	'ccol' : column,
+ 	'ctbl' : table,
+ 	'crow' : row,
+ 	'cat ' : AppleTalk_address,
+ 	'cadr' : address_specification,
+ 	'ctok' : Token_Ring_address,
+ 	'cfw ' : FireWire_address,
+ 	'cbus' : bus_slot,
+ 	'cscs' : SCSI_address,
+ 	'cadb' : ADB_address,
+ 	'cusb' : USB_address,
+ 	'cdev' : device_specification,
+ 	'clt ' : LocalTalk_address,
+ 	'cip ' : IP_address,
+ 	'cen ' : Ethernet_address,
+ 	'shor' : small_integer,
+ 	'tr16' : RGB16_color,
+ 	'vers' : version,
+ 	'aeut' : system_dictionary,
+ 	'clrt' : color_table,
+ 	'fpnt' : fixed_point,
+ 	'TEXT' : plain_text,
+ 	'elin' : type_element_info,
+ 	'insl' : location_reference,
+ 	'mLoc' : machine_location,
+ 	'EPS ' : PostScript_picture,
+ 	'QDpt' : point,
+ 	'cmen' : menu_item,
+ 	'tpmm' : pixel_map_record,
+ 	'aete' : application_dictionary,
+ 	'magn' : unsigned_integer,
+ 	'cmnu' : menu,
+ 	'frct' : fixed_rectangle,
+ 	'lfrc' : long_fixed_rectangle,
+ 	'evin' : type_event_info,
+ 	'sing' : small_real,
+ 	'suin' : type_suite_info,
+ 	'trot' : rotation,
+ 	'pmin' : type_parameter_info,
+ 	'fixd' : fixed,
+ 	'styl' : scrap_styles,
+ 	'lpnt' : long_point,
+ 	'gcli' : type_class_info,
+ 	'TIFF' : TIFF_picture,
+ 	'tr96' : RGB96_color,
+ 	'tdas' : dash_style,
+ 	'exte' : extended_real,
+ 	'pinf' : type_property_info,
+ 	'lfpt' : long_fixed_point,
+ 	'lrct' : long_rectangle,
+ 	'qdrt' : bounding_rectangle,
+ 	'comp' : double_integer,
+ 	'lfxd' : long_fixed,
+ 	'null' : null,
+ 	'targ' : target_id,
+ }
  
  
***************
*** 64,66 ****
--- 465,469 ----
  		aetools.TalkTo):
  	_signature = 'ascr'
+ 
+ 	_moduleName = 'StdSuites'