mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			365 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			365 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| ******************************
 | |
| Functional Programming Modules
 | |
| ******************************
 | |
| 
 | |
| The modules described in this chapter provide functions and classes that support
 | |
| a functional programming style, and general operations on callables.
 | |
| 
 | |
| The following modules are documented in this chapter:
 | |
| 
 | |
| 
 | |
| .. toctree::
 | |
| 
 | |
|    itertools.rst
 | |
|    functools.rst
 | |
|    operator.rst
 | 
