Staging
v0.5.1
https://github.com/python/cpython
Revision 78c0535a224697e1c7a1a4e68462d3d204e38942 authored by Guido van Rossum on 17 January 1995, 16:12:13 UTC, committed by Guido van Rossum on 17 January 1995, 16:12:13 UTC
1 parent 62e376b
Raw File
Tip revision: 78c0535a224697e1c7a1a4e68462d3d204e38942 authored by Guido van Rossum on 17 January 1995, 16:12:13 UTC
fix loop on unterminated triple quotes
Tip revision: 78c0535
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