mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	Regenerated again, now clases are sorted by code, and with synonyms after
the primary name.
This commit is contained in:
		
							parent
							
								
									2dc16f2a1e
								
							
						
					
					
						commit
						068a1e208f
					
				
					 29 changed files with 8887 additions and 2191 deletions
				
			
		|  | @ -33,11 +33,11 @@ class translation(aetools.NProperty): | |||
| 
 | ||||
| drawing_areas = drawing_area | ||||
| 
 | ||||
| class graphic_group(aetools.ComponentItem): | ||||
| 	"""graphic group - Group of graphics """ | ||||
| class graphic_groups(aetools.ComponentItem): | ||||
| 	"""graphic groups -  """ | ||||
| 	want = 'cpic' | ||||
| 
 | ||||
| graphic_groups = graphic_group | ||||
| graphic_group = graphic_groups | ||||
| drawing_area._superclassnames = [] | ||||
| drawing_area._privpropdict = { | ||||
| 	'rotation' : rotation, | ||||
|  | @ -46,10 +46,10 @@ class graphic_group(aetools.ComponentItem): | |||
| } | ||||
| drawing_area._privelemdict = { | ||||
| } | ||||
| graphic_group._superclassnames = [] | ||||
| graphic_group._privpropdict = { | ||||
| graphic_groups._superclassnames = [] | ||||
| graphic_groups._privpropdict = { | ||||
| } | ||||
| graphic_group._privelemdict = { | ||||
| graphic_groups._privelemdict = { | ||||
| } | ||||
| 
 | ||||
| # | ||||
|  | @ -57,7 +57,7 @@ class graphic_group(aetools.ComponentItem): | |||
| # | ||||
| _classdeclarations = { | ||||
| 	'cdrw' : drawing_area, | ||||
| 	'cpic' : graphic_group, | ||||
| 	'cpic' : graphic_groups, | ||||
| } | ||||
| 
 | ||||
| _propdeclarations = { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jack Jansen
						Jack Jansen