 eb77abd77a
			
		
	
	eb77abd77a
	
	
	
		
			
			Using a mutable type implies that it's acceptable for the set of publicly-accessible attributes to be mutated at runtime, which defeats their intended purpose of documenting the public interface. Tuples are immutable. Change-Id: Ib3ab93224ba240040b08ece481ef5ba620c3f658
		
			
				
	
	
		
			3 lines
		
	
	
		
			19 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			19 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
 | |
| __all__ = tuple()
 |