mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			383 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			383 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
| \section{\module{__builtin__} ---
 | |
|          Built-in functions.}
 | |
| \declaremodule[builtin]{builtin}{__builtin__}
 | |
| 
 | |
| \modulesynopsis{The set of built-in functions.}
 | |
| 
 | |
| 
 | |
| This module provides direct access to all `built-in' identifiers of
 | |
| Python; e.g. \code{__builtin__.open} is the full name for the built-in
 | |
| function \code{open()}.  See section \ref{built-in-funcs}, ``Built-in
 | |
| Functions.''
 | 
