home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / python / pyhtmldoc / _ / __builtin_ next >
Encoding:
Text File  |  1996-11-14  |  563 b   |  11 lines

  1. <TITLE>__builtin__ -- Python library reference</TITLE>
  2. Next: <A HREF="../_/__main__" TYPE="Next">__main__</A>  
  3. Prev: <A HREF="../i/imp" TYPE="Prev">imp</A>  
  4. Up: <A HREF="../p/python_services" TYPE="Up">Python Services</A>  
  5. Top: <A HREF="../t/top" TYPE="Top">Top</A>  
  6. <H1>3.9. Built-in Module <CODE>__builtin__</CODE></H1>
  7. This module provides direct access to all `built-in' identifiers of
  8. Python; e.g. <CODE>__builtin__.open</CODE> is the full name for the built-in
  9. function <CODE>open</CODE>.  See the section on Built-in Functions in the
  10. previous chapter.
  11.