Staging
v0.5.1
https://github.com/python/cpython
Revision 7cc5abd4548629cc41d3951576f41ff2ddd7b5f7 authored by Guido van Rossum on 12 September 1994, 10:42:20 UTC, committed by Guido van Rossum on 12 September 1994, 10:42:20 UTC
1 parent 9adae8e
Raw File
Tip revision: 7cc5abd4548629cc41d3951576f41ff2ddd7b5f7 authored by Guido van Rossum on 12 September 1994, 10:42:20 UTC
Support shared library creation.
Tip revision: 7cc5abd
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