mirror of
https://github.com/python/cpython
synced 2024-11-05 18:12:54 +00:00
6 lines
235 B
TeX
6 lines
235 B
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}.
|