Built-in functions
==================
The set of built-in functions.
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 section Note:Built-in Functions, "Built-in
Functions."