Staging
v0.5.1
Revision 7c7fa46d204679287b48f1cf8d867aab4de2894e authored by cvs2svn on 10 November 1994, 23:06:54 UTC, committed by cvs2svn on 10 November 1994, 23:06:54 UTC
1 parent 5dee5e7
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