0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Doc/lib/libbltin.tex

12 lines
386 B
TeX
Raw Normal View History

\section{\module{__builtin__} ---
1999-04-23 19:11:53 +02:00
Built-in functions}
1999-04-23 19:11:53 +02:00
\declaremodule[builtin]{builtin}{__builtin__}
\modulesynopsis{The set of built-in functions.}
1994-01-02 02:22:07 +01:00
This module provides direct access to all `built-in' identifiers of
1994-01-02 02:22:07 +01:00
Python; e.g. \code{__builtin__.open} is the full name for the built-in
1999-04-23 19:11:53 +02:00
function \function{open()}. See section \ref{built-in-funcs}, ``Built-in
Functions.''