1 \section{\module{__builtin__
} ---
4 \declaremodule[builtin
]{builtin
}{__builtin__
}
5 \modulesynopsis{The set of built-in functions.
}
8 This module provides direct access to all `built-in' identifiers of
9 Python; e.g.
\code{__builtin__.open
} is the full name for the built-in
10 function
\function{open()
}. See section
\ref{built-in-funcs
}, ``Built-in