mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
	
		
			162 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
	
		
			162 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								package main;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								$USING_STYLES = 0;
							 | 
						||
| 
								 | 
							
								$NO_NAVIGATION = 1;
							 | 
						||
| 
								 | 
							
								$INDEX_COLUMNS = 1;
							 | 
						||
| 
								 | 
							
								$MODULE_INDEX_COLUMNS = 1;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								sub child_line {
							 | 
						||
| 
								 | 
							
								    return '';
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								1;      # stupid perl...
							 |