Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 7c7fa46d204679287b48f1cf8d867aab4de2894e authored by cvs2svn on 10 November 1994, 23:06:54 UTC
This commit was manufactured by cvs2svn to create tag 'release111'.
Tip revision: 7c7fa46
libbltin.tex
\section{Built-in Module \sectcode{__builtin__}}
\bimodindex{__builtin__}

This module provides direct access to all `built-in' identifier of
Python; e.g. \code{__builtin__.open} is the full name for the built-in
function \code{open}.
back to top