Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
40b9835e98e9e380cfa6eb76802567c97a82f0d8
/
.
/
Doc
/
libbltin.tex
blob: 04cea20b8f0ca7a03b6c227e5b683da8c0a3984b [
file
] [
log
] [
blame
]
\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
}
.