mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			320 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			320 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
\section{Built-in Module \sectcode{__builtin__}}
 | 
						|
\label{module-builtin}
 | 
						|
\bimodindex{__builtin__}
 | 
						|
 | 
						|
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.''
 |