Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 5f55933b3a78b7f3557ac81a2411a1b50bffab33 authored by Georg Brandl on 05 March 2011, 13:54:46 UTC
Close 2.1 branch.
Tip revision: 5f55933
libbltin.tex
\section{\module{__builtin__} ---
         Built-in functions}

\declaremodule[builtin]{builtin}{__builtin__}
\modulesynopsis{The set of built-in functions.}


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 \function{open()}.  See section \ref{built-in-funcs}, ``Built-in
Functions.''
back to top