mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 10:26:02 +00:00 
			
		
		
		
	 f71cae0a93
			
		
	
	
		f71cae0a93
		
	
	
	
	
		
			
			Also added refactoring and added basic tests for the argument parsing in both ensurepip._main and ensurepip._uninstall._main.
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			67 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			67 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import ensurepip
 | |
| 
 | |
| if __name__ == "__main__":
 | |
|     ensurepip._main()
 |