home *** CD-ROM | disk | FTP | other *** search
- <TITLE>__builtin__ -- Python library reference</TITLE>
- Next: <A HREF="../_/__main__" TYPE="Next">__main__</A>
- Prev: <A HREF="../i/imp" TYPE="Prev">imp</A>
- Up: <A HREF="../p/python_services" TYPE="Up">Python Services</A>
- Top: <A HREF="../t/top" TYPE="Top">Top</A>
- <H1>3.9. Built-in Module <CODE>__builtin__</CODE></H1>
- This module provides direct access to all `built-in' identifiers of
- Python; e.g. <CODE>__builtin__.open</CODE> is the full name for the built-in
- function <CODE>open</CODE>. See the section on Built-in Functions in the
- previous chapter.
-