Staging
v0.5.1
Raw File
libbltin.tex
\section{Built-in Module \sectcode{__builtin__}}
\bimodindex{__builtin__}

This module provides direct access to all `built-in' identifier of
Python; e.g. \code{__builtin__.open} is the full name for the built-in
function \code{open}.
back to top