blob: df1fbfbc3de5e13aecb3057c70f1d7838b548cc5 [file] [log] [blame]
Fred Drake3a0351c1998-04-04 07:23:21 +00001\section{Built-in Module \module{__main__}}
Guido van Rossume47da0a1997-07-17 16:34:52 +00002\label{module-main}
Guido van Rossum5fdeeea1994-01-02 01:22:07 +00003\bimodindex{__main__}
4This module represents the (otherwise anonymous) scope in which the
5interpreter's main program executes --- commands read either from
6standard input or from a script file.