mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
mass changes; fix titles; add examples; correct typos; clarifications;
unified style; etc.
This commit is contained in:
parent
7760cdea81
commit
470be14c8a
131 changed files with 1960 additions and 1114 deletions
|
@ -1,6 +1,7 @@
|
|||
\section{Built-in Module \sectcode{__builtin__}}
|
||||
\bimodindex{__builtin__}
|
||||
|
||||
This module provides direct access to all `built-in' identifier of
|
||||
This module provides direct access to all `built-in' identifiers of
|
||||
Python; e.g. \code{__builtin__.open} is the full name for the built-in
|
||||
function \code{open}.
|
||||
function \code{open}. See the section on Built-in Functions in the
|
||||
previous chapter.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue