repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(py-indent-right, py-outdent-left): new commands, bound to C-c C-r and
[python/dscho.git]
/
Doc
/
libbltin.tex
blob
04cea20b8f0ca7a03b6c227e5b683da8c0a3984b
1
\section
{
Built-in Module
\sectcode
{
__builtin__
}}
2
\bimodindex
{
__builtin__
}
3
4
This module provides direct access to all `built-in' identifier of
5
Python; e.g.
\code
{
__builtin__.open
}
is the full name for the built-in
6
function
\code
{
open
}
.