home *** CD-ROM | disk | FTP | other *** search
- <TITLE>__main__ -- Python library reference</TITLE>
- Prev: <A HREF="../_/__builtin__" TYPE="Prev">__builtin__</A>
- Up: <A HREF="../p/python_services" TYPE="Up">Python Services</A>
- Top: <A HREF="../t/top" TYPE="Top">Top</A>
- <H1>3.10. Built-in Module <CODE>__main__</CODE></H1>
- This module represents the (otherwise anonymous) scope in which the
- interpreter's main program executes --- commands read either from
- standard input or from a script file.
-