__builtin__ -- Python library reference
Next: __main__
Prev: parser
Up: Python Services
Top: Top
3.10. Built-in Module __builtin__
This module provides direct access to all `built-in' identifiers of
Python; e.g. __builtin__.open
is the full name for the built-in
function open
. See the section on Built-in Functions in the
previous chapter.
Next: __main__
Prev: parser
Up: Python Services
Top: Top