Staging
v0.8.1
https://github.com/python/cpython
Revision 9afdabffa9c54d3831182a73321b9edbde195736 authored by Guido van Rossum on 30 July 1996, 20:16:21 UTC, committed by Guido van Rossum on 30 July 1996, 20:16:21 UTC
1 parent 74faed2
Raw File
Tip revision: 9afdabffa9c54d3831182a73321b9edbde195736 authored by Guido van Rossum on 30 July 1996, 20:16:21 UTC
Add missing close parenthesis.
Tip revision: 9afdabf
libbltin.tex
\section{Built-in Module \sectcode{__builtin__}}
\bimodindex{__builtin__}

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 the section on Built-in Functions in the
previous chapter.
back to top