mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	Issue #17804: New function `struct.iter_unpack` allows for streaming struct unpacking.
				
					
				
			This commit is contained in:
		
							parent
							
								
									3da670749a
								
							
						
					
					
						commit
						9f14681959
					
				
					 5 changed files with 262 additions and 1 deletions
				
			
		|  | @ -1,6 +1,7 @@ | |||
| __all__ = [ | ||||
|     # Functions | ||||
|     'calcsize', 'pack', 'pack_into', 'unpack', 'unpack_from', | ||||
|     'iter_unpack', | ||||
| 
 | ||||
|     # Classes | ||||
|     'Struct', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Antoine Pitrou
						Antoine Pitrou