Next:
__main__
Prev:
sys
Up:
Built-in Modules
Top:
Top
3.2. Built-in Module
__builtin__
This module provides direct access to all `built-in' identifier of Python; e.g.
__builtin__.open
is the full name for the built-in function
open
.