Commit deb7e096 authored by Fred Drake's avatar Fred Drake

Logical markup.

parent 806764be
\section{\module{__builtin__} --- \section{\module{__builtin__} ---
Built-in functions.} Built-in functions}
\declaremodule[builtin]{builtin}{__builtin__}
\declaremodule[builtin]{builtin}{__builtin__}
\modulesynopsis{The set of built-in functions.} \modulesynopsis{The set of built-in functions.}
This module provides direct access to all `built-in' identifiers of 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 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 function \function{open()}. See section \ref{built-in-funcs}, ``Built-in
Functions.'' Functions.''
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment