blob: 3c5dad495d677ef1f2ecbafe3d8014ef6c974f8f [file] [log] [blame]
\section{Built-in Module \module{__builtin__}}
\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 \code{open()}. See section \ref{built-in-funcs}, ``Built-in
Functions.''