home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / python / pyhtmldoc / _ / __main__ < prev   
Encoding:
Text File  |  1996-11-14  |  452 b   |  9 lines

  1. <TITLE>__main__ -- Python library reference</TITLE>
  2. Prev: <A HREF="../_/__builtin__" TYPE="Prev">__builtin__</A>  
  3. Up: <A HREF="../p/python_services" TYPE="Up">Python Services</A>  
  4. Top: <A HREF="../t/top" TYPE="Top">Top</A>  
  5. <H1>3.10. Built-in Module <CODE>__main__</CODE></H1>
  6. This module represents the (otherwise anonymous) scope in which the
  7. interpreter's main program executes --- commands read either from
  8. standard input or from a script file.
  9.