Update demo_dynamic.py
clean comments
This commit is contained in:
		
							parent
							
								
									7a64e13845
								
							
						
					
					
						commit
						5d3e2d1e90
					
				@ -114,7 +114,6 @@ if SHOW_ALL_SIZES:
 | 
				
			|||||||
#-------------------------------------------------------------------------------
 | 
					#-------------------------------------------------------------------------------
 | 
				
			||||||
# get individually named constants and sizes
 | 
					# get individually named constants and sizes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# print selected constants
 | 
					 | 
				
			||||||
if SHOW_SELECTED_CONSTANTS:
 | 
					if SHOW_SELECTED_CONSTANTS:
 | 
				
			||||||
    print '-'*60
 | 
					    print '-'*60
 | 
				
			||||||
    print '\n  selected constants:'
 | 
					    print '\n  selected constants:'
 | 
				
			||||||
@ -133,7 +132,6 @@ if SHOW_SELECTED_CONSTANTS:
 | 
				
			|||||||
        print '    %-25s  %d' % (name, value)
 | 
					        print '    %-25s  %d' % (name, value)
 | 
				
			||||||
    print
 | 
					    print
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# print selected sizes
 | 
					 | 
				
			||||||
if SHOW_SELECTED_SIZES:
 | 
					if SHOW_SELECTED_SIZES:
 | 
				
			||||||
    print '-'*60
 | 
					    print '-'*60
 | 
				
			||||||
    print '\n  selected sizes:'
 | 
					    print '\n  selected sizes:'
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user