mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-11-04 04:50:35 +00:00 
			
		
		
		
	Allows for easy preparation of tabular output. Supports: -- Padding -- Alignment -- Styling
		
			
				
	
	
		
			5 lines
		
	
	
		
			84 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			84 B
		
	
	
	
		
			Python
		
	
	
	
	
	
import frrtest
 | 
						|
 | 
						|
class TestTTable(frrtest.TestRefOut):
 | 
						|
    program = './test_ttable'
 |