mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	The package with standard suites. These are used separately and as base classes for other suite packages (StdSuite is slightly magical, in that it is the gensuitemodule default base package).
This commit is contained in:
		
							parent
							
								
									87426b9f1b
								
							
						
					
					
						commit
						ff792c2688
					
				
					 10 changed files with 4440 additions and 0 deletions
				
			
		
							
								
								
									
										31
									
								
								Mac/Lib/lib-scriptpackages/StdSuites/Required_Suite.py
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								Mac/Lib/lib-scriptpackages/StdSuites/Required_Suite.py
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,31 @@ | |||
| """Suite Required Suite: Every application supports open, print, run, and quit | ||||
| Level 1, version 1 | ||||
| 
 | ||||
| Generated from Macintosh HD:Systeemmap:Extensies:AppleScript | ||||
| AETE/AEUT resource version 1/0, language 0, script 0 | ||||
| """ | ||||
| 
 | ||||
| import aetools | ||||
| import MacOS | ||||
| 
 | ||||
| _code = 'reqd' | ||||
| 
 | ||||
| class Required_Suite_Events: | ||||
| 
 | ||||
| 	pass | ||||
| 
 | ||||
| 
 | ||||
| # | ||||
| # Indices of types declared in this module | ||||
| # | ||||
| _classdeclarations = { | ||||
| } | ||||
| 
 | ||||
| _propdeclarations = { | ||||
| } | ||||
| 
 | ||||
| _compdeclarations = { | ||||
| } | ||||
| 
 | ||||
| _enumdeclarations = { | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jack Jansen
						Jack Jansen