summaryrefslogtreecommitdiffstats
path: root/Doc/libbltin.tex
blob: 63b7c6394a88acec92e7d36a3a51f6699ac08c7a (plain)
1
2
3
4
5
6
7
\section{Built-in Module \sectcode{__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 the section on Built-in Functions in the
previous chapter.