mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Whitespace normalization.
This commit is contained in:
		
							parent
							
								
									08533fdad6
								
							
						
					
					
						commit
						710ab3b5f8
					
				
					 9 changed files with 990 additions and 993 deletions
				
			
		|  | @ -553,7 +553,7 @@ def __init__(self, decorators, name, argnames, defaults, flags, doc, code, linen | |||
|             self.varargs = 1 | ||||
|         if flags & CO_VARKEYWORDS: | ||||
|             self.kwargs = 1 | ||||
|      | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|     def getChildren(self): | ||||
|  | @ -584,7 +584,7 @@ def __init__(self, code, lineno=None): | |||
|         self.lineno = lineno | ||||
|         self.argnames = ['[outmost-iterable]'] | ||||
|         self.varargs = self.kwargs = None | ||||
|      | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|     def getChildren(self): | ||||
|  | @ -763,7 +763,7 @@ def __init__(self, argnames, defaults, flags, code, lineno=None): | |||
|             self.varargs = 1 | ||||
|         if flags & CO_VARKEYWORDS: | ||||
|             self.kwargs = 1 | ||||
|      | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|     def getChildren(self): | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Peters
						Tim Peters