1994-01-01 21:22:07 -04:00
|
|
|
\section{Built-in Module \sectcode{__builtin__}}
|
|
|
|
\bimodindex{__builtin__}
|
|
|
|
|
1995-03-17 12:07:09 -04:00
|
|
|
This module provides direct access to all `built-in' identifiers of
|
1994-01-01 21:22:07 -04:00
|
|
|
Python; e.g. \code{__builtin__.open} is the full name for the built-in
|
1995-03-17 12:07:09 -04:00
|
|
|
function \code{open}. See the section on Built-in Functions in the
|
|
|
|
previous chapter.
|